getsentry / responses

A utility for mocking out the Python Requests library.
Apache License 2.0
4.14k stars 354 forks source link

chore: allow urllib3>=1.25.10 #661

Closed JohnVillalovos closed 1 year ago

JohnVillalovos commented 1 year ago

Allow use of urllib3>=1.25.10. By default it will use urllib3>=2 as that is the latest version. But this will allow people to pin urllib3<2 and still use the latest version of requests and responses.

Closes: #657