From a10dccba224a69e5a7ba7350c72fc9b74ce3be41 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Fri, 8 Mar 2024 12:52:47 +0100 Subject: [PATCH] setup: remove upper limit of rdm-records --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 29b0c85..04510f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ install_requires = # keep this dependencies identical to invenio-app-rdm invenio-cache>=1.1.1,<2.0.0 invenio-i18n>=2.0.0,<3.0.0 - invenio-rdm-records>=4.0.0,<5.0.0 + invenio-rdm-records>=4.0.0 [options.extras_require] tests =