Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: bump dbt-core requirement to 1.10.0rc0
time: 2025-06-04T11:02:53.39229-07:00
custom:
Author: colin-rogers-dbt
PR: "1142"
2 changes: 1 addition & 1 deletion dbt-bigquery/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
# Expect compatibility with all new versions of these packages, so lower bounds only.
"google-api-core>=2.11.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0",
"dbt-core>=1.10.0rc0",
"nbformat>=5.10.4",
"google-cloud-aiplatform>=1.72.0",
]
Expand Down