From c92c878e7361bb773bbabffb5a9d277de23e9c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 15:38:01 +0000 Subject: [PATCH] Update sqlglot requirement from <26.8.0,>=26.7.0 to >=26.7.0,<26.32.0 Updates the requirements on [sqlglot](https://github.com/tobymao/sqlglot) to permit the latest version. - [Changelog](https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md) - [Commits](https://github.com/tobymao/sqlglot/compare/v26.7.0...v26.31.0) --- updated-dependencies: - dependency-name: sqlglot dependency-version: 26.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc2dd52d7f..4ea54d7846 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = ["databricks-sdk>=0.56.0,<0.58.0", "databricks-labs-lsql>=0.16.0,<0.17.0", "databricks-labs-blueprint>=0.11.0,<0.12.0", "PyYAML>=6.0.0,<6.1.0", - "sqlglot>=26.7.0,<26.8.0", + "sqlglot>=26.7.0,<26.32.0", "astroid>=3.3.0,<3.4.0"] [project.optional-dependencies]