Skip to content

Commit

Permalink
Update redshift-connector requirement from 2.0.913 to 2.0.915
Browse files Browse the repository at this point in the history
  • Loading branch information
soksamnanglim committed Oct 16, 2023
1 parent 4d8ce8e commit a6ecf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.914",
"redshift-connector==2.0.915",
# installed via dbt-core but referenced directly; don't pin to avoid version conflicts with dbt-core
"agate",
],
Expand Down

0 comments on commit a6ecf62

Please sign in to comment.