Skip to content
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

Deprecation notice about urllib3[secure] #77

Merged
merged 1 commit into from Aug 24, 2022

Conversation

fyunusa
Copy link
Contributor

@fyunusa fyunusa commented Aug 10, 2022

Description

pyOpenSSL and urllib3[secure] are deprecated in the upcoming release (1.26.12)
urllib3/urllib3#2680

uremoved urllib3[secure] extra updated with urllib3

@william-silversmith
Copy link
Contributor

Thanks! It looks like the package minimum version needs to be adjusted to 1.26.12 though. Prior to that, the incorrect behavior will occur.

@pquentin
Copy link

@william-silversmith While upgrading cannot hurt, you don't need to. We recommended removing that secure extra for some time (requests did it last year). The only change in 1.26.12 is to print a warning.

@william-silversmith
Copy link
Contributor

That sounds peachy then. For reference, it looks like urllib3 changed from supporting PyOpenSSL to using a python default module, which is why the flag is no longer necessary.

@sethmlarson
Copy link

@william-silversmith Saw that seung-lab/cloud-volume#552 got merged, is this one good to go as well?

@william-silversmith william-silversmith merged commit 4883d09 into seung-lab:master Aug 24, 2022
@william-silversmith
Copy link
Contributor

Thanks for the PR all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants