Skip to content

Commit 2357ab6

Browse files
committed
Specify the minimum required version of databricks-sdk as 0.37.0.
1 parent 383bb80 commit 2357ab6

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
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
dependencies = [
2323
"databricks-labs-blueprint[yaml]>=0.4.2",
24-
"databricks-sdk>=0.29.0",
24+
"databricks-sdk~=0.37",
2525
"sqlglot>=22.3.1"
2626
]
2727

0 commit comments

Comments
 (0)