We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22b6dc8 + 60ade2b commit 9a5e5baCopy full SHA for 9a5e5ba
CHANGELOG.md
@@ -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
7
## dbt-databricks 1.10.13 (October 21, 2025)
8
9
### Fixes
pyproject.toml
@@ -24,9 +24,9 @@ classifiers = [
24
dependencies = [
25
"databricks-sdk>=0.41, <0.64.0",
26
"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",
+ "dbt-adapters>=1.16.0, <1.17.4",
+ "dbt-common>=1.24.0, <1.34.0",
+ "dbt-core>=1.10.1, <1.10.14",
30
"dbt-spark>=1.9.0, <1.9.4",
31
"keyring>=23.13.0",
32
"pydantic>=1.10.0",
0 commit comments