From 5cb9dd27e014b8f8a11355ddb349a0ddce68ba94 Mon Sep 17 00:00:00 2001 From: George Sittas Date: Thu, 25 Sep 2025 14:45:31 +0300 Subject: [PATCH] Chore!: bump sqlglot to v27.18.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3e13b63ee..35376dd095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=27.17.0", + "sqlglot[rs]~=27.18.0", "tenacity", "time-machine", "json-stream"