From e3baa136a59f54b262a07cf2b4bfa68645508da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:17:00 +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.114.0) --- updated-dependencies: - dependency-name: databricks-sdk dependency-version: 0.114.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..3134c32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -databricks-sdk>=0.81.0,<1.0.0 +databricks-sdk>=0.114.0,<1.0.0 psycopg[binary]>=3.1,<4.0