m-click / requests_pkcs12

Add PKCS#12 support to the Python requests library in a clean way, without monkey patching or temporary files
ISC License
122 stars 33 forks source link

Increase urllib3 min version #37

Closed jessica-writes-code closed 1 year ago

jessica-writes-code commented 1 year ago

Closes #36 by explicitly including a minimum version of urllib3 as a requirement and bounding the version as <2.0.

vog commented 1 year ago

Thanks a lot for your contribution!

We just released version 1.15 that contains your fix: