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
124 stars 33 forks source link

Increase urllib3 max version #41

Closed yonting closed 1 year ago

yonting commented 1 year ago

Tested with Python 3.7 to 3.11.

urllib3<2.1 because that's when urllib3.contrib.pyopenssl will be removed.