Carbon-for-Developers / carbon-sdks

MIT License
4 stars 0 forks source link

Overly tight dependency versions #95

Closed jbgh2 closed 5 months ago

jbgh2 commented 5 months ago

I'm integrating Carbon into a Python SaaS product that uses a wide variety of third party libraries. I can't install the Python SDK because of version conflicts in urllib3 and cryptography.

urllib3 is the main problem as it is requiring the last v1 version and the requirement spec of ^1.xx.xx doesn't allow for a v2 version.

Can you loosen your dependency requirements?

konfig-publisher commented 5 months ago

@jbgh2 Thanks for reporting the issue. To make a change like this we will need to do some compatibility testing to see if the SDK will work with version 2 and if it will break anything.

dphuang2 commented 5 months ago

We will update the SDKs and notify you once it’s complete.

eddiechayes commented 5 months ago

This should be resolved in latest SDK version (https://pypi.org/project/carbon-python-sdk/0.1.33)

jbgh2 commented 5 months ago

Thank you!