Skip to content

Commit 49dde7a

Browse files
Update sqlglot requirement from <25.23,>=25.5.0 to >=25.5.0,<25.24
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@v25.5.0...v25.23.0) --- updated-dependencies: - dependency-name: sqlglot dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb696d3 commit 49dde7a

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
@@ -48,7 +48,7 @@ dependencies = ["databricks-sdk~=0.30",
4848
"databricks-labs-lsql>=0.5,<0.13",
4949
"databricks-labs-blueprint>=0.8,<0.9",
5050
"PyYAML>=6.0.0,<7.0.0",
51-
"sqlglot>=25.5.0,<25.23",
51+
"sqlglot>=25.5.0,<25.24",
5252
"astroid>=3.2.2"]
5353

5454
[project.optional-dependencies]

0 commit comments

Comments
 (0)