From 38e052d023b9ce6fc9d2afc1f847a745d04e4bb0 Mon Sep 17 00:00:00 2001 From: George Sittas Date: Wed, 13 Aug 2025 20:45:37 +0300 Subject: [PATCH] Chore!: bump sqlglot to v27.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 517f3be426..bbb368a7bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=27.6.0", + "sqlglot[rs]~=27.7.0", "tenacity", "time-machine", "json-stream"