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

Prevent installation with urllib3 v2 #118

Closed Mr0grog closed 1 year ago

Mr0grog commented 1 year ago

Right now, this package is not compatible with urllib3 v2, so we need to set version constraints so package managers don’t try to install an incompatible version.

Partially covers #116.