Skip to content

Commit 81d7511

Browse files
emmyoopbenc-db
andauthored
chore: Bump pyproject.toml dependencies (#1178)
<!-- Please review our pull request review process in CONTRIBUTING.md before your proceed. --> Resolves # <!--- Include the number of the issue addressed by this PR above if applicable. Example: resolves #1234 Please review our pull request review process in CONTRIBUTING.md before your proceed. --> ### Description Bumps the dbt dependencies to include latest releases ### 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. --------- Co-authored-by: Ben Cassell <[email protected]>
1 parent e5cf006 commit 81d7511

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## dbt-databricks 1.10.12 (TBD)
22

3+
### Under the hood
4+
5+
- Update dependency versions ([1178](https://github.com/databricks/dbt-databricks/pull/1178))
6+
37
## dbt-databricks 1.10.11 (September 2, 2025)
48

59
### 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.16.5",
28-
"dbt-common>=1.24.0, <1.29.0",
29-
"dbt-core>=1.10.1, <1.10.10",
27+
"dbt-adapters>=1.16.0, <1.16.7",
28+
"dbt-common>=1.24.0, <1.30.0",
29+
"dbt-core>=1.10.1, <1.10.12",
3030
"dbt-spark>=1.9.0, <1.9.4",
3131
"keyring>=23.13.0",
3232
"pydantic>=1.10.0",

0 commit comments

Comments
 (0)