From 3c4211c963494618efc5253049444f588ddd118a Mon Sep 17 00:00:00 2001 From: kingbri <8082010+bdashore3@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:10:20 -0500 Subject: [PATCH] Dependencies: Ensure updated kbnf Signed-off-by: kingbri <8082010+bdashore3@users.noreply.github.com> --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index efa1d76..b27f453 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ dependencies = [ "packaging", "tokenizers", "formatron", + "kbnf>=0.4.1", "aiofiles", "aiohttp", "async_lru",