From cc8f7ee7c46a652eb94f7534c3a178692c49868c Mon Sep 17 00:00:00 2001 From: George Sittas Date: Tue, 23 Sep 2025 19:04:29 +0300 Subject: [PATCH] Chore!: bump sqlglot to v27.17.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d34b340b5..59880e61c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=27.16.3", + "sqlglot[rs]~=27.17.0", "tenacity", "time-machine", "json-stream"