From 1edf2868893e51465c522fcb16e2eeca8e3a0021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:36:12 +0000 Subject: [PATCH] deps: update databricks-sdk requirement from >=0.18 to >=0.118.0 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.18.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 212552c..645fb4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,4 @@ matplotlib>=3.7 seaborn>=0.13 # Databricks (interagir com o lakehouse via SDK) -databricks-sdk>=0.18 +databricks-sdk>=0.118.0