From d7b62f2e89f0da3ee071c5b60e9d55ea84eced9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:21:54 +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.109.0...v0.117.0) --- updated-dependencies: - dependency-name: databricks-sdk dependency-version: 0.113.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 fe26014..4591149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "databricks-dataops-template" version = "0.1.0" requires-python = ">=3.11" dependencies = [ - "databricks-sdk>=0.109.0", + "databricks-sdk>=0.117.0", "pyspark[pipelines]>=4.1.2", "databricks-bundles>=0.299.2", ]