From 731005b0aee2f9f13b7a4680e22e47192c0fc852 Mon Sep 17 00:00:00 2001 From: Ganesh Chandrasekaran Date: Thu, 4 Sep 2025 12:13:21 -0400 Subject: [PATCH] lsql 0.16 (#563) ## Changes ### Linked issues Resolves #.. ### Tests - [ ] manually tested - [ ] added unit tests - [ ] added integration tests - [ ] added end-to-end tests - [ ] added performance tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e0eff867..5278ef90b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = ["databricks-labs-blueprint>=0.9.1,<0.10", "databricks-sdk~=0.57", - "databricks-labs-lsql>=0.5,<0.15", + "databricks-labs-lsql>=0.5,<=0.16", ] [project.optional-dependencies]