Skip to content

Commit bbe8a86

Browse files
committed
upgrade sqlglot to v30.4.3
This may fix a build problem, based on the observations in * #1847 and the upstream PR * tobymao/sqlglot#7304
1 parent e956b98 commit bbe8a86

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
1.68.0 (2026/04/13)
210
==============
311

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"prompt_toolkit>=3.0.6,<4.0.0",
1616
"PyMySQL ~= 1.1.2",
1717
"sqlparse>=0.3.0,<0.6.0",
18-
"sqlglot[c] ~= 30.0.0",
18+
"sqlglot[c] ~= 30.4.3",
1919
"configobj ~= 5.0.9",
2020
"cli_helpers[styles] ~= 2.12.0",
2121
"wcwidth ~= 0.6.0",

0 commit comments

Comments
 (0)