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 84d585c commit ab9fcb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/snowflake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +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 ab9fcb4

Please sign in to comment.