Skip to content

Commit e069bd1

Browse files
committed
Merge branch '17.0-develop' of https://github.com/openg2p/openg2p-registry into 17.0-develop
2 parents 6e0bef9 + ac3ef25 commit e069bd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

g2p_encryption_keymanager/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"depends": [
1010
"g2p_encryption",
1111
],
12-
"external_dependencies": {"python": ["cryptography<37", "jwcrypto", "python-jose"]},
12+
"external_dependencies": {"python": ["cryptography>36,<37", "jwcrypto", "python-jose"]},
1313
"data": [
1414
"views/encryption_provider.xml",
1515
"data/default_provider.xml",

g2p_openid_vci/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"g2p_registry_base",
1212
"g2p_encryption",
1313
],
14-
"external_dependencies": {"python": ["cryptography<37", "python-jose", "jq", "PyLD"]},
14+
"external_dependencies": {"python": ["cryptography>36,<37", "python-jose", "jq", "PyLD"]},
1515
"data": [
1616
"security/ir.model.access.csv",
1717
"views/vci_issuers.xml",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# generated from manifests external_dependencies
22
PyLD
33
boto3<=1.15.18
4-
cryptography<37
4+
cryptography>36,<37
55
extendable-pydantic
66
jq
77
jwcrypto

0 commit comments

Comments
 (0)