Skip to content

Commit 9f4baf9

Browse files
bump dbt-core requirement to 1.10.0rc0 (#1142)
1 parent f18a61d commit 9f4baf9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Dependencies
2+
body: bump dbt-core requirement to 1.10.0rc0
3+
time: 2025-06-04T11:02:53.39229-07:00
4+
custom:
5+
Author: colin-rogers-dbt
6+
PR: "1142"

dbt-bigquery/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
# Expect compatibility with all new versions of these packages, so lower bounds only.
3434
"google-api-core>=2.11.0",
3535
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
36-
"dbt-core>=1.8.0",
36+
"dbt-core>=1.10.0rc0",
3737
"nbformat>=5.10.4",
3838
"google-cloud-aiplatform>=1.72.0",
3939
]

0 commit comments

Comments
 (0)