From 40e16f2b77e9d48372f083f51d020965397120cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:29:06 +0000 Subject: [PATCH] Update sqlglot requirement from <26.3,>=25.5.0 to >=25.5.0,<26.4 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/v25.5.0...v26.3.8) --- updated-dependencies: - dependency-name: sqlglot 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 7ce1115bb7..4ed1480e31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = ["databricks-sdk>=0.40,<0.42", "databricks-labs-lsql>=0.14.0,<0.15", "databricks-labs-blueprint>=0.9.1,<0.11", "PyYAML>=6.0.0,<7.0.0", - "sqlglot>=25.5.0,<26.3", + "sqlglot>=25.5.0,<26.4", "astroid>=3.3.1"] [project.optional-dependencies]