From 90ab270358070e599cc29ae6c293f6ee55f578ee Mon Sep 17 00:00:00 2001 From: konstantin Date: Sat, 14 Dec 2024 11:07:48 +0100 Subject: [PATCH] chore: Set min version of `efoli` to 1.4.0 (24h LFW on 2025-06-06) (#193) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 556cd86..bbd7b2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "jinja2", "pydantic", "python-docx", - "efoli>=0.0.3" + "efoli>=1.4.0" ] # add all the dependencies here dynamic = ["readme", "version"]