Skip to content

Commit edc9c19

Browse files
authored
Use greater and less than in sdk version constrain (#367)
Use greater and less than in sdk version constrain because it is more clear
1 parent c2f349a commit edc9c19

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.38",
24+
"databricks-sdk>=0.38.0,<1.0.0",
2525
"sqlglot>=22.3.1"
2626
]
2727

0 commit comments

Comments
 (0)