From 8cbdae77355312840fce571f7f9de3ff1fce30c0 Mon Sep 17 00:00:00 2001 From: George Sittas Date: Wed, 30 Jul 2025 15:21:12 +0300 Subject: [PATCH] Chore!: bump sqlglot to v27.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 670c021f56..91a671b2d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=27.4.1", + "sqlglot[rs]~=27.5.1", "tenacity", "time-machine", "json-stream"