Mastercard / oauth1-signer-python

Python library for generating a Mastercard API compliant OAuth signature.
https://developer.mastercard.com/platform/documentation/security-and-authentication/using-oauth-1a-to-access-mastercard-apis/
MIT License
29 stars 22 forks source link

Deprecation notice about urllib3[secure] Safe #41

Closed fyunusa closed 1 year ago

fyunusa commented 2 years ago

Description

Description pyOpenSSL and urllib3[secure] are deprecated in the upcoming release (1.26.12) https://github.com/urllib3/urllib3/issues/2680

Removed urllib3[secure] and updated pyOpenssl to pyOpenSSL>=0.14