Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
This PR is in response to [aws/aws-encryption-sdk/issues/307](aws/aws-encryption-sdk-cli#307).
It appears that Pyca's Cryptography-3.3.2 does not work in Python3.9 with our library.

We need to dive deep on this,
and determine which releases of Pyca's Cryptography
do work with the latest ESDK-Python.
  • Loading branch information
texastony committed Aug 10, 2022
1 parent dcb5ee4 commit 4c4eba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3>=1.10.0
cryptography>=2.5.0
cryptography==3.3.2
attrs>=17.4.0
wrapt>=1.10.11

0 comments on commit 4c4eba4

Please sign in to comment.