We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d241f commit bd0cda7Copy full SHA for bd0cda7
setup.py
@@ -55,7 +55,7 @@ def _plugin_version() -> str:
55
# Pin to the patch or minor version, and bump in each new minor version of dbt-redshift.
56
"redshift-connector>=2.1.3,<2.2",
57
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
58
- "dbt-core>=1.8.0b3",
+ "dbt-core>=1.8.0",
59
# installed via dbt-core but referenced directly; don't pin to avoid version conflicts with dbt-core
60
"sqlparse>=0.5.0,<0.6.0",
61
"agate",
0 commit comments