Skip to content

Commit 9a5e5ba

Browse files
committed
Merge branch 'main' into 1.10.latest
2 parents 22b6dc8 + 60ade2b commit 9a5e5ba

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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.14 (TBD)
2+
3+
### Under the hood
4+
5+
- Update dependency versions ([1227](https://github.com/databricks/dbt-databricks/pull/1227))
6+
17
## dbt-databricks 1.10.13 (October 21, 2025)
28

39
### Fixes

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.17.3",
28-
"dbt-common>=1.24.0, <1.33.0",
29-
"dbt-core>=1.10.1, <1.10.13",
27+
"dbt-adapters>=1.16.0, <1.17.4",
28+
"dbt-common>=1.24.0, <1.34.0",
29+
"dbt-core>=1.10.1, <1.10.14",
3030
"dbt-spark>=1.9.0, <1.9.4",
3131
"keyring>=23.13.0",
3232
"pydantic>=1.10.0",

0 commit comments

Comments
 (0)