From 20688714442d073a3b4dce72bb493ed0b86f86cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:54:35 +0000 Subject: [PATCH] chore(deps): update promplate-recipes requirement Updates the requirements on promplate-recipes to permit the latest version. --- updated-dependencies: - dependency-name: promplate-recipes dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 959a2df..8214bda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "promplate~=0.3.4.7", "python-box>=7.1.1,<7.3.0", "promptools[validation]~=0.1.3.4", - "promplate-recipes~=0.2.2.1", + "promplate-recipes>=0.2.2.1,<0.2.4.0", "pyyaml~=6.0.1", "html-text~=0.6.2", "html2text2~=1.0.0",