Skip to content

Commit

Permalink
Update redshift-connector requirement from 2.0.913 to 2.0.915 (#601) (#…
Browse files Browse the repository at this point in the history
…639)

* Update redshift-connector requirement form 2.0.913 to 2.0.914

* Ran changie to update changelog

* Update redshift-connector requirement from 2.0.913 to 2.0.915

---------

Co-authored-by: Anders <[email protected]>
Co-authored-by: colin-rogers-dbt <[email protected]>
(cherry picked from commit fe30bb1)

Co-authored-by: soksamnanglim <[email protected]>
Co-authored-by: Mike Alfare <[email protected]>
  • Loading branch information
3 people authored Oct 27, 2023
1 parent 609c56f commit c59c956
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230912-120620.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Update redshift-connector requirement from ~=2.0.913 to ~=2.0.914
time: 2023-09-12T12:06:20.401643-07:00
custom:
Author: soksamnanglim
PR: "601"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def _core_version(plugin_version: str = _plugin_version()) -> str:
"boto3~=1.26.157",
# dbt-redshift depends deeply on this package. it does not follow SemVer, therefore there have been breaking changes in previous patch releases
# Pin to the patch or minor version, and bump in each new minor version of dbt-redshift.
"redshift-connector==2.0.913",
"redshift-connector==2.0.915",
# installed via dbt-core but referenced directly; don't pin to avoid version conflicts with dbt-core
"agate",
],
Expand Down

0 comments on commit c59c956

Please sign in to comment.