From 469dc18aa9fd259fa9f264de5eabb15181e0a1b6 Mon Sep 17 00:00:00 2001 From: Stefan Holst Date: Thu, 23 Oct 2025 18:20:26 +0900 Subject: [PATCH] lark dependency update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0130ee1..2d92525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.rst" requires_python = ">=3.8" dependencies = [ "numpy>=1.17.0", - "lark-parser>=0.8.0", + "lark>=1.3.0", ] classifiers = [ "Development Status :: 3 - Alpha",