From feb68ab2131b067cf64c1c992085698fa1ddca63 Mon Sep 17 00:00:00 2001 From: Trey Spiller Date: Mon, 2 Mar 2026 15:31:45 -0600 Subject: [PATCH] bump sqlglot to 28.10.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81df00a373..029d043704 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=28.10.0", + "sqlglot[rs]~=28.10.1", "tenacity", "time-machine", "json-stream"