Skip to content

Commit

Permalink
Merge branch 'main' into mp/finish_internal_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit authored Mar 20, 2024
2 parents c56d334 + f92ec48 commit 30d6f2a
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-20240317-113447.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: Pin `redshift-connector` to <2.0.918 to avoid SSL error introduced in 2.0.918
time: 2024-03-17T11:34:47.873169-04:00
custom:
Author: mikealfare
Issue: "730"
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.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
"sqlparse>=0.2.3,<0.5",
"agate",
Expand Down

0 comments on commit 30d6f2a

Please sign in to comment.