Skip to content

Commit e94dc34

Browse files
Update sqlglot requirement from <23.11,>=23.9 to >=23.9,<23.12 (#1486)
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>[v23.11.2] - 2024-04-19</h2> <h3>:bug: Bug Fixes</h3> <ul> <li><a href="https://github.com/tobymao/sqlglot/commit/68595eba02ca9f3a01359566104b4315a313ec0a"><code>68595eb</code></a> - edge case <em>(commit by <a href="https://github.com/tobymao"><code>@​tobymao</code></a>)</em></li> </ul> <h2>[v23.11.1] - 2024-04-19</h2> <h3>:bug: Bug Fixes</h3> <ul> <li><a href="https://github.com/tobymao/sqlglot/commit/9cf6f4e49208d5a41bca1bd437d31b1ed894e6eb"><code>9cf6f4e</code></a> - don't allow any_token on reserved keywords <em>(commit by <a href="https://github.com/tobymao"><code>@​tobymao</code></a>)</em></li> </ul> <h2>[v23.11.0] - 2024-04-19</h2> <h3>:boom: BREAKING CHANGES</h3> <ul> <li> <p>due to <a href="https://github.com/tobymao/sqlglot/commit/290e408ccf0d0eeec767d4b58bc1293878a3a3ae"><code>290e408</code></a> - Preserve DPipe in simplify_concat <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3317">#3317</a> by <a href="https://github.com/VaggelisD"><code>@​VaggelisD</code></a>)</em>:</p> <p>Preserve DPipe in simplify_concat (<a href="https://redirect.github.com/tobymao/sqlglot/issues/3317">#3317</a>)</p> </li> <li> <p>due to <a href="https://github.com/tobymao/sqlglot/commit/83cff79633225fe3d8606ec3a5a9e8c1081edd0c"><code>83cff79</code></a> - add comprehensive reserved keywords for presto and redshift <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3322">#3322</a> by <a href="https://github.com/tobymao"><code>@​tobymao</code></a>)</em>:</p> <p>add comprehensive reserved keywords for presto and redshift (<a href="https://redirect.github.com/tobymao/sqlglot/issues/3322">#3322</a>)</p> </li> <li> <p>due to <a href="https://github.com/tobymao/sqlglot/commit/61f5b1274cc1f3d68f0f16d4b3efcdc082f67257"><code>61f5b12</code></a> - Introduce partition in exp.Table <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3327">#3327</a> by <a href="https://github.com/VaggelisD"><code>@​VaggelisD</code></a>)</em>:</p> <p>Introduce partition in exp.Table (<a href="https://redirect.github.com/tobymao/sqlglot/issues/3327">#3327</a>)</p> </li> <li> <p>due to <a href="https://github.com/tobymao/sqlglot/commit/1832ff130da06ec905835583f101c031dc4faf1d"><code>1832ff1</code></a> - dynamic styling for inline arrays <em>(commit by <a href="https://github.com/tobymao"><code>@​tobymao</code></a>)</em>:</p> <p>dynamic styling for inline arrays</p> </li> <li> <p>due to <a href="https://github.com/tobymao/sqlglot/commit/5fb7f5b21bc441af8d6fabaff7c3d542d96d3811"><code>5fb7f5b</code></a> - dont double indent comments <em>(commit by <a href="https://github.com/tobymao"><code>@​tobymao</code></a>)</em>:</p> <p>dont double indent comments</p> </li> </ul> <h3>:sparkles: New Features</h3> <ul> <li><a href="https://github.com/tobymao/sqlglot/commit/4f1691a221f3d7395774f8c131a656a3ec531534"><code>4f1691a</code></a> - allow qualify to also annotate on the fly for unnest support <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3316">#3316</a> by <a href="https://github.com/tobymao"><code>@​tobymao</code></a>)</em></li> <li><a href="https://github.com/tobymao/sqlglot/commit/83cff79633225fe3d8606ec3a5a9e8c1081edd0c"><code>83cff79</code></a> - add comprehensive reserved keywords for presto and redshift <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3322">#3322</a> by <a href="https://github.com/tobymao"><code>@​tobymao</code></a>)</em></li> <li><a href="https://github.com/tobymao/sqlglot/commit/ef3311a8ece67e6300e5ff121660dea8cfd80480"><code>ef3311a</code></a> - <strong>hive</strong>: Add 'STORED AS' option in INSERT DIRECTORY <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3326">#3326</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/3320">#3320</a> opened by <a href="https://github.com/bkyryliuk"><code>@​bkyryliuk</code></a></em></li> </ul> </li> <li><a href="https://github.com/tobymao/sqlglot/commit/7f9cb2d2fe2c09e94f9dbaafcc0a808428b5b21c"><code>7f9cb2d</code></a> - <strong>clickhouse</strong>: Add support for DATE_FORMAT / formatDateTime <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3329">#3329</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/3324">#3324</a> opened by <a href="https://github.com/PaienNate"><code>@​PaienNate</code></a></em></li> </ul> </li> <li><a href="https://github.com/tobymao/sqlglot/commit/61f5b1274cc1f3d68f0f16d4b3efcdc082f67257"><code>61f5b12</code></a> - Introduce partition in exp.Table <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3327">#3327</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/3319">#3319</a> opened by <a href="https://github.com/bkyryliuk"><code>@​bkyryliuk</code></a></em></li> </ul> </li> <li><a href="https://github.com/tobymao/sqlglot/commit/31744b26ed97c12fd3cb1e3a0661695fac4c0736"><code>31744b2</code></a> - <strong>prql</strong>: handle NULL <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3331">#3331</a> by <a href="https://github.com/fool1280"><code>@​fool1280</code></a>)</em></li> <li><a href="https://github.com/tobymao/sqlglot/commit/1105044fa8c5af8269eeddfe8e160f0c52de913c"><code>1105044</code></a> - <strong>tsql</strong>: add alter table rename <em>(commit by <a href="https://github.com/tobymao"><code>@​tobymao</code></a>)</em></li> <li><a href="https://github.com/tobymao/sqlglot/commit/1832ff130da06ec905835583f101c031dc4faf1d"><code>1832ff1</code></a> - dynamic styling for inline arrays <em>(commit by <a href="https://github.com/tobymao"><code>@​tobymao</code></a>)</em></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li><a href="https://github.com/tobymao/sqlglot/commit/ef84f177b7d76b7bf43d6ef38a89cfbe47f4e13b"><code>ef84f17</code></a> - <strong>optimizer</strong>: don't simplify parentheses when parent is SubqueryPredicate <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3315">#3315</a> by <a href="https://github.com/georgesittas"><code>@​georgesittas</code></a>)</em></li> <li><a href="https://github.com/tobymao/sqlglot/commit/290e408ccf0d0eeec767d4b58bc1293878a3a3ae"><code>290e408</code></a> - <strong>optimizer</strong>: Preserve DPipe in simplify_concat <em>(PR <a href="https://redirect.github.com/tobymao/sqlglot/pull/3317">#3317</a> by <a href="https://github.com/VaggelisD"><code>@​VaggelisD</code></a>)</em> <ul> <li>:arrow_lower_right: <em>fixes issue <a href="https://redirect.github.com/TobikoData/sqlmesh/issues/2439">#2439</a> opened by <a href="https://github.com/ma1f"><code>@​ma1f</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/68595eba02ca9f3a01359566104b4315a313ec0a"><code>68595eb</code></a> fix: edge case</li> <li><a href="https://github.com/tobymao/sqlglot/commit/6b10cccdf39a5d4d29bff767c3c0405d006d01f5"><code>6b10ccc</code></a> docs: update API docs, CHANGELOG.md for v23.11.1 [skip ci]</li> <li><a href="https://github.com/tobymao/sqlglot/commit/9cf6f4e49208d5a41bca1bd437d31b1ed894e6eb"><code>9cf6f4e</code></a> fix: don't allow any_token on reserved keywords</li> <li><a href="https://github.com/tobymao/sqlglot/commit/970c9c2bb770400fa4da09acddc766d30bbd55ef"><code>970c9c2</code></a> docs: update API docs, CHANGELOG.md for v23.11.0 [skip ci]</li> <li><a href="https://github.com/tobymao/sqlglot/commit/5fb7f5b21bc441af8d6fabaff7c3d542d96d3811"><code>5fb7f5b</code></a> fix!: dont double indent comments</li> <li><a href="https://github.com/tobymao/sqlglot/commit/e2b62133add5a39e3a2df1d0c8e634fcab3487ff"><code>e2b6213</code></a> fix: don't double comment unions</li> <li><a href="https://github.com/tobymao/sqlglot/commit/1832ff130da06ec905835583f101c031dc4faf1d"><code>1832ff1</code></a> feat!: dynamic styling for inline arrays</li> <li><a href="https://github.com/tobymao/sqlglot/commit/1105044fa8c5af8269eeddfe8e160f0c52de913c"><code>1105044</code></a> feat(tsql): add alter table rename</li> <li><a href="https://github.com/tobymao/sqlglot/commit/17f7eaff564790b1fe7faa414143accf362f550e"><code>17f7eaf</code></a> chore: add test</li> <li><a href="https://github.com/tobymao/sqlglot/commit/ae415a304d104fcbba7434e4d8acd9714beaf29b"><code>ae415a3</code></a> fix ApproxDistinct snowflake transpilation (<a href="https://redirect.github.com/tobymao/sqlglot/issues/3334">#3334</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tobymao/sqlglot/compare/v23.9.0...v23.11.2">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6aecd3 commit e94dc34

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.24.0",
4848
"databricks-labs-lsql>=0.3,<0.5",
4949
"databricks-labs-blueprint~=0.4.3",
5050
"PyYAML>=6.0.0,<7.0.0",
51-
"sqlglot>=23.9,<23.11"]
51+
"sqlglot>=23.9,<23.12"]
5252

5353
[project.entry-points.databricks]
5454
runtime = "databricks.labs.ucx.runtime:main"

0 commit comments

Comments
 (0)