From 36c0a8104e0b05ccef5082952adbf5520f6544e0 Mon Sep 17 00:00:00 2001 From: George Sittas Date: Tue, 19 Aug 2025 15:00:51 +0300 Subject: [PATCH] Chore!: bump sqlglot to v27.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7380980c6..12c855f6f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=27.7.0", + "sqlglot[rs]~=27.8.0", "tenacity", "time-machine", "json-stream"