From af3eec2f0eb0bcd3032ce7401d31be262c6ab620 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Wed, 15 Apr 2026 08:02:23 -0400 Subject: [PATCH] upgrade sqlglot to v30.4.3 This may fix a build problem, based on the observations in * https://github.com/dbcli/mycli/issues/1847 and the upstream issue * https://github.com/tobymao/sqlglot/issues/7304 --- changelog.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index fd3d1334..6d744723 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +Upcoming (TBD) +============== + +Bug Fixes +--------- +* Upgrade `sqlglot` to v30.4.3, which may fix a build problem. + + 1.68.0 (2026/04/13) ============== diff --git a/pyproject.toml b/pyproject.toml index 11e0e772..9fa5c3ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "prompt_toolkit>=3.0.6,<4.0.0", "PyMySQL ~= 1.1.2", "sqlparse>=0.3.0,<0.6.0", - "sqlglot[c] ~= 30.0.0", + "sqlglot[c] ~= 30.4.3", "configobj ~= 5.0.9", "cli_helpers[styles] ~= 2.12.0", "wcwidth ~= 0.6.0",