Skip to content

Commit

Permalink
loosen redshift-connector dependency <=2.0.918, >=2.0.913 (#703)
Browse files Browse the repository at this point in the history
* upgrade redshift driver to 2.0.918

* upgrade redshift driver to 2.0.918

* add changie

* !=2.0.914
  • Loading branch information
colin-rogers-dbt authored Feb 1, 2024
1 parent 0ac3405 commit c09bc80
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-20240118-095025.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: upgrade redshift driver to 2.0.918
time: 2024-01-18T09:50:25.871857-08:00
custom:
Author: colin-rogers-dbt
PR: "700"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _plugin_version() -> str:
f"dbt-postgres~={_plugin_version()}",
# 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.918, >=2.0.913",
"redshift-connector<=2.0.918, >=2.0.913, !=2.0.914",
# installed via dbt-core but referenced directly; don't pin to avoid version conflicts with dbt-core
"agate",
],
Expand Down

0 comments on commit c09bc80

Please sign in to comment.