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

Update urllib3 #76

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Update urllib3 #76

wants to merge 6 commits into from

Conversation

cdent
Copy link
Owner

@cdent cdent commented Apr 7, 2024

This is a draft attempt to update to urllib3 version 2, but the results are potentially too fragile to be considered.

The fundamental problem is caused by changing constraints in the signatures of __init__ of the super classes. Which gets quite complicated.

urllib3 version introduces use of the * argument in the signature, constraining what must be a named parameter.

cdent added 6 commits March 16, 2024 16:29
It seems that we need to replicate some ssl context
handling done in urllib3 as we are routing around
some of that by using wsgi-intercept, even when
not actively intercepting a host.
@cdent
Copy link
Owner Author

cdent commented Apr 7, 2024

the key change

@cdent cdent mentioned this pull request May 30, 2024
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.

1 participant