From c422a7e73adf9814b1272302c6fd23440b064fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 16:02:52 +0000 Subject: [PATCH] Update sqlglot requirement from <26.4,>=25.5.0 to >=25.5.0,<26.5 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.4.1) --- 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 4ed1480e31..5d5db70949 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.4", + "sqlglot>=25.5.0,<26.5", "astroid>=3.3.1"] [project.optional-dependencies]