Skip to content

Commit

Permalink
Merge pull request #188 from lalithkota/17.0-develop-crypto
Browse files Browse the repository at this point in the history
Bumped up cryptography version
  • Loading branch information
shibu-narayanan authored Sep 19, 2024
2 parents 47aea4b + 99c952f commit ac3ef25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion g2p_encryption_keymanager/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"depends": [
"g2p_encryption",
],
"external_dependencies": {"python": ["cryptography<37", "jwcrypto", "python-jose"]},
"external_dependencies": {"python": ["cryptography>36,<37", "jwcrypto", "python-jose"]},
"data": [
"views/encryption_provider.xml",
"data/default_provider.xml",
Expand Down
2 changes: 1 addition & 1 deletion g2p_openid_vci/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"g2p_registry_base",
"g2p_encryption",
],
"external_dependencies": {"python": ["cryptography<37", "python-jose", "jq", "PyLD"]},
"external_dependencies": {"python": ["cryptography>36,<37", "python-jose", "jq", "PyLD"]},
"data": [
"security/ir.model.access.csv",
"views/vci_issuers.xml",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# generated from manifests external_dependencies
PyLD
boto3<=1.15.18
cryptography<37
cryptography>36,<37
extendable-pydantic
jq
jwcrypto
Expand Down

0 comments on commit ac3ef25

Please sign in to comment.