You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in our next release v3.4.0, snowflake-connector-python is going to remove the dependency on oscrypto and pycryptodomex, which will be replaced by the usage of cryptography library. This is because 1) oscrypto is not actively maintained and 2) we would love to consolidate the usage of the libraries as suggested by the community.
This means that when installing snowflake-connector-python, oscrypto and pycryptodomex are no longer installed along with the connector. Please explicitly specify your own oscrypto and pycryptodomex dependency if your application depends on the two libraries.
for more context, please check the following issues discussing the usage of crypto libraries. #1605 #1767
we will also release snowsql which will be built upon the latest release of snowflake-connector-python.
however, snowsql still will have pycryptodomex as dependency as it's using functionality from the library.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
NOTICE: upcoming release is going to remove the dependency on oscrypto and pycryptodomex
SNOW-947597: NOTICE: upcoming release is going to remove the dependency on oscrypto and pycryptodomex
Oct 20, 2023
sfc-gh-aling
changed the title
SNOW-947597: NOTICE: upcoming release is going to remove the dependency on oscrypto and pycryptodomex
NOTICE: v3.4.0 is going to remove the dependency on oscrypto and pycryptodomex
Oct 20, 2023
in our next release v3.4.0, snowflake-connector-python is going to remove the dependency on
oscrypto
andpycryptodomex
, which will be replaced by the usage ofcryptography
library. This is because 1)oscrypto
is not actively maintained and 2) we would love to consolidate the usage of the libraries as suggested by the community.This means that when installing
snowflake-connector-python
,oscrypto
andpycryptodomex
are no longer installed along with the connector. Please explicitly specify your own oscrypto and pycryptodomex dependency if your application depends on the two libraries.for more context, please check the following issues discussing the usage of crypto libraries.
#1605
#1767
PR merged: #1779
we will also release snowsql which will be built upon the latest release of snowflake-connector-python.
however, snowsql still will have
pycryptodomex
as dependency as it's using functionality from the library.cc: @sfc-gh-mkeller
The text was updated successfully, but these errors were encountered: