Skip to content

Commit

Permalink
pin azure libs + 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 cb4954c commit df68f85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/snowflake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
install_requires=[
'dbt-core=={}'.format(package_version),
'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 df68f85

Please sign in to comment.