Skip to content

Commit 4725dc6

Browse files
authored
cryptography module 40.0.0 removed needed function, pinning to lower version (#254)
1 parent 13a1d41 commit 4725dc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
install_requires=[
1717
"boto3>=1.10.20",
1818
"aws-encryption-sdk==3.1.0",
19+
"cryptography<40.0.0",
1920
'dataclasses;python_version<"3.7"',
2021
],
2122
license="Apache License 2.0",

0 commit comments

Comments
 (0)