From 214b3846fdc66c87a90d80d12107340716903b5f Mon Sep 17 00:00:00 2001 From: George Sittas Date: Wed, 4 Feb 2026 16:33:59 +0200 Subject: [PATCH] Chore!: bump sqlglot to v28.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bda22257ab..6cca104991 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=28.7.0", + "sqlglot[rs]~=28.10.0", "tenacity", "time-machine", "json-stream"