-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
cryptography 37.0.0 Not Compatible with pyOpenSSL #7126
Comments
pyOpenSSL 22.0.0 |
See also pyca/pyopenssl#1114 |
Our pip install in Databricks didn't actually install correctly. It is working now with PyOpenSSL==22.0.0 |
@alex Just a question. Is there a reason a new revision of pyOpenSSL 19 isn't released to pin the cryptography dependency to < 37? |
Several reasons:
|
Cool. Thanks for the insight. |
For this specific instance (where we removed bindings that we only stopped using in pyOpenSSL 22.0.0, released in late January) we've chosen to temporarily revert that change and restore the bindings in 37.0.1. However, we'll remove them again in a future release so the best advice remains to always upgrade pyOpenSSL if you upgrade cryptography. |
Receiving the following error when importing pyOpenSSL:
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'.
Downgrading to 36.0.2 solved this issue.
The text was updated successfully, but these errors were encountered: