Skip to content

Commit 7af41ea

Browse files
authored
chore: Updating versions (#1295)
### Description Updating versions to allow 1.11.x from dbt-core ### 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 11f7cf7 commit 7af41ea

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
## dbt-databricks 1.11.4 (TBD)
22

33
### Features
4+
45
- Add `query_id` to `SQLQueryStatus` events to improve query tracing and debugging
56

67
### Fixes
7-
- Fix `hard_deletes: invalidate` incorrectly invalidating active records in snapshots (thanks @Zurbste!) ([#1281](https://github.com/databricks/dbt-databricks/issues/1281))
8+
9+
- Fix `hard_deletes: invalidate` incorrectly invalidating active records in snapshots (thanks @Zurbste!) ([#1281](https://github.com/databricks/dbt-databricks/issues/1281))
10+
11+
### Under the Hood
12+
13+
- Update dependency version pins
814

915
## dbt-databricks 1.11.3 (Dec 5, 2025)
1016

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"click>=8.2.0, <9.0.0",
26-
"databricks-sdk>=0.41, <0.68.0",
26+
"databricks-sdk>=0.68.0, <0.78.0",
2727
"databricks-sql-connector[pyarrow]>=4.1.1, <4.1.4",
28-
"dbt-adapters>=1.17.2, <1.18.0",
29-
"dbt-common>=1.33.0, <1.37.0",
30-
"dbt-core>=1.11.0b4, <1.11.1",
31-
"dbt-spark>=1.9.0, <1.10.0",
28+
"dbt-adapters>=1.22.0, <1.23.0",
29+
"dbt-common>=1.37.0, <1.38.0",
30+
"dbt-core>=1.11.2, <1.11.3",
31+
"dbt-spark>=1.10.0, <1.11.0",
3232
"keyring>=23.13.0, <25.6.0",
3333
"pydantic>=1.10.0, <2.13.0",
3434
]

0 commit comments

Comments
 (0)