-
Notifications
You must be signed in to change notification settings - Fork 86
CryptographyDeprecationWarning with latest version of cryptography and aws-encryption-sdk #319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Happens to me as well. Any update on when will it be solved? it floods our logs. |
Hi, Sorry for the slow response here. We'll be fixing these warnings as part of our deprecation of Python 2, which will happen in an upcoming release. We'll update this issue once we have further details. Thanks, |
In order to solve this, install cryptography version 3.3.2 |
It works! not seeing the warning now. Tho, I haven't tried the whole app yet. Hopefully, all goes well. Thanks |
Hey folks, The most recent release of the Python Encryption SDK (3.0.0) no longer uses the deprecated Thanks, |
I'm using the following package versions:
When I import a module which uses
aws_encryption_sdk
, I get the following warning:The text was updated successfully, but these errors were encountered: