Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Upgrade sf (#43)
Browse files Browse the repository at this point in the history
* upgrading snowflake-connector-python

* bump version
  • Loading branch information
Samira-El authored Nov 4, 2019
1 parent 56c3028 commit ed14e6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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'
Expand Down

0 comments on commit ed14e6f

Please sign in to comment.