Skip to content

Commit

Permalink
Merge pull request #1297 from fishtown-analytics/fix/widen-boto3-rest…
Browse files Browse the repository at this point in the history
…rictions

fix: Widen botocore/boto3 requirements (#1234)
  • Loading branch information
beckjake committed Feb 14, 2019
2 parents cf873d0 + 36e1252 commit cda365f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions plugins/redshift/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
install_requires=[
'dbt-core=={}'.format(package_version),
'dbt-postgres=={}'.format(package_version),
'boto3>=1.6.23,<1.8.0',
'botocore>=1.9.23,<1.11.0',
'boto3>=1.6.23,<1.10.0',
'botocore>=1.9.23,<1.13.0',
'psycopg2>=2.7.5,<2.8',
]
)
4 changes: 1 addition & 3 deletions plugins/snowflake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
},
install_requires=[
'dbt-core=={}'.format(package_version),
'snowflake-connector-python>=1.4.9',
'boto3>=1.6.23,<1.8.0',
'botocore>=1.9.23,<1.11.0',
'snowflake-connector-python>=1.6.12',
]
)

0 comments on commit cda365f

Please sign in to comment.