From 2654991758bb369249e713797d88b1cc085f2140 Mon Sep 17 00:00:00 2001 From: George Sittas Date: Tue, 30 Sep 2025 17:00:21 +0300 Subject: [PATCH] Chore!: bump sqlglot to v27.20.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b192d6a78..053b242813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=27.19.0", + "sqlglot[rs]~=27.20.0", "tenacity", "time-machine", "json-stream"