From 43a31fe12538dfef8695866e68cec447e0736465 Mon Sep 17 00:00:00 2001 From: augusthorlen0 <158475282+augusthorlen0@users.noreply.github.com> Date: Tue, 7 May 2024 15:29:08 +0200 Subject: [PATCH] Upgrade Snowflake-connector-python to 3.4.0 Upgrade Snowflake-connector-python to 3.4.0 to avoid problems with oscrypto. This will solve the problem that ``` oscrypto.errors.LibraryNotFoundError: Error detecting the version of libcrypto --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 001bdf30..c13edf2d 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ python_requires='>=3.7', install_requires=[ 'pipelinewise-singer-python==1.*', - 'snowflake-connector-python[pandas]==3.0.4', + 'snowflake-connector-python[pandas]==3.4.0', 'inflection==0.5.1', 'joblib==1.2.0', 'boto3==1.28.20',