Skip to content

Commit d8a68e1

Browse files
authored
chore: Update dbt dependencies version ranges (#1223)
Resolves # ### Description Bumps the dbt dependencies to include latest releases ### Checklist - [ ] I have run this code in development and it appears to resolve the stated issue - [ ] This PR includes tests, or tests are not required/relevant for this PR - [ ] I have updated the `CHANGELOG.md` and added information about my change to the "dbt-databricks next" section.
1 parent 7bf4755 commit d8a68e1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- Fix snapshots not applying databricks_tags config ([1192](https://github.com/databricks/dbt-databricks/pull/1192))
88
- Fix to respect varchar and char when using describe extended as json ([1220](https://github.com/databricks/dbt-databricks/pull/1220))
99

10+
### Under the hood
11+
12+
- Update dependency versions ([1223](https://github.com/databricks/dbt-databricks/pull/1223))
13+
1014
## dbt-databricks 1.10.12 (September 8, 2025)
1115

1216
### Under the hood

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ classifiers = [
2424
dependencies = [
2525
"databricks-sdk>=0.41, <0.64.0",
2626
"databricks-sql-connector[pyarrow]>=4.0.0, <4.0.6",
27-
"dbt-adapters>=1.16.0, <1.16.7",
28-
"dbt-common>=1.24.0, <1.30.0",
29-
"dbt-core>=1.10.1, <1.10.12",
27+
"dbt-adapters>=1.16.0, <1.17.3",
28+
"dbt-common>=1.24.0, <1.33.0",
29+
"dbt-core>=1.10.1, <1.10.13",
3030
"dbt-spark>=1.9.0, <1.9.4",
3131
"keyring>=23.13.0",
3232
"pydantic>=1.10.0",

0 commit comments

Comments
 (0)