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", ]