diff --git a/changelog.md b/changelog.md index 8c2fe182..b938fb78 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +1.73.1 (2026/05/29) +============== + +Bug Fixes +--------- +* Update `sqlglot` to v30.8.0 to fix `build_formatted_string` error. + + 1.73.0 (2026/05/27) ============== diff --git a/pyproject.toml b/pyproject.toml index 060cad21..4a1be0fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,8 @@ dependencies = [ "prompt_toolkit>=3.0.41,<4.0.0", "PyMySQL ~= 1.1.2", "sqlparse>=0.3.0,<0.6.0", - "sqlglot[c] ~= 30.7.0", + "sqlglot ~= 30.8.0", + "sqlglotc ~= 30.8.0", "configobj ~= 5.0.9", "cli_helpers[styles] ~= 2.15.0", "wcwidth ~= 0.6.0",