Skip to content

Commit

Permalink
fix: Fix incompatible botocore versions.
Browse files Browse the repository at this point in the history
Different botocore versions were downloaded by boto3, pyathena and
snowflake connector. Upgrade snowflake connector and fix botocore
version to remove the dependency.

Fix #96
  • Loading branch information
Rajat Venkatesh authored and vrajat committed Jun 9, 2020
1 parent 99c9a8b commit 136dff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pyyaml
python-magic~=0.4.15
pyathena[sqlalchemy]~=1.10.2
boto3 == 1.12.1
botocore == 1.15.49
click == 7.0
click-config-file == 0.5.0
snowflake-connector-python == 2.2.5
snowflake-connector-python == 2.2.7

0 comments on commit 136dff6

Please sign in to comment.