From 2d1879543a9b44d432f4d00c9a04d300ce6670cb Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Fri, 4 Dec 2020 12:03:05 +0100 Subject: [PATCH] Bump snowflake connector (#24) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d0d6eb7..39bdea8 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ py_modules=['tap_snowflake'], install_requires=[ 'pipelinewise-singer-python==1.*', - 'snowflake-connector-python==2.2.9', + 'snowflake-connector-python==2.3.6', 'pyarrow==0.17.0', 'pandas==1.0.5', 'backoff==1.8.0',