From c1ded8747b088de2aeaa813099cc0adefccf9e72 Mon Sep 17 00:00:00 2001 From: Mila Page Date: Tue, 11 Jun 2024 15:13:19 -0700 Subject: [PATCH] Hard pin to 2.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dbb3913b9..e9e186fe0 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def _plugin_version_trim() -> str: f"dbt-postgres~={_plugin_version_trim()}", # 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,!=2.0.914", + "redshift-connector=2.1.0", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency "dbt-core>=1.8.0b3", # installed via dbt-core but referenced directly; don't pin to avoid version conflicts with dbt-core