From 989bf0eaa129a5ddd6bd29953e211f405481f984 Mon Sep 17 00:00:00 2001 From: Vincent Chan Date: Fri, 25 Jul 2025 13:43:17 -0700 Subject: [PATCH] Chore!: Bump sqlglot to 27.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc8a479617..c9cf09c96d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=27.3.1", + "sqlglot[rs]~=27.4.0", "tenacity", "time-machine", "json-stream"