Skip to content

Commit ea5fb3d

Browse files
Update databricks-sdk requirement from <0.42,>=0.40 to >=0.40,<0.45
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.40.0...v0.44.1) --- updated-dependencies: - dependency-name: databricks-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 979d22d commit ea5fb3d

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
@@ -48,7 +48,7 @@ classifiers = [
4848
]
4949

5050
dependencies = [
51-
"databricks-sdk>=0.40,<0.42",
51+
"databricks-sdk>=0.40,<0.45",
5252
"databricks-labs-lsql>=0.10",
5353
"pytest>=8.3",
5454
]

0 commit comments

Comments
 (0)