diff --git a/g2p_encryption_keymanager/__manifest__.py b/g2p_encryption_keymanager/__manifest__.py index 9c9a9de4..c44c8c84 100644 --- a/g2p_encryption_keymanager/__manifest__.py +++ b/g2p_encryption_keymanager/__manifest__.py @@ -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", diff --git a/g2p_openid_vci/__manifest__.py b/g2p_openid_vci/__manifest__.py index 30e19d0a..e23c2c6c 100644 --- a/g2p_openid_vci/__manifest__.py +++ b/g2p_openid_vci/__manifest__.py @@ -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", diff --git a/requirements.txt b/requirements.txt index 00937e7a..48229d6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # generated from manifests external_dependencies PyLD boto3<=1.15.18 -cryptography<37 +cryptography>36,<37 extendable-pydantic jq jwcrypto