From 072ec387068eaf37a31eb1e4bbf47d516a71a695 Mon Sep 17 00:00:00 2001 From: George Sittas Date: Sun, 27 Jul 2025 17:42:52 +0300 Subject: [PATCH] Chore: bump sqlglot to v27.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9cf09c96d..42d40a5f8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=27.4.0", + "sqlglot[rs]~=27.4.1", "tenacity", "time-machine", "json-stream"