Skip to content

Commit 4845b17

Browse files
Update sqlglot requirement from <26.8.0,>=26.7.0 to >=26.7.0,<27.1.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](tobymao/sqlglot@v26.7.0...v27.0.0) --- updated-dependencies: - dependency-name: sqlglot dependency-version: 27.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66dafd8 commit 4845b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies = ["databricks-sdk>=0.56.0,<0.58.0",
4949
"databricks-labs-lsql>=0.16.0,<0.17.0",
5050
"databricks-labs-blueprint>=0.11.0,<0.12.0",
5151
"PyYAML>=6.0.0,<6.1.0",
52-
"sqlglot>=26.7.0,<26.8.0",
52+
"sqlglot>=26.7.0,<27.1.0",
5353
"astroid>=3.3.0,<3.4.0"]
5454

5555
[project.optional-dependencies]

0 commit comments

Comments
 (0)