From c47d2f07a044dc272cec36d73d943c0c30eb927b Mon Sep 17 00:00:00 2001 From: eakmanrq <6326532+eakmanrq@users.noreply.github.com> Date: Fri, 26 Sep 2025 10:31:46 -0700 Subject: [PATCH] chore!: bump SQLGlot to v27.19.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35376dd095..9b192d6a78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=27.18.0", + "sqlglot[rs]~=27.19.0", "tenacity", "time-machine", "json-stream"