From aa36de0b21692e27da32e83c16d430c8873197bf Mon Sep 17 00:00:00 2001 From: George Sittas Date: Wed, 17 Sep 2025 14:59:12 +0300 Subject: [PATCH] Chore!: bump sqlglot to v27.15.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b526527fc..675cd019ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=27.14.0", + "sqlglot[rs]~=27.15.3", "tenacity", "time-machine", "json-stream"