Skip to content

Commit

Permalink
Specify the minimum required version of databricks-sdk as 0.37.0. (#…
Browse files Browse the repository at this point in the history
…331)

This PR updates the project specification to require a Databricks SDK
version compatible with 0.37.0. This is needed since the changes in
#320.

Resolves #330.
  • Loading branch information
asnare authored Nov 19, 2024
1 parent 383bb80 commit 55699cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
]
dependencies = [
"databricks-labs-blueprint[yaml]>=0.4.2",
"databricks-sdk>=0.29.0",
"databricks-sdk~=0.37",
"sqlglot>=22.3.1"
]

Expand Down

0 comments on commit 55699cb

Please sign in to comment.