IBM / ibm-cos-sdk-python-core

ibm-cos-sdk-python-core
Apache License 2.0
6 stars 14 forks source link

urllib3 pinned to <1.27 for python versions <3.10 #28

Closed sreelathasankaranarayanan closed 4 months ago

sreelathasankaranarayanan commented 4 months ago

Is the upper bound required for urllib3 for python versions <3.10, we are having problems with dependency resolution in our project due to this on python version 3.9. Can this upper bound be relaxed? Or is it that the package will not work without this upper bound?

avinash1IBM commented 4 months ago

We are working on this and a new version of python will be released soon

IBMalok commented 4 months ago

@sreelathasankaranarayanan - Delivered the fixes in 2.13.6. Please verify and close the ticket. Thanks

sreelathasankaranarayanan commented 4 months ago

Thank you. Closing the issue as the reported issue is fixed.