From d90fbaf0d8493325c313f0dcb56118dfbb663858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 15:09: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.58.0...v0.73.0) --- updated-dependencies: - dependency-name: databricks-sdk dependency-version: 0.73.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 5cff256b28..ec98cd4bef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ ] -dependencies = ["databricks-sdk>=0.58.0,<0.59.0", +dependencies = ["databricks-sdk>=0.58.0,<0.74.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",