From 40752b2d9af9d5f4b810215e2147159fdd2852ce Mon Sep 17 00:00:00 2001 From: Alistair Johnson Date: Wed, 21 Aug 2024 06:56:13 -0400 Subject: [PATCH] pin version of sqlglot --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c887778..c6ca5529 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "sqlglot", + "sqlglot==25.13.0", "pandas", "numpy", ]