Skip to content

Commit

Permalink
Update sqlglot requirement from <25.2,>=23.9 to >=23.9,<25.3
Browse files Browse the repository at this point in the history
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@v23.9.0...v25.2.0)

---
updated-dependencies:
- dependency-name: sqlglot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and JCZuurmond committed Jun 24, 2024
1 parent e176cb3 commit 6267aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = ["databricks-sdk>=0.27,<0.29",
"databricks-labs-lsql~=0.4.0",
"databricks-labs-blueprint>=0.6.0",
"PyYAML>=6.0.0,<7.0.0",
"sqlglot>=23.9,<25.2",
"sqlglot>=23.9,<25.3",
"astroid>=3.2.2"]

[project.entry-points.databricks]
Expand Down

0 comments on commit 6267aaf

Please sign in to comment.