Skip to content

Commit 2277f18

Browse files
committed
update sqlglot library to v30.8.0
and list sqlglotc as an separate, explicit dependency.
1 parent 19717eb commit 2277f18

2 files changed

Lines changed: 10 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+
1.73.1 (2026/05/29)
2+
==============
3+
4+
Bug Fixes
5+
---------
6+
* Update `sqlglot` to v30.8.0 to fix `build_formatted_string` error.
7+
8+
19
1.73.0 (2026/05/27)
210
==============
311

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ dependencies = [
1515
"prompt_toolkit>=3.0.41,<4.0.0",
1616
"PyMySQL ~= 1.1.2",
1717
"sqlparse>=0.3.0,<0.6.0",
18-
"sqlglot[c] ~= 30.7.0",
18+
"sqlglot ~= 30.8.0",
19+
"sqlglotc ~= 30.8.0",
1920
"configobj ~= 5.0.9",
2021
"cli_helpers[styles] ~= 2.15.0",
2122
"wcwidth ~= 0.6.0",

0 commit comments

Comments
 (0)