From 5be095f09f19a8d99a9be3a2d98596c5d709f295 Mon Sep 17 00:00:00 2001 From: George Sittas Date: Mon, 31 Mar 2025 21:55:33 +0300 Subject: [PATCH] Chore: bump sqlglot to v26.12.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5199384eae..08d85fbeaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "requests", "rich[jupyter]", "ruamel.yaml", - "sqlglot[rs]~=26.12.0", + "sqlglot[rs]~=26.12.1", "tenacity", "time-machine", ]