From 844365f3e5edf1fa1c6c536bcb64f6dade3f7481 Mon Sep 17 00:00:00 2001 From: Panna Liptak Date: Tue, 1 Oct 2024 17:41:42 +0200 Subject: [PATCH] bump invenio-db version --- invenio_records_resources/services/uow.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/invenio_records_resources/services/uow.py b/invenio_records_resources/services/uow.py index fad6a44e..c1c18270 100644 --- a/invenio_records_resources/services/uow.py +++ b/invenio_records_resources/services/uow.py @@ -106,7 +106,7 @@ def on_commit(self, uow): from celery import current_app # backwards compatible imports -from invenio_db.services.uow import ( +from invenio_db.uow import ( ModelCommitOp, ModelDeleteOp, Operation, diff --git a/setup.cfg b/setup.cfg index 745d009e..150724c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ install_requires = flask-resources>=1.0.0,<2.0.0 invenio-accounts>=5.0.0,<6.0.0 invenio-base>=1.3.0,<2.0.0 - invenio-db>=1.0.14,<2.0.0 #TODO bump + invenio-db>=1.2.0,<2.0.0 invenio-files-rest>=2.0.0,<3.0.0 invenio-i18n>=2.0.0,<3.0.0 invenio-indexer>=2.1.0,<3.0.0