Skip to content

Commit

Permalink
rev boto3/botocore/snowflake-connector-python/google libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Feb 12, 2020
1 parent 4e58589 commit c6ab645
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions plugins/bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
},
install_requires=[
'dbt-core=={}'.format(package_version),
'google-cloud-core>=1,<=1.1.0',
'google-cloud-bigquery>=1.15.0,<1.24.0',
# hidden secret dependency: bq requires this but only documents 1.10.0
# through its dependency chain.
'google-cloud-core>=1,<=1.3.0',
'google-cloud-bigquery>=1.15.0,<1.25.0',
# hidden secret dependency: bq 1.23.0 requires this but only documents
# 1.10.0 through its dependency chain.
# see https://github.com/googleapis/google-cloud-python/issues/9965
'six>=1.13.0',
],
Expand Down
5 changes: 3 additions & 2 deletions plugins/redshift/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
install_requires=[
'dbt-core=={}'.format(package_version),
'dbt-postgres=={}'.format(package_version),
'boto3>=1.6.23,<1.10.0',
'botocore>=1.9.23,<1.13.0',
# match snowflake-connector-python supported ranges
'boto3>=1.4.4,<1.12',
'botocore>=1.5.0,<1.15',
],
zip_safe=False,
classifiers=[
Expand Down
8 changes: 4 additions & 4 deletions plugins/snowflake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,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',
'urllib3<1.25.0',
'snowflake-connector-python==2.2.0',
'azure-common<2.0.0',
'azure-storage-blob<12.0.0',
'urllib3>=1.20,<1.26.0',
# this seems sufficiently broad
'cryptography>=2,<3',
],
Expand Down

0 comments on commit c6ab645

Please sign in to comment.