-
Notifications
You must be signed in to change notification settings - Fork 293
Update pyOpenSSL dependency #339
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
Thanks for pointing this out @ilian. We're running tests from our end for with the new versions. |
@bhagwatvyas, any updates on this? |
@bhagwatvyas: |
BTW, I filed #419 about widening the |
@jhult |
@jhult we increased the upper bound for pyOpenSSL. Will evaluate a bit more on removing it in future release |
I am wondering if the version constraint of
pyOpenSSL
is still required:oci-python-sdk/setup.py
Lines 35 to 36 in d7e2881
The constraint was added in 3ffac62 back when
cryptography
was pinned at version 2.8:oci-python-sdk/setup.py
Lines 35 to 36 in 3ffac62
Now that the
cryptography
package has been updated to at least version 3.2.0, the breaking change ofpyOpenSSL
version 20.0.0 listed in its changelog ("The minimum cryptography version is now 3.2.") does no longer conflict with the version ofcryptography
used byoci
.Is there any other reason why the version of
pyOpenSSL
remains pinned or can we unpin the version constraint?The text was updated successfully, but these errors were encountered: