File tree Expand file tree Collapse file tree 3 files changed +728
-668
lines changed
Expand file tree Collapse file tree 3 files changed +728
-668
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ dynamic = [ "version" ]
1111name = " ibm-oso-framework"
1212requires-python = " >= 3.11"
1313dependencies = [
14- " cryptography" ,
14+ " cryptography==45.0.5" ,
15+ " cffi==1.17.1" ,
1516 " flask" ,
1617 " jsonschema" ,
1718 " structlog" ,
Original file line number Diff line number Diff line change 11# This file was autogenerated by uv via the following command:
2- # uv export --no-hashes --no-emit-project --frozen -- output-file=requirements.txt --no-dev --no-extra test
2+ # uv export --no-hashes --no-dev --no- emit-project --output-file=requirements.txt
33annotated-types == 0.7.0
4+ # via pydantic
45asn1crypto == 1.5.1
6+ # via
7+ # ibm-oso-framework
8+ # python-pkcs11
59attrs == 25.3.0
10+ # via
11+ # jsonschema
12+ # referencing
613blinker == 1.9.0
7- cached-property == 2.0.1
14+ # via flask
815certifi == 2025.7.14
9- cffi == 1.17.1 ; platform_python_implementation != 'PyPy'
16+ # via requests
17+ cffi == 1.17.1
18+ # via
19+ # cryptography
20+ # ibm-oso-framework
1021charset-normalizer == 3.4.2
22+ # via requests
1123click == 8.2.1
24+ # via flask
1225colorama == 0.4.6 ; sys_platform == 'win32'
26+ # via click
1327cryptography == 45.0.5
28+ # via ibm-oso-framework
1429flask == 3.1.1
30+ # via ibm-oso-framework
1531grpcio == 1.73.1
32+ # via ibm-oso-framework
1633gunicorn == 23.0.0
34+ # via ibm-oso-framework
1735idna == 3.10
36+ # via requests
1837itsdangerous == 2.2.0
38+ # via flask
1939jinja2 == 3.1.6
40+ # via flask
2041jsonschema == 4.25.0
42+ # via ibm-oso-framework
2143jsonschema-specifications == 2025.4.1
44+ # via jsonschema
2245markupsafe == 3.0.2
46+ # via
47+ # flask
48+ # jinja2
49+ # werkzeug
2350packaging == 25.0
51+ # via gunicorn
2452protobuf == 6.31.1
25- pycparser == 2.22 ; platform_python_implementation != 'PyPy'
53+ # via ibm-oso-framework
54+ pycparser == 2.22
55+ # via cffi
2656pydantic == 2.11.7
27- pydantic-core == 2.35.2
57+ # via
58+ # ibm-oso-framework
59+ # pydantic-settings
60+ pydantic-core == 2.33.2
61+ # via pydantic
2862pydantic-settings == 2.10.1
63+ # via ibm-oso-framework
2964python-dotenv == 1.1.1
65+ # via pydantic-settings
3066python-pkcs11 == 0.8.1
67+ # via ibm-oso-framework
3168referencing == 0.36.2
69+ # via
70+ # jsonschema
71+ # jsonschema-specifications
3272requests == 2.32.4
73+ # via ibm-oso-framework
3374rpds-py == 0.26.0
75+ # via
76+ # jsonschema
77+ # referencing
3478structlog == 25.4.0
79+ # via ibm-oso-framework
3580typing-extensions == 4.14.1
81+ # via
82+ # pydantic
83+ # pydantic-core
84+ # referencing
85+ # typing-inspection
3686typing-inspection == 0.4.1
87+ # via
88+ # pydantic
89+ # pydantic-settings
3790urllib3 == 2.5.0
91+ # via requests
3892werkzeug == 3.1.3
93+ # via
94+ # flask
95+ # ibm-oso-framework
You can’t perform that action at this time.
0 commit comments