From 95c3e4984c84e5feccb0d0e14b40a333343325cb Mon Sep 17 00:00:00 2001 From: RUFFY-369 Date: Mon, 30 Mar 2026 17:14:16 +0530 Subject: [PATCH] fix: pin antlr4-python3-runtime for compatibility --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6f23666c..cdc47a2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ dependencies = [ "jsonlines", "pydantic-cli", "hf_transfer", + "antlr4-python3-runtime==4.9.3", ] [project.scripts]