diff --git a/.changes/unreleased/Dependencies-20240118-095025.yaml b/.changes/unreleased/Dependencies-20240118-095025.yaml new file mode 100644 index 000000000..ba61481ba --- /dev/null +++ b/.changes/unreleased/Dependencies-20240118-095025.yaml @@ -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" diff --git a/setup.py b/setup.py index afbd97352..4925bb04b 100644 --- a/setup.py +++ b/setup.py @@ -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", ],