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

remove deprecated cryptography not_valid_after #52

Closed yonting closed 9 months ago

yonting commented 9 months ago

To fix issue https://github.com/m-click/requests_pkcs12/issues/51

vog commented 9 months ago

Thanks!

Please note that an additional fix was needed to fix the following error:

TypeError: can't compare offset-naive and offset-aware datetimes