From 99c952fcde8cc2205e7fbdd3f58363f22fb10aa2 Mon Sep 17 00:00:00 2001 From: Lalith Kota Date: Thu, 19 Sep 2024 06:29:38 +0530 Subject: [PATCH] Bumped up cryptography version Signed-off-by: Lalith Kota --- g2p_encryption_keymanager/__manifest__.py | 2 +- g2p_openid_vci/__manifest__.py | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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