-
Notifications
You must be signed in to change notification settings - Fork 16
Sdk 2803 python upgrade dependencies to address security cv es core sdk examples #463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mehmet-yoti
merged 6 commits into
development
from
SDK-2803-python-upgrade-dependencies-to-address-security-cv-es-core-sdk-examples
Jun 11, 2026
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
31789b5
SDK-2803 Phase 1: bump core SDK dependencies to close High-severity CVEs
mehmet-yoti 6a49f45
SDK-2803 Phase 2: bump protobuf to >=4.25.8,<6 and regenerate pb2 mod…
mehmet-yoti 38e32f8
SDK-2803 Phase 3: upgrade example apps to close shipped CVEs
mehmet-yoti ab21e4e
fix(SDK-2803): add urllib3>=2.6.3 to install_requires to enforce CVE …
mehmet-yoti 0d6ccd2
Merge origin/development into SDK-2803: keep CVE-fixed dependency flo…
mehmet-yoti 3f8499b
fix: pin protobuf<6 in aml example to match SDK install_requires cons…
mehmet-yoti File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| yoti>=2.14.0 | ||
| protobuf<6 | ||
| python-dotenv>=0.7.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,46 +1,48 @@ | ||
| # | ||
| # This file is autogenerated by pip-compile with python 3.10 | ||
| # To update, run: | ||
| # This file is autogenerated by pip-compile with Python 3.9 | ||
| # by the following command: | ||
| # | ||
| # pip-compile --output-file=requirements.txt requirements.in | ||
| # pip-compile --output-file=examples/aml/requirements.txt examples/aml/requirements.in | ||
| # | ||
| asn1==2.2.0 | ||
| # via yoti | ||
| certifi==2021.10.8 | ||
| certifi==2026.4.22 | ||
| # via requests | ||
| cffi==1.15.0 | ||
| cffi==2.0.0 | ||
| # via cryptography | ||
| charset-normalizer==2.0.10 | ||
| charset-normalizer==3.4.7 | ||
| # via requests | ||
| cryptography==36.0.1 | ||
| cryptography==48.0.0 | ||
| # via | ||
| # pyopenssl | ||
| # yoti | ||
| deprecated==1.2.10 | ||
| deprecated==1.3.1 | ||
| # via yoti | ||
| future==0.18.2 | ||
| # via yoti | ||
| idna==3.3 | ||
| idna==3.15 | ||
| # via requests | ||
| iso8601==0.1.13 | ||
| # via yoti | ||
| protobuf==3.19.3 | ||
| iso8601==2.1.0 | ||
| # via yoti | ||
| pycparser==2.21 | ||
| protobuf==5.29.6 | ||
| # via | ||
| # -r examples/aml/requirements.in | ||
| # yoti | ||
| pycparser==2.23 | ||
| # via cffi | ||
| pyopenssl==21.0.0 | ||
| pyopenssl==26.2.0 | ||
| # via yoti | ||
| python-dotenv==0.19.2 | ||
| # via -r requirements.in | ||
| pytz==2020.4 | ||
| python-dotenv==1.2.1 | ||
| # via -r examples/aml/requirements.in | ||
| pytz==2026.2 | ||
| # via yoti | ||
| requests==2.27.1 | ||
| requests==2.32.5 | ||
| # via yoti | ||
| six==1.16.0 | ||
| # via pyopenssl | ||
| urllib3==1.26.8 | ||
| typing-extensions==4.15.0 | ||
| # via | ||
| # cryptography | ||
| # pyopenssl | ||
| urllib3==2.6.3 | ||
| # via requests | ||
| wrapt==1.13.3 | ||
| wrapt==2.1.2 | ||
| # via deprecated | ||
| yoti==2.14.0 | ||
| # via -r requirements.in | ||
| yoti==2.14.5 | ||
| # via -r examples/aml/requirements.in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,7 @@ | ||
| django>=4.0.1 | ||
| django>=4.2,<5.3 | ||
| django-sslserver>=0.22.0 | ||
| python-dotenv>=0.7.1 | ||
| requests>=2.20.0 | ||
| urllib3>=1.24.2 | ||
| requests>=2.32.4 | ||
| urllib3>=2.6.3 | ||
| yoti>=2.14.0 | ||
| six>=1.16.0 | ||
| cffi>=1.15.0 | ||
| cffi>=1.17.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.