Skip to content

Commit

Permalink
Update sqlglot requirement from <23.16,>=23.9 to >=23.9,<23.18
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...v23.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent ab03d5c commit a9de337
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",
"databricks-labs-lsql~=0.4.0",
"databricks-labs-blueprint>=0.4.3,<0.6.0",
"PyYAML>=6.0.0,<7.0.0",
"sqlglot>=23.9,<23.16"]
"sqlglot>=23.9,<23.18"]

[project.entry-points.databricks]
runtime = "databricks.labs.ucx.runtime:main"
Expand Down

0 comments on commit a9de337

Please sign in to comment.