Skip to content

Commit f704d50

Browse files
committed
Unpinning boto3 and cryptography
1 parent a2e5a5f commit f704d50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

g2p_documents/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"views/g2p_document_tags.xml",
2121
"data/storage_backend.xml",
2222
],
23-
"external_dependencies": {"python": ["boto3<=1.15.18", "python_slugify"]},
23+
"external_dependencies": {"python": ["boto3", "python_slugify"]},
2424
"assets": {},
2525
"demo": [],
2626
"images": [],

requirements.txt

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

0 commit comments

Comments
 (0)