Skip to content

Commit 7526aa9

Browse files
bump snowflake dbt-core pin to allow for installing from rc (#1130)
1 parent 4b3fc1e commit 7526aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt-snowflake/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"snowflake-connector-python[secure-local-storage]>=3.13.1,<4.0.0",
3030
"certifi<2025.4.26",
3131
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
32-
"dbt-core>=1.8.0",
32+
"dbt-core>=1.10.0rc0",
3333
# installed via dbt-core but referenced directly; don't pin to avoid version conflicts with dbt-core
3434
"agate",
3535
]

0 commit comments

Comments
 (0)