Skip to content

Commit 60f60ce

Browse files
Update sqlglot requirement from <25.8,>=25.5.0 to >=25.5.0,<25.9 (#2279)
Updates the requirements on [sqlglot](https://github.com/tobymao/sqlglot) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md">sqlglot's changelog</a>.</em></p> <blockquote> <h2>[v25.8.1] - 2024-07-30</h2> <h3>:bug: Bug Fixes</h3> <ul> <li><a href="https://github.com/tobymao/sqlglot/commit/a295b3adbef0eff0b3f6c3b8b97b1eaa8c13f144"><code>a295b3a</code></a> - <strong>tsql</strong>: regression related to CTEs in CREATE VIEW AS statements <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3852">#3852</a> by <a href="https://github.com/georgesittas"><code>@​georgesittas</code></a>)</em></li> </ul> <h2>[v25.8.0] - 2024-07-29</h2> <h3>:sparkles: New Features</h3> <ul> <li><a href="https://github.com/tobymao/sqlglot/commit/e37d63a17d4709135c1de7876b2898cf7bd2e641"><code>e37d63a</code></a> - <strong>bigquery</strong>: add support for BYTEINT closes <a href="https://redirect.github.com/tobymao/sqlglot/pull/3838">#3838</a> <em>(commit by <a href="https://github.com/georgesittas"><code>@​georgesittas</code></a>)</em></li> <li><a href="https://github.com/tobymao/sqlglot/commit/4c912cd2302874b8abeed3cafa93ff3771b8dcba"><code>4c912cd</code></a> - <strong>clickhouse</strong>: improve parsing/transpilation of StrToDate <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3839">#3839</a> by <a href="https://github.com/georgesittas"><code>@​georgesittas</code></a>)</em> <ul> <li>:arrow_lower_right: <em>addresses issue <a href="https://redirect.github.com/tobymao/sqlglot/issues/3837">#3837</a> opened by <a href="https://github.com/ace-xc"><code>@​ace-xc</code></a></em></li> </ul> </li> <li><a href="https://github.com/tobymao/sqlglot/commit/45f45eaaac5a9130168dddaef4713542886a83cb"><code>45f45ea</code></a> - <strong>duckdb</strong>: add support for SUMMARIZE <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3840">#3840</a> by <a href="https://github.com/georgesittas"><code>@​georgesittas</code></a>)</em> <ul> <li>:arrow_lower_right: <em>addresses issue <a href="https://redirect.github.com/tobymao/sqlglot/issues/3823">#3823</a> opened by <a href="https://github.com/cpcloud"><code>@​cpcloud</code></a></em></li> </ul> </li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li><a href="https://github.com/tobymao/sqlglot/commit/57ecc8465a3c4d1e0ab1db71dc185c80efc5d0aa"><code>57ecc84</code></a> - <strong>duckdb</strong>: wrap left IN clause json extract arrow operand fixes <a href="https://redirect.github.com/tobymao/sqlglot/pull/3836">#3836</a> <em>(commit by <a href="https://github.com/georgesittas"><code>@​georgesittas</code></a>)</em></li> <li><a href="https://github.com/tobymao/sqlglot/commit/2ffb07070952cde7ac9a1883cbf9b4c477c55abb"><code>2ffb070</code></a> - <strong>duckdb</strong>: allow fixed length array casts closes <a href="https://redirect.github.com/tobymao/sqlglot/pull/3841">#3841</a> <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3842">#3842</a> by <a href="https://github.com/tobymao"><code>@​tobymao</code></a>)</em></li> <li><a href="https://github.com/tobymao/sqlglot/commit/d71eb4ebc2a0f82c567b32de51298f0d82f400a1"><code>d71eb4e</code></a> - pretty gen for tuples <em>(commit by <a href="https://github.com/tobymao"><code>@​tobymao</code></a>)</em></li> <li><a href="https://github.com/tobymao/sqlglot/commit/12ae9cdc1c1f52735f8c60488b5d98a4872bf764"><code>12ae9cd</code></a> - <strong>tsql</strong>: handle JSON_QUERY with a single argument <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3847">#3847</a> by <a href="https://github.com/georgesittas"><code>@​georgesittas</code></a>)</em> <ul> <li>:arrow_lower_right: <em>fixes issue <a href="https://redirect.github.com/tobymao/sqlglot/issues/3843">#3843</a> opened by <a href="https://github.com/zachary62"><code>@​zachary62</code></a></em></li> </ul> </li> <li><a href="https://github.com/tobymao/sqlglot/commit/f8ca6b4048ee22585cd7635f83b25fe2df9bd748"><code>f8ca6b4</code></a> - <strong>tsql</strong>: bubble up exp.Create CTEs to improve transpilability <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3848">#3848</a> by <a href="https://github.com/georgesittas"><code>@​georgesittas</code></a>)</em> <ul> <li>:arrow_lower_right: <em>fixes issue <a href="https://redirect.github.com/tobymao/sqlglot/issues/3844">#3844</a> opened by <a href="https://github.com/zachary62"><code>@​zachary62</code></a></em></li> </ul> </li> <li><a href="https://github.com/tobymao/sqlglot/commit/89976c1dbb61bdfe3bbb98702b18365e90a69acb"><code>89976c1</code></a> - <strong>parser</strong>: allow 'cube' to be used for identifiers <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3850">#3850</a> by <a href="https://github.com/georgesittas"><code>@​georgesittas</code></a>)</em></li> </ul> <h3>:recycle: Refactors</h3> <ul> <li><a href="https://github.com/tobymao/sqlglot/commit/d00ea9c4d39f686fabbe864e88cfe5c071fd4f66"><code>d00ea9c</code></a> - exclude boolean args in Generator.format_args <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3849">#3849</a> by <a href="https://github.com/georgesittas"><code>@​georgesittas</code></a>)</em></li> </ul> <h2>[v25.7.1] - 2024-07-25</h2> <h3>:bug: Bug Fixes</h3> <ul> <li><a href="https://github.com/tobymao/sqlglot/commit/ae95c18f636d34c7f92b48cd5970f4fa6ad81b08"><code>ae95c18</code></a> - alter table add columns closes <a href="https://redirect.github.com/tobymao/sqlglot/pull/3835">#3835</a> <em>(commit by <a href="https://github.com/tobymao"><code>@​tobymao</code></a>)</em></li> <li><a href="https://github.com/tobymao/sqlglot/commit/9b5839d7fb04f78c9ef50b112cd9d4d24558c912"><code>9b5839d</code></a> - make ast consistent <em>(commit by <a href="https://github.com/tobymao"><code>@​tobymao</code></a>)</em></li> </ul> <h2>[v25.7.0] - 2024-07-25</h2> <h3>:sparkles: New Features</h3> <ul> <li><a href="https://github.com/tobymao/sqlglot/commit/ba0aa50072f623c299eb4d2dbb69993541fff27b"><code>ba0aa50</code></a> - <strong>duckdb</strong>: Transpile BQ's exp.DatetimeAdd, exp.DatetimeSub <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3777">#3777</a> by <a href="https://github.com/VaggelisD"><code>@​VaggelisD</code></a>)</em></li> <li><a href="https://github.com/tobymao/sqlglot/commit/5da91fb50d0f8029ddda16040ebd316c1a651e2d"><code>5da91fb</code></a> - <strong>postgres</strong>: Support for CREATE INDEX CONCURRENTLY <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3787">#3787</a> by <a href="https://github.com/VaggelisD"><code>@​VaggelisD</code></a>)</em> <ul> <li>:arrow_lower_right: <em>addresses issue <a href="https://redirect.github.com/tobymao/sqlglot/issues/3783">#3783</a> opened by <a href="https://github.com/EdgyEdgemond"><code>@​EdgyEdgemond</code></a></em></li> </ul> </li> <li><a href="https://github.com/tobymao/sqlglot/commit/00722eb41795e7454d0ecb4c3d0e1caf96a19465"><code>00722eb</code></a> - Move ANNOTATORS to Dialect for dialect-aware annotation <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3786">#3786</a> by <a href="https://github.com/VaggelisD"><code>@​VaggelisD</code></a>)</em> <ul> <li>:arrow_lower_right: <em>addresses issue <a href="https://redirect.github.com/tobymao/sqlglot/issues/3778">#3778</a> opened by <a href="https://github.com/ddelzell"><code>@​ddelzell</code></a></em></li> </ul> </li> <li><a href="https://github.com/tobymao/sqlglot/commit/a6d84fbd9b4120f42b31bb01d4bf3e6258e51562"><code>a6d84fb</code></a> - <strong>postgres</strong>: Parse TO_DATE as exp.StrToDate <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3799">#3799</a> by <a href="https://github.com/VaggelisD"><code>@​VaggelisD</code></a>)</em> <ul> <li>:arrow_lower_right: <em>addresses issue <a href="https://redirect.github.com/tobymao/sqlglot/issues/3797">#3797</a> opened by <a href="https://github.com/dioptre"><code>@​dioptre</code></a></em></li> </ul> </li> <li><a href="https://github.com/tobymao/sqlglot/commit/358264478e5449b7e4ebddce1cc463d140f266f5"><code>3582644</code></a> - <strong>hive, spark, db</strong>: Support for exp.GenerateSeries <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3798">#3798</a> by <a href="https://github.com/VaggelisD"><code>@​VaggelisD</code></a>)</em> <ul> <li>:arrow_lower_right: <em>addresses issue <a href="https://redirect.github.com/tobymao/sqlglot/issues/3793">#3793</a> opened by <a href="https://github.com/wojciechowski-p"><code>@​wojciechowski-p</code></a></em></li> </ul> </li> <li><a href="https://github.com/tobymao/sqlglot/commit/80b4a12b779b661e42d31cf75ead8aff25257f8a"><code>80b4a12</code></a> - <strong>tsql</strong>: Support for COLUMNSTORE option on CREATE INDEX <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3805">#3805</a> by <a href="https://github.com/VaggelisD"><code>@​VaggelisD</code></a>)</em> <ul> <li>:arrow_lower_right: <em>addresses issue <a href="https://redirect.github.com/tobymao/sqlglot/issues/3801">#3801</a> opened by <a href="https://github.com/na399"><code>@​na399</code></a></em></li> </ul> </li> <li><a href="https://github.com/tobymao/sqlglot/commit/bf6c12687f3ed032ea7be40875c19fc00e5927ad"><code>bf6c126</code></a> - <strong>databricks</strong>: Support USE CATALOG <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3812">#3812</a> by <a href="https://github.com/VaggelisD"><code>@​VaggelisD</code></a>)</em> <ul> <li>:arrow_lower_right: <em>addresses issue <a href="https://redirect.github.com/tobymao/sqlglot/issues/3811">#3811</a> opened by <a href="https://github.com/grusin-db"><code>@​grusin-db</code></a></em></li> </ul> </li> <li><a href="https://github.com/tobymao/sqlglot/commit/624d4115e3ee4b8db2dbf2970bf0047e14b23e92"><code>624d411</code></a> - <strong>snowflake</strong>: Support for OBJECT_INSERT, transpile to DDB <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3807">#3807</a> by <a href="https://github.com/VaggelisD"><code>@​VaggelisD</code></a>)</em> <ul> <li>:arrow_lower_right: <em>addresses issue <a href="https://redirect.github.com/tobymao/sqlglot/issues/3802">#3802</a> opened by <a href="https://github.com/buremba"><code>@​buremba</code></a></em></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tobymao/sqlglot/commit/a295b3adbef0eff0b3f6c3b8b97b1eaa8c13f144"><code>a295b3a</code></a> Fix(tsql): regression related to CTEs in CREATE VIEW AS statements (<a href="https://redirect.github.com/tobymao/sqlglot/issues/3852">#3852</a>)</li> <li><a href="https://github.com/tobymao/sqlglot/commit/864d15059eb27f13030bf196135a1a92ebbb9000"><code>864d150</code></a> docs: update API docs, CHANGELOG.md for v25.8.0 [skip ci]</li> <li><a href="https://github.com/tobymao/sqlglot/commit/89976c1dbb61bdfe3bbb98702b18365e90a69acb"><code>89976c1</code></a> Fix(parser): allow 'cube' to be used for identifiers (<a href="https://redirect.github.com/tobymao/sqlglot/issues/3850">#3850</a>)</li> <li><a href="https://github.com/tobymao/sqlglot/commit/d00ea9c4d39f686fabbe864e88cfe5c071fd4f66"><code>d00ea9c</code></a> Refactor: exclude boolean args in Generator.format_args (<a href="https://redirect.github.com/tobymao/sqlglot/issues/3849">#3849</a>)</li> <li><a href="https://github.com/tobymao/sqlglot/commit/f8ca6b4048ee22585cd7635f83b25fe2df9bd748"><code>f8ca6b4</code></a> Fix(tsql): bubble up exp.Create CTEs to improve transpilability (<a href="https://redirect.github.com/tobymao/sqlglot/issues/3848">#3848</a>)</li> <li><a href="https://github.com/tobymao/sqlglot/commit/12ae9cdc1c1f52735f8c60488b5d98a4872bf764"><code>12ae9cd</code></a> Fix(tsql): handle JSON_QUERY with a single argument (<a href="https://redirect.github.com/tobymao/sqlglot/issues/3847">#3847</a>)</li> <li><a href="https://github.com/tobymao/sqlglot/commit/d71eb4ebc2a0f82c567b32de51298f0d82f400a1"><code>d71eb4e</code></a> fix: pretty gen for tuples</li> <li><a href="https://github.com/tobymao/sqlglot/commit/2ffb07070952cde7ac9a1883cbf9b4c477c55abb"><code>2ffb070</code></a> fix(duckdb): allow fixed length array casts closes <a href="https://redirect.github.com/tobymao/sqlglot/issues/3841">#3841</a> (<a href="https://redirect.github.com/tobymao/sqlglot/issues/3842">#3842</a>)</li> <li><a href="https://github.com/tobymao/sqlglot/commit/57ecc8465a3c4d1e0ab1db71dc185c80efc5d0aa"><code>57ecc84</code></a> Fix(duckdb): wrap left IN clause json extract arrow operand fixes <a href="https://redirect.github.com/tobymao/sqlglot/issues/3836">#3836</a></li> <li><a href="https://github.com/tobymao/sqlglot/commit/45f45eaaac5a9130168dddaef4713542886a83cb"><code>45f45ea</code></a> Feat(duckdb): add support for SUMMARIZE (<a href="https://redirect.github.com/tobymao/sqlglot/issues/3840">#3840</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tobymao/sqlglot/compare/v25.5.0...v25.8.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85b9bfb commit 60f60ce

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.29.0",
4848
"databricks-labs-lsql>=0.5,<0.8",
4949
"databricks-labs-blueprint>=0.8,<0.9",
5050
"PyYAML>=6.0.0,<7.0.0",
51-
"sqlglot>=25.5.0,<25.8",
51+
"sqlglot>=25.5.0,<25.9",
5252
"astroid>=3.2.2"]
5353

5454
[project.optional-dependencies]

0 commit comments

Comments
 (0)