Skip to content

Commit bd0cda7

Browse files
Update setup.py to not use dbt-core pre-release (#963)
1 parent 66d241f commit bd0cda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def _plugin_version() -> str:
5555
# Pin to the patch or minor version, and bump in each new minor version of dbt-redshift.
5656
"redshift-connector>=2.1.3,<2.2",
5757
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
58-
"dbt-core>=1.8.0b3",
58+
"dbt-core>=1.8.0",
5959
# installed via dbt-core but referenced directly; don't pin to avoid version conflicts with dbt-core
6060
"sqlparse>=0.5.0,<0.6.0",
6161
"agate",

0 commit comments

Comments
 (0)