Skip to content

Commit

Permalink
Bumped boto3 version uppper range for dbt-redshift
Browse files Browse the repository at this point in the history
  • Loading branch information
tyang209backstage committed Dec 17, 2020
1 parent aff7299 commit f732f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- Add event tracking for project parser/load times ([#2823](https:/fishtown-analytics/dbt/issues/2823),[#2893](https:/fishtown-analytics/dbt/pull/2893))
- Bump cryptography version to be >= 3.2 and bump snowflake connector to 2.3.6 ([#2896](https:/fishtown-analytics/dbt/issues/2896))
- Widen supported Google Cloud libraries dependencies ([#2794](https:/fishtown-analytics/dbt/pull/2794), [#2877](https:/fishtown-analytics/dbt/pull/2877)).
- Bump the version requirements for boto3 in dbt-redshift to the upper limit 1.16 to match dbt-redshift and the snowflake-python-connector as of version 2.3.6. ([#2931](https:/fishtown-analytics/dbt/issues/2931))

Contributors:
- [@feluelle](https:/feluelle) ([#2841](https:/fishtown-analytics/dbt/pull/2841))
Expand Down
2 changes: 1 addition & 1 deletion plugins/redshift/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'dbt-core=={}'.format(package_version),
'dbt-postgres=={}'.format(package_version),
# match snowflake-connector-python supported ranges
'boto3>=1.4.4,<1.12',
'boto3>=1.4.4,<1.16',
'botocore>=1.5.0,<1.15',
],
zip_safe=False,
Expand Down

0 comments on commit f732f95

Please sign in to comment.