snowflake-connector-python
snowflake-connector-python copied to clipboard
SNOW-499491: Cryptography dependancy is pinned at too low a version
What is the current behavior?
snowflake-connector-python has pinned cryptography to version <4.0.0 and >=3.1.0
What is the desired behavior?
Cryptography has changed it's versioning scheme, and is now on version 35.0.0 Don't limit the version to 4.0.0 in snowflake-connector-python
How would this improve snowflake-connector-python
?
References, Other Background
https://cryptography.io/en/latest/changelog/#main
recreate jira
@howardsandford based on the changelog the newer versions seem to be backwards incompatible. Thanks for bringing this up, we will run some tests internally and make changes accordingly. Thank you for your patience!
closing the issue as we've already loosened the restriction on the version of cryptography in our latest release.