Skip to content

Commit

Permalink
Pin to 2.1.1 and below to fix the cursor error. (#844)
Browse files Browse the repository at this point in the history
* Pin to 2.1.1 and below to fix the cursor error.

* Update setup.py

* add changie

---------

Co-authored-by: Mila Page <[email protected]>
Co-authored-by: Colin Rogers <[email protected]>
Co-authored-by: Colin <[email protected]>
  • Loading branch information
4 people authored Jun 13, 2024
1 parent 0c3f514 commit a83553b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20240612-131752.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: update pin range for redshift-connector to allow 2.1.0
time: 2024-06-12T13:17:52.460407-07:00
custom:
Author: colin-rogers-dbt VersusFacit
Issue: "844"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.1,>=2.0.913,!=2.0.914",
# 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
Expand Down

0 comments on commit a83553b

Please sign in to comment.