From 13197e88de6fe4b61fea62e2f0002baad8b43d05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:32:55 +0000 Subject: [PATCH] Bump databricks-sdk from 0.12.0 to 0.71.0 Bumps [databricks-sdk](https://github.com/databricks/databricks-sdk-py) from 0.12.0 to 0.71.0. - [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.12.0...v0.71.0) --- updated-dependencies: - dependency-name: databricks-sdk dependency-version: 0.71.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70efa600..fda1f760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.10" -databricks-sdk = "0.40.0" +databricks-sdk = "0.71.0" pyyaml = "^6.0.2" mlflow = {extras = ["databricks"], version = "^2.16.0"} databricks-labs-blueprint = "0.10.1"