Skip to content

Commit

Permalink
bump invenio-db version
Browse files Browse the repository at this point in the history
  • Loading branch information
liptakpanna authored and ntarocco committed Oct 1, 2024
1 parent 260902d commit 844365f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion invenio_records_resources/services/uow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 844365f

Please sign in to comment.