We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f3fbde + e0bf2b1 commit b34d693Copy full SHA for b34d693
2 files changed
changelog.md
@@ -9,6 +9,7 @@ Features
9
Internal
10
---------
11
* Migrate more repeated values to `constants.py`.
12
+* Support `sqlglot` 28 and 29.
13
14
15
1.62.0 (2026/03/07)
pyproject.toml
@@ -14,7 +14,7 @@ dependencies = [
"prompt_toolkit>=3.0.6,<4.0.0",
"PyMySQL ~= 1.1.2",
16
"sqlparse>=0.3.0,<0.6.0",
17
- "sqlglot[rs] == 27.*",
+ "sqlglot[rs] >= 27.0.0, <30.0.0",
18
"configobj ~= 5.0.9",
19
"cli_helpers[styles] ~= 2.11.0",
20
"wcwidth ~= 0.6.0",
0 commit comments