Skip to content

Commit 9fb2302

Browse files
authored
Merge pull request #35 from Deeksha8826/feature
Updated grpcio, protobuf, and cryptography packages
2 parents 0381ec8 + ad9cd03 commit 9fb2302

File tree

3 files changed

+728
-668
lines changed

3 files changed

+728
-668
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ dynamic = [ "version" ]
1111
name = "ibm-oso-framework"
1212
requires-python = ">= 3.11"
1313
dependencies = [
14-
"cryptography",
14+
"cryptography==45.0.5",
15+
"cffi==1.17.1",
1516
"flask",
1617
"jsonschema",
1718
"structlog",

requirements.txt

Lines changed: 62 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,95 @@
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
33
annotated-types==0.7.0
4+
# via pydantic
45
asn1crypto==1.5.1
6+
# via
7+
# ibm-oso-framework
8+
# python-pkcs11
59
attrs==25.3.0
10+
# via
11+
# jsonschema
12+
# referencing
613
blinker==1.9.0
7-
cached-property==2.0.1
14+
# via flask
815
certifi==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
1021
charset-normalizer==3.4.2
22+
# via requests
1123
click==8.2.1
24+
# via flask
1225
colorama==0.4.6 ; sys_platform == 'win32'
26+
# via click
1327
cryptography==45.0.5
28+
# via ibm-oso-framework
1429
flask==3.1.1
30+
# via ibm-oso-framework
1531
grpcio==1.73.1
32+
# via ibm-oso-framework
1633
gunicorn==23.0.0
34+
# via ibm-oso-framework
1735
idna==3.10
36+
# via requests
1837
itsdangerous==2.2.0
38+
# via flask
1939
jinja2==3.1.6
40+
# via flask
2041
jsonschema==4.25.0
42+
# via ibm-oso-framework
2143
jsonschema-specifications==2025.4.1
44+
# via jsonschema
2245
markupsafe==3.0.2
46+
# via
47+
# flask
48+
# jinja2
49+
# werkzeug
2350
packaging==25.0
51+
# via gunicorn
2452
protobuf==6.31.1
25-
pycparser==2.22 ; platform_python_implementation != 'PyPy'
53+
# via ibm-oso-framework
54+
pycparser==2.22
55+
# via cffi
2656
pydantic==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
2862
pydantic-settings==2.10.1
63+
# via ibm-oso-framework
2964
python-dotenv==1.1.1
65+
# via pydantic-settings
3066
python-pkcs11==0.8.1
67+
# via ibm-oso-framework
3168
referencing==0.36.2
69+
# via
70+
# jsonschema
71+
# jsonschema-specifications
3272
requests==2.32.4
73+
# via ibm-oso-framework
3374
rpds-py==0.26.0
75+
# via
76+
# jsonschema
77+
# referencing
3478
structlog==25.4.0
79+
# via ibm-oso-framework
3580
typing-extensions==4.14.1
81+
# via
82+
# pydantic
83+
# pydantic-core
84+
# referencing
85+
# typing-inspection
3686
typing-inspection==0.4.1
87+
# via
88+
# pydantic
89+
# pydantic-settings
3790
urllib3==2.5.0
91+
# via requests
3892
werkzeug==3.1.3
93+
# via
94+
# flask
95+
# ibm-oso-framework

0 commit comments

Comments
 (0)