diff --git a/.changes/unreleased/Dependencies-20241211-191102.yaml b/.changes/unreleased/Dependencies-20241211-191102.yaml new file mode 100644 index 000000000..ffc229a04 --- /dev/null +++ b/.changes/unreleased/Dependencies-20241211-191102.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update redshift-connector requirement from !=2.0.914,<2.1.1,>=2.0.913 to >=2.0.913,!=2.0.914,<2.1.5" +time: 2024-12-11T19:11:02.00000Z +custom: + Author: dependabot[bot] + PR: 965 diff --git a/pyproject.toml b/pyproject.toml index 210dbe478..518c61d6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "dbt-postgres>=1.8,<1.10", # 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.1.1,>=2.0.913,!=2.0.914", + "redshift-connector>=2.0.913,!=2.0.914,<2.1.5", # 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