From 4aca131563aa10066c980ca53a1339c969adf4b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:18:36 +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.118.0) --- updated-dependencies: - dependency-name: databricks-sdk dependency-version: 0.118.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..46cbdcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -databricks-sdk>=0.81.0,<1.0.0 +databricks-sdk>=0.118.0,<1.0.0 psycopg[binary]>=3.1,<4.0