Skip to content

Commit c6efe53

Browse files
authored
chore: Allow dbt-core 1.11.6 (#1322)
### Description We recently released dbt-core 1.11.6. This PR bumps the upper bound of the dbt spec to `<1.11.7` to allow for the new release ### Checklist - [ ] I have run this code in development and it appears to resolve the stated issue - [X] This PR includes tests, or tests are not required/relevant for this PR - [X] I have updated the `CHANGELOG.md` and added information about my change to the "dbt-databricks next" section.
1 parent ca54b15 commit c6efe53

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- Fix foreign-key on an incremental table to a primary key on a non-incremental table being lost after incremental run
66

7+
### Under the Hood
8+
9+
- Allow for dbt-core 1.11.6
10+
711
## dbt-databricks 1.11.4 (Jan 12, 2026)
812

913
### 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.3",
30+
"dbt-core>=1.11.2, <1.11.7",
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",

0 commit comments

Comments
 (0)