We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e956b98 + af3eec2 commit 4a72456Copy full SHA for 4a72456
2 files changed
changelog.md
@@ -1,3 +1,11 @@
1
+Upcoming (TBD)
2
+==============
3
+
4
+Bug Fixes
5
+---------
6
+* Upgrade `sqlglot` to v30.4.3, which may fix a build problem.
7
8
9
1.68.0 (2026/04/13)
10
==============
11
pyproject.toml
@@ -15,7 +15,7 @@ dependencies = [
15
"prompt_toolkit>=3.0.6,<4.0.0",
16
"PyMySQL ~= 1.1.2",
17
"sqlparse>=0.3.0,<0.6.0",
18
- "sqlglot[c] ~= 30.0.0",
+ "sqlglot[c] ~= 30.4.3",
19
"configobj ~= 5.0.9",
20
"cli_helpers[styles] ~= 2.12.0",
21
"wcwidth ~= 0.6.0",
0 commit comments