Skip to content

Commit 8e2a909

Browse files
authored
chore: Updating dbt-core pin (#1299)
### Description Updating the dbt-core pin for 1.10.latest ### Checklist - [ ] I have run this code in development and it appears to resolve the stated issue - [ ] This PR includes tests, or tests are not required/relevant for this PR - [ ] I have updated the `CHANGELOG.md` and added information about my change to the "dbt-databricks next" section.
1 parent a6217a5 commit 8e2a909

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## dbt-databricks 1.10.17 (TBD)
1+
## dbt-databricks 1.10.18 (TBD)
2+
3+
## dbt-databricks 1.10.17 (Jan 13, 2026)
4+
5+
### Under the hood
6+
7+
- Update dbt-core pin
28

39
## dbt-databricks 1.10.16 (Dec 18, 2025)
410

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.10.16"
1+
version = "1.10.17"

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.17",
29+
"dbt-core>=1.10.1, <1.10.19",
3030
"dbt-spark>=1.9.0, <1.9.4",
3131
"keyring>=23.13.0",
3232
"pydantic>=1.10.0",

0 commit comments

Comments
 (0)