From 356d968792d28e1dff1830435e2cd1620cb6b458 Mon Sep 17 00:00:00 2001 From: George Sittas Date: Thu, 4 Sep 2025 20:30:46 +0300 Subject: [PATCH] Chore!: bump sqlglot to v27.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3886562d6..1b0aeaf373 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=27.9.0", + "sqlglot[rs]~=27.12.0", "tenacity", "time-machine", "json-stream"