Skip to content

Update urllib3#76

Open
cdent wants to merge 6 commits intomasterfrom
update-urllib3
Open

Update urllib3#76
cdent wants to merge 6 commits intomasterfrom
update-urllib3

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