Skip to content

Commit b46d987

Browse files
authored
chore: bump dbt-core upper bound to <1.11.9 (#1400)
## Summary - Bump `dbt-core` upper bound from `<1.11.7` to `<1.11.9` to include 1.11.7 and 1.11.8 All changes reviewed — no breaking changes to adapter interfaces or dbt-databricks behavior. ## Test plan - [x] CI passes
1 parent 3d3a87d commit b46d987

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
- Fix column order mismatch in microbatch and replace_where incremental strategies by using INSERT BY NAME syntax ([#1338](https://github.com/databricks/dbt-databricks/issues/1338))
1212
- Fix `dbt run --empty` failing with inline `ref()` / `source()` aliases ([dbt-labs/dbt-adapters#660](https://github.com/dbt-labs/dbt-adapters/issues/660))
1313

14+
### Under the Hood
15+
16+
- Bump upper bound of dbt-core to `<1.11.9` to include dbt-core 1.11.8
17+
1418
## dbt-databricks 1.11.6 (Mar 10, 2026)
1519

1620
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"databricks-sql-connector[pyarrow]>=4.1.1, <4.1.4",
2828
"dbt-adapters>=1.22.0, <1.23.0",
2929
"dbt-common>=1.37.0, <1.38.0",
30-
"dbt-core>=1.11.2, <1.11.7",
30+
"dbt-core>=1.11.2, <1.11.9",
3131
"dbt-spark>=1.10.0, <1.11.0",
3232
"keyring>=23.13.0, <25.6.0",
3333
"pydantic>=1.10.0, <2.13.0",

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)