Skip to content

Commit

Permalink
Bump version of encryption sdk to remove cryptography pinning (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
4naesthetic authored Apr 17, 2023
1 parent 4725dc6 commit 72f5b03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
python_requires=">=3.6",
install_requires=[
"boto3>=1.10.20",
"aws-encryption-sdk==3.1.0",
"cryptography<40.0.0",
"aws-encryption-sdk==3.1.1",
'dataclasses;python_version<"3.7"',
],
license="Apache License 2.0",
Expand Down

0 comments on commit 72f5b03

Please sign in to comment.