Skip to content

Commit b34d693

Browse files
authored
Merge pull request #1698 from dbcli/RW/support-sqlglot-28-and-29
Support sqlglot 28 and 29
2 parents 7f3fbde + e0bf2b1 commit b34d693

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Features
99
Internal
1010
---------
1111
* Migrate more repeated values to `constants.py`.
12+
* Support `sqlglot` 28 and 29.
1213

1314

1415
1.62.0 (2026/03/07)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"prompt_toolkit>=3.0.6,<4.0.0",
1515
"PyMySQL ~= 1.1.2",
1616
"sqlparse>=0.3.0,<0.6.0",
17-
"sqlglot[rs] == 27.*",
17+
"sqlglot[rs] >= 27.0.0, <30.0.0",
1818
"configobj ~= 5.0.9",
1919
"cli_helpers[styles] ~= 2.11.0",
2020
"wcwidth ~= 0.6.0",

0 commit comments

Comments
 (0)