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", ]