razorpay / razorpay-python

Razorpay Python SDK
https://pypi.python.org/pypi/razorpay
MIT License
153 stars 81 forks source link

Compatibility with urllib3 1.26.0 #120

Closed Mitalee closed 1 year ago

Mitalee commented 3 years ago

Razorpay calls are failing with the latest version of urllib3 (1.26.0, released on 11/11, https://pypi.org/project/urllib3/#history)

root@07:/app# pipdeptree -r -p razorpay
Warning!!! Possibly conflicting dependencies found:
* requests==2.24.0
 - urllib3 [required: >=1.21.1,<1.26,!=1.25.1,!=1.25.0, installed: 1.26.0]
------------------------------------------------------------------------
razorpay==1.2.0
Mitalee commented 3 years ago

Hi guys, for now I have found that pip allows installation with a 2020 resolver. The following has fixed the issue temporarily:

pip install razorpay --use-feature=2020-resolver
ankitdas13 commented 1 year ago

@Mitalee Apologise for the long delay. Would you please let me know if this issue has affected the SDK?

ankitdas13 commented 1 year ago

Closing this issue due to not getting any response. Please re-open this issue if the issue is still persisting. Let me know if you need any help.