diff --git a/setup.py b/setup.py index f3eaa00..2695e29 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'singer-target-postgres==0.2.4', 'target-redshift==0.2.4', 'botocore<1.13.0,>=1.12.253', - 'snowflake-connector-python==2.2.5' + 'snowflake-connector-python==3.0.2' ], setup_requires=[ "pytest-runner"