Skip to content

Commit e9ebccd

Browse files
authored
Dependency update: ensure we install with at least version 0.9.1 of databricks-labs-blueprint (#2950)
## Changes In #2920 we introduced a change to ensure that notebook paths are normalised, resolving #2882. This change depended on an upstream fix (databrickslabs/blueprint#157) included in the 0.9.1 release of the dependency. This PR ensures that we run against that release or later.
1 parent 00d55b5 commit e9ebccd

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
@@ -46,7 +46,7 @@ classifiers = [
4646

4747
dependencies = ["databricks-sdk~=0.30",
4848
"databricks-labs-lsql>=0.5,<0.13",
49-
"databricks-labs-blueprint>=0.8,<0.10",
49+
"databricks-labs-blueprint>=0.9.1,<0.10",
5050
"PyYAML>=6.0.0,<7.0.0",
5151
"sqlglot>=25.5.0,<25.25",
5252
"astroid>=3.3.1"]

0 commit comments

Comments
 (0)