Skip to content

Commit 72f5b03

Browse files
authored
Bump version of encryption sdk to remove cryptography pinning (#256)
1 parent 4725dc6 commit 72f5b03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
python_requires=">=3.6",
1616
install_requires=[
1717
"boto3>=1.10.20",
18-
"aws-encryption-sdk==3.1.0",
19-
"cryptography<40.0.0",
18+
"aws-encryption-sdk==3.1.1",
2019
'dataclasses;python_version<"3.7"',
2120
],
2221
license="Apache License 2.0",

0 commit comments

Comments
 (0)