Skip to content

Commit

Permalink
[Bug] Python driver 2.0.918 causes SSL error. Need to revert back to …
Browse files Browse the repository at this point in the history
…2.0.917 (#731) (#753)

* cap redshift-connector at 2.0.917 to avoid ssl issue in 2.0.918

* changie

(cherry picked from commit f92ec48)

Co-authored-by: Mike Alfare <[email protected]>
  • Loading branch information
github-actions[bot] and mikealfare authored Apr 2, 2024
1 parent 43136f9 commit 9f70e39
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 @@ -86,7 +86,7 @@ def _core_version(plugin_version: str = _plugin_version()) -> str:
f"dbt-postgres~={_core_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, !=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
"agate",
],
Expand Down

0 comments on commit 9f70e39

Please sign in to comment.