From 28dda383047f4e5574729d8883756fd2818dfed0 Mon Sep 17 00:00:00 2001 From: colin-rogers-dbt <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:42:14 -0700 Subject: [PATCH] Update redshift-connector requirement from 2.0.913 to 2.0.915 (#601) (#640) * Update redshift-connector requirement form 2.0.913 to 2.0.914 * Ran changie to update changelog * Update redshift-connector requirement from 2.0.913 to 2.0.915 --------- Co-authored-by: Anders Co-authored-by: colin-rogers-dbt <111200756+colin-rogers-dbt@users.noreply.github.com> (cherry picked from commit fe30bb1ca4989de77fb77d05839f019a65d3f6fc) Co-authored-by: soksamnanglim <68088894+soksamnanglim@users.noreply.github.com> --- .changes/unreleased/Dependencies-20230912-120620.yaml | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20230912-120620.yaml diff --git a/.changes/unreleased/Dependencies-20230912-120620.yaml b/.changes/unreleased/Dependencies-20230912-120620.yaml new file mode 100644 index 000000000..be139237d --- /dev/null +++ b/.changes/unreleased/Dependencies-20230912-120620.yaml @@ -0,0 +1,6 @@ +kind: Dependencies +body: Update redshift-connector requirement from ~=2.0.913 to ~=2.0.914 +time: 2023-09-12T12:06:20.401643-07:00 +custom: + Author: soksamnanglim + PR: "601" diff --git a/setup.py b/setup.py index 7b4856351..30065b133 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ def _core_version(plugin_version: str = _plugin_version()) -> str: "boto3~=1.26.157", # 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.913", + "redshift-connector==2.0.915", # installed via dbt-core but referenced directly; don't pin to avoid version conflicts with dbt-core "agate", ],