diff --git a/setup.py b/setup.py index d8aaf164..f2591d71 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ py_modules=["target_snowflake"], install_requires=[ 'pipelinewise-singer-python==1.*', - 'snowflake-connector-python[pandas]==2.4.1', + 'snowflake-connector-python[pandas]==2.4.2', 'inflection==0.5.1', 'joblib==1.0.1', 'numpy<1.21.0',