-
Notifications
You must be signed in to change notification settings - Fork 43
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
castlabs_evs package is incompatible with cryptography 42.0.0+ #178
Comments
Thanks for the report, we will look into this. It looks like we may be treating deprecation warnings as errors, but we might as well look into supporting the updated/safer APIs as well. This is a EVS client issue, so the client will need to be updated once we publish a fixed version. |
I can't actually reproduce the error you are seeing, I only get deprecation warnings logged (with Whatever the case we will still update the EVS client to prefer the newer APIs when they are available, which should fix both warnings and errors going forward. |
% python3 -m pip install --upgrade castlabs-evs Let me know how it goes! |
Since there has been no followup I'll assume the fix worked and close the ticket. |
I ran this issue when running castlab sign with python3. It's probably related to this change: https://cryptography.io/en/latest/changelog/#v42-0-0
The text was updated successfully, but these errors were encountered: