Skip to content

Commit

Permalink
Merge pull request #2963 from tyang209/issue-2931
Browse files Browse the repository at this point in the history
Bumped boto3 version uppper range for dbt-redshift
  • Loading branch information
jtcohen6 authored Dec 17, 2020
2 parents cfb50ae + 658f755 commit d23d4b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
- 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 hologram to 0.0.12 and adding testing support for python3.9 ([#2822](https:/fishtown-analytics/dbt/issues/2822),[#2960](https:/fishtown-analytics/dbt/pull/2960))
- 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 All @@ -41,6 +43,7 @@ Contributors:
- [@joellabes](https:/joellabes) ([#2913](https:/fishtown-analytics/dbt/issues/2913))
- [@plotneishestvo](https:/plotneishestvo) ([#2896](https:/fishtown-analytics/dbt/issues/2896))
- [@db-magnus](https:/db-magnus) ([#2892](https:/fishtown-analytics/dbt/issues/2892))
- [@tyang209](https:/github.com/tyang209) ([#2931](https:/fishtown-analytics/dbt/issues/2931))

## dbt 0.19.0b1 (October 21, 2020)

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 d23d4b0

Please sign in to comment.