From bf45c279704a016741325acb4ec128dd6bff42fb Mon Sep 17 00:00:00 2001 From: Noam Gat Date: Wed, 28 Feb 2024 10:46:53 +0200 Subject: [PATCH] Update pyproject.toml Solves https://github.com/noamgat/lm-format-enforcer/issues/79 --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bdf78a..b29a492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lm-format-enforcer" -version = "0.9.0" +version = "0.9.1" description = "Enforce the output format (JSON Schema, Regex etc) of a language model" authors = ["Noam Gat "] license = "MIT" @@ -32,6 +32,8 @@ packages = [ python = ">=3.8,<4.0" pydantic = ">=1.10.8" interegular = ">=0.3.2" +packaging = "*" +pyyaml = "*" [tool.poetry.group.dev.dependencies] mock = "5.1.0"