From f87664f03f5ddafda68fe3eed972dcd9731a2db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:16:15 +0000 Subject: [PATCH] chore(deps): 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.81.0...v0.120.0) --- updated-dependencies: - dependency-name: databricks-sdk dependency-version: 0.120.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7fedff9..503ef95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -databricks-sdk>=0.81.0,<1.0.0 +databricks-sdk>=0.120.0,<1.0.0 psycopg[binary]>=3.1,<4.0