Skip to content

Commit e627090

Browse files
authored
feat: Bump dbt-core upper bound to allow for 1.10.16 on 1.10.latest (#1284)
### Description We released [dbt-core 1.10.16](https://pypi.org/project/dbt-core/1.10.16/) today. This PR is to update `dbt-databricks 1.10.latest` to allow for `dbt-core 1.10.16`. The changelog for `dbt-core 1.10.16` can be found [here](https://github.com/dbt-labs/dbt-core/blob/1.10.latest/CHANGELOG.md#dbt-core-11016---december-16-2025) 🙂 ### Checklist - [X] 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 1ec3255 commit e627090

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## dbt-databricks 1.10.16 (TBD)
2+
3+
### Under the hood
4+
5+
- Allow for dbt-core 1.10.16 ([1284](https://github.com/databricks/dbt-databricks/pull/1284))
6+
17
## dbt-databricks 1.10.15 (Nov 17, 2025)
28

39
### Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"databricks-sql-connector[pyarrow]>=4.0.0, <4.0.6",
2727
"dbt-adapters>=1.16.0, <1.17.4",
2828
"dbt-common>=1.24.0, <1.34.0",
29-
"dbt-core>=1.10.1, <1.10.16",
29+
"dbt-core>=1.10.1, <1.10.17",
3030
"dbt-spark>=1.9.0, <1.9.4",
3131
"keyring>=23.13.0",
3232
"pydantic>=1.10.0",

0 commit comments

Comments
 (0)