From 3857d915b0ed5fe3baae69e3992bf5dedfbe2cc4 Mon Sep 17 00:00:00 2001 From: mjsqu Date: Tue, 28 Nov 2023 11:58:47 +1300 Subject: [PATCH] Update snowflake-connector-python to 3.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e19c0b3..3811751d 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]>=2.7,<3.1', + 'snowflake-connector-python[pandas]==3.5.0', 'inflection==0.5.1', 'joblib==1.2.0', 'boto3==1.23.10',