From 5dd02976de2d6818a144e94d96284824dd79d915 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Fri, 19 Apr 2024 12:07:21 +0200 Subject: [PATCH] Needs newest ingest --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f185fcf..9e1c2ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ ] dependencies = [ "plone.restapi", # pulls in whole Products.CMFPlone too - "collective.elastic.ingest>=2.0.0rc9", + "collective.elastic.ingest>=2.1.0", "jinja2", "deepmerge", ]