From ed14e6f3aa2b6632cfb023e32b9ac31cb5ef3d67 Mon Sep 17 00:00:00 2001 From: Samira-El <54845154+Samira-El@users.noreply.github.com> Date: Mon, 4 Nov 2019 11:47:44 +0200 Subject: [PATCH] Upgrade sf (#43) * upgrading snowflake-connector-python * bump version --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1ff85858..caa51451 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ idna==2.7 singer-python==5.1.1 -snowflake-connector-python==2.0.1 +snowflake-connector-python==2.0.3 boto3==1.9.33 inflection==0.3.1 joblib==0.13.2 diff --git a/setup.py b/setup.py index 3fda34f8..cb2ad4c3 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-snowflake", - version="1.1.2", + version="1.1.3", description="Singer.io target for loading data to Snowflake - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown', @@ -20,7 +20,7 @@ install_requires=[ 'idna==2.7', 'singer-python==5.1.1', - 'snowflake-connector-python==2.0.1', + 'snowflake-connector-python==2.0.3', 'boto3==1.9.33', 'inflection==0.3.1', 'joblib==0.13.2'