From d2fcfdc83b7dc0561cfa8583fcdaffa2cdee111e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:18:00 +0000 Subject: [PATCH] chore(deps-dev): update databricks-sdk requirement Updates the requirements on [databricks-sdk](https://github.com/databricks/databricks-sdk-py) to permit the latest version. - [Release notes](https://github.com/databricks/databricks-sdk-py/releases) - [Changelog](https://github.com/databricks/databricks-sdk-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/databricks/databricks-sdk-py/compare/v0.109.0...v0.119.0) --- updated-dependencies: - dependency-name: databricks-sdk dependency-version: 0.119.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ab0ecf..e7f98f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [] [dependency-groups] dev = [ - "databricks-sdk>=0.109.0", + "databricks-sdk>=0.119.0", "databricks-bundles>=0.299.2", "pyspark[pipelines]>=4.1.1", "pandas>=3.0.3",