-
Notifications
You must be signed in to change notification settings - Fork 419
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
AttributeError: __exit__ with cffi 1.11 #971
Comments
Thanks for the report. We need to either declare a higher minimum here in pyOpenSSL or just bump the minimum dep on the cryptography side. I'm inclined to bump it on the cryptography side -- what do you think @alex? |
Yeah, +1 on just doing this on the cryptographys ide. I'll do that now. |
alex
added a commit
to alex/cryptography
that referenced
this issue
Dec 1, 2020
reaperhulk
pushed a commit
to pyca/cryptography
that referenced
this issue
Dec 1, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After #928 went into the most recent release, we saw pyOpenSSL breakage in pip.
I tracked this down to having cffi 1.11.5 and cryptography 3.2.1 already in our environments, but pyOpenSSL requires that 3.2 cryptography has at least cffi 1.12 in place (despite its requirement that it only needs 1.8).
Upgrading our cffi fixed the problem (after we fixed all of our corrupted environments).
To reproduce:
Traceback:
The text was updated successfully, but these errors were encountered: