From 2e5c8bb8d065d053dd7e8a979b80b7374477e0b0 Mon Sep 17 00:00:00 2001 From: George Sittas Date: Fri, 13 Jun 2025 19:05:24 +0300 Subject: [PATCH] Chore: bump sqlglot to 26.27.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93e034de57..f2bb2f683e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=26.27.0", + "sqlglot[rs]~=26.27.1", "tenacity", "time-machine", "json-stream"