Skip to content

Commit

Permalink
Merge pull request #33 from mjsqu/feat/update_snowflake_connector_3.5.0
Browse files Browse the repository at this point in the history
Update snowflake-connector-python to 3.5.0
  • Loading branch information
mjsqu authored Nov 28, 2023
2 parents 09c60ea + 3857d91 commit 231b3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
python_requires='>=3.7',
install_requires=[
'pipelinewise-singer-python==1.*',
'snowflake-connector-python[pandas]>=2.7,<3.1',
'snowflake-connector-python[pandas]==3.5.0',
'inflection==0.5.1',
'joblib==1.2.0',
'boto3==1.23.10',
Expand Down

0 comments on commit 231b3a2

Please sign in to comment.