Skip to content

Commit 0ae1622

Browse files
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](databricks/databricks-sdk-py@v0.44.0...v0.50.0) --- updated-dependencies: - dependency-name: databricks-sdk dependency-version: 0.50.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63c64d3 commit 0ae1622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ classifiers = [
4545
]
4646

4747

48-
dependencies = ["databricks-sdk>=0.44.0,<0.45.0",
48+
dependencies = ["databricks-sdk>=0.44.0,<0.51.0",
4949
"databricks-labs-lsql>=0.16.0,<0.17.0",
5050
"databricks-labs-blueprint>=0.10.0,<0.11.0",
5151
"PyYAML>=6.0.0,<6.1.0",

0 commit comments

Comments
 (0)