From 3fa7beafd649e6d0ae7a6ed49bf38df3ad843aae Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 6 Nov 2024 08:20:07 +0100 Subject: [PATCH] fix: update tiramisu dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcee8d8d3..d8fa92d65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "ruamel.yaml ~= 0.18.6", "pydantic ~= 2.9.2", "jinja2 ~= 3.1.4", - "tiramisu ~= 5.0.0" + "tiramisu >=5.0,<6" ] [project.optional-dependencies]