From 0659008ec134ac4bbf79bfcaa1e0a27ac733a214 Mon Sep 17 00:00:00 2001 From: Laurent-OC <91958657+Laurent-OC@users.noreply.github.com> Date: Wed, 7 Jun 2023 16:40:48 +0200 Subject: [PATCH] upgrade snowflake-connector-python --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92d330bf..75da1ce9 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.*', + 'snowflake-connector-python[pandas]==3.0.*', 'inflection==0.5.1', 'joblib==1.2.0', 'boto3==1.26.147',