diff --git a/invenio_config_tugraz/config.py b/invenio_config_tugraz/config.py index 219aa3a..0054a30 100644 --- a/invenio_config_tugraz/config.py +++ b/invenio_config_tugraz/config.py @@ -276,7 +276,7 @@ APP_RDM_DEPOSIT_FORM_QUOTA = { # 1 Gb: 10 ** 9 # 50 Gb: 10 ** 9 * 50 # 100 Mb: 10 ** 9 * 0.1 - "maxStorage": 10 ** 9 * 10, + "maxStorage": 10**9 * 10, } """Deposit file upload quota """ diff --git a/setup.cfg b/setup.cfg index d14d957..49ed0ed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,8 +36,9 @@ packages = find: python_requires = >=3.8 zip_safe = False install_requires = - invenio-rdm-records>=0.35.12,<0.99 - invenio-cache>=1.1.0 + # keep this dependencies identical to invenio-app-rdm + invenio-rdm-records>=0.35.16,<0.36.0 + invenio-cache>=1.1.1,<1.2.0 [options.extras_require] tests =