cdent / wsgi-intercept

Intercept socket connection to wsgi applications for testing
MIT License
42 stars 21 forks source link

Update urllib3 #76

Open cdent opened 5 months ago

cdent commented 5 months ago

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 commented 5 months ago

the key change