From 2f01adfddfeb5f19f80c418082dcf62a575737c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 02:07:35 +0000 Subject: [PATCH] Update sqlglot requirement from <26.30.0,>=22.3.1 to >=22.3.1,<27.14.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/v22.3.1...v27.13.2) --- updated-dependencies: - dependency-name: sqlglot dependency-version: 27.13.2 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 91d6e363..22d17f83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dependencies = [ "databricks-labs-blueprint[yaml]>=0.4.2", "databricks-sdk>=0.38.0,<1.0.0", - "sqlglot>=22.3.1,<26.30.0" + "sqlglot>=22.3.1,<27.14.0" ] [project.urls]