From 079af17d345e130c44ead2e234d01d91e9cb6547 Mon Sep 17 00:00:00 2001 From: George Sittas Date: Tue, 9 Sep 2025 02:09:12 +0300 Subject: [PATCH] Chore!: bump sqlglot to v27.13.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdc9a4063f..2e39219710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=27.12.0", + "sqlglot[rs]~=27.13.2", "tenacity", "time-machine", "json-stream"