From 28ddf13f78c35613a414cf1a2d00d3016e33ad6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 15:50:25 +0000 Subject: [PATCH] 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.56.0...v0.58.0) --- updated-dependencies: - dependency-name: databricks-sdk dependency-version: 0.58.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc2dd52d7f..75750199a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ ] -dependencies = ["databricks-sdk>=0.56.0,<0.58.0", +dependencies = ["databricks-sdk>=0.56.0,<0.59.0", "databricks-labs-lsql>=0.16.0,<0.17.0", "databricks-labs-blueprint>=0.11.0,<0.12.0", "PyYAML>=6.0.0,<6.1.0",