From 2a5ce5e07a9ac639c79cee5edd6d3eaa2f79b67e Mon Sep 17 00:00:00 2001 From: George Sittas Date: Thu, 24 Jul 2025 19:45:13 +0300 Subject: [PATCH] Chore!: bump sqlglot to v27.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08926c2ab2..fc8a479617 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=27.1.0", + "sqlglot[rs]~=27.3.1", "tenacity", "time-machine", "json-stream"