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',