From bfc2f9e4dbc4b7bbdf973166cd03e47c0ce9f106 Mon Sep 17 00:00:00 2001 From: Iaroslav Zeigerman Date: Fri, 1 Aug 2025 09:28:02 -0700 Subject: [PATCH] Chore: Bump sqlglot to 27.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91a671b2d4..8e1c4b879f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=27.5.1", + "sqlglot[rs]~=27.6.0", "tenacity", "time-machine", "json-stream"