Skip to content

Commit 2b4cefc

Browse files
authored
Moved WorkspacePath to blueprint v0.7.0 (#2089)
1 parent 2c2f09e commit 2b4cefc

File tree

6 files changed

+5
-534
lines changed

6 files changed

+5
-534
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ classifiers = [
4444
"Topic :: Utilities",
4545
]
4646

47-
dependencies = ["databricks-sdk>=0.27,<0.30",
48-
"databricks-labs-lsql>=0.4,<0.6",
49-
"databricks-labs-blueprint>=0.6.0",
47+
dependencies = ["databricks-sdk~=0.29.0",
48+
"databricks-labs-lsql~=0.5.0",
49+
"databricks-labs-blueprint~=0.7.0",
5050
"PyYAML>=6.0.0,<7.0.0",
5151
"sqlglot>=25.5.0,<25.6",
5252
"astroid>=3.2.2"]

0 commit comments

Comments
 (0)