From b866ce51a077e3b03e8e916535a8413b139da777 Mon Sep 17 00:00:00 2001 From: enitu Date: Fri, 4 Apr 2025 08:31:59 +0200 Subject: [PATCH] fix: limit invenio-assets to 3.1.0 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 53e70ba..f1ebdc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ authors = [ dependencies = [ "invenio-app-rdm[opensearch2] ~=12.0.0", + "invenio-assets >=3.1.0,<3.2.0", "invenio-logging[sentry_sdk] ~=2.0", "uwsgi >=2.0", "uwsgitop >=0.11",