Skip to content

Commit

Permalink
pin urllib3 to a version that snowflake supports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Nov 4, 2019
1 parent c697d3a commit adfed29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/snowflake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
'snowflake-connector-python>=1.6.12,<2.1',
'azure-storage-blob~=2.1',
'azure-storage-common~=2.1',
# hoist this to here so pip's silly dependency resolver sees it
'urllib3<1.25.0',
],
zip_safe=False,
)

0 comments on commit adfed29

Please sign in to comment.