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 4b3fc1e commit 7526aa9Copy full SHA for 7526aa9
dbt-snowflake/pyproject.toml
@@ -29,7 +29,7 @@ dependencies = [
29
"snowflake-connector-python[secure-local-storage]>=3.13.1,<4.0.0",
30
"certifi<2025.4.26",
31
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
32
- "dbt-core>=1.8.0",
+ "dbt-core>=1.10.0rc0",
33
# installed via dbt-core but referenced directly; don't pin to avoid version conflicts with dbt-core
34
"agate",
35
]
0 commit comments