Skip to content

Commit

Permalink
add dbt-core~=1.8.0a1 as convenience dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 3, 2024
1 parent 3483ad1 commit 89cd4e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def _plugin_version_trim() -> str:
# 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",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0a1",
# 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 89cd4e8

Please sign in to comment.