edgi-govdata-archiving / wayback

A Python API to the Internet Archive Wayback Machine
https://wayback.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
61 stars 12 forks source link

Support urllib3 v2 #128

Closed Mr0grog closed 11 months ago

Mr0grog commented 11 months ago

Back in #118 we “fixed” things for urllib3 v2 by marking this package as only compatible with v1, so users wouldn't wind up with bad dependency combinations. However, we ultimately need to actually support urllib3 v2 and remove that limitation, which I intend to do here. Will fix #116.

Mr0grog commented 11 months ago

Well, this got a little complicated:

Mr0grog commented 11 months ago

Rebased on main to mix correctly with new changes there.