From b88b9e139b30d01fe7348f53d7de4bc7f962e231 Mon Sep 17 00:00:00 2001 From: George Sittas Date: Thu, 12 Jun 2025 21:25:05 +0300 Subject: [PATCH] Chore!: bump sqlglot to v26.27.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 160b1be786..93e034de57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=26.26.0", + "sqlglot[rs]~=26.27.0", "tenacity", "time-machine", "json-stream"