From 717d80331680c37fec75f1acf3abc8339ef3a4cc Mon Sep 17 00:00:00 2001 From: Erin Drummond Date: Tue, 28 Jan 2025 12:28:48 +1300 Subject: [PATCH] Chore!: bump sqlglot to v26.3.9 (#3727) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e66b9517e..cbf443197 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "rich[jupyter]", "ruamel.yaml", "setuptools; python_version>='3.12'", - "sqlglot[rs]~=26.3.8", + "sqlglot[rs]~=26.3.9", "tenacity", "time-machine", ],