snowflake-connector-python icon indicating copy to clipboard operation
snowflake-connector-python copied to clipboard

SNOW-499491: Cryptography dependancy is pinned at too low a version

Open howardsandford opened this issue 3 years ago • 2 comments

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

howardsandford avatar Oct 29 '21 08:10 howardsandford

recreate jira

sfc-gh-mkeller avatar Nov 09 '21 06:11 sfc-gh-mkeller

@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!

sfc-gh-hchaturvedi avatar Dec 02 '21 22:12 sfc-gh-hchaturvedi

closing the issue as we've already loosened the restriction on the version of cryptography in our latest release.

sfc-gh-aling avatar Mar 18 '23 01:03 sfc-gh-aling