Skip to content

Commit aeba423

Browse files
committed
installation: bump invenio-rdm-records and release v21.1.5
πŸ“ invenio-rdm-records (21.2.0 -> 21.3.0 🌈) πŸ“¦ release: v21.3.0 fix: disable drag-n-drop files when files are locked fix: re-add code removed in 9e8f553 schema: added related_identifiers variable fix(setup): temporarily tighten commonmeta-py pin * this avoids getting a version of the dependency with breaking changes fix(oai-pmh): handle broader permission denied errors * previously, the `GetRecord` verb targeting a restricted record would result in a HTTP 500 response due to an unhandled error * the `getrecord_fetcher()` function only handled `PermissionDeniedError` exceptions but not `RecordPermissionDeniedError`, which are the ones raised by services * since both of them are subclasses of `PermissionDenied`, we simply handle that instead
1 parent a5ef145 commit aeba423

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zenodo-rdm-app"
3-
version = "21.1.4"
3+
version = "21.1.5"
44
authors = [
55
{ name = "CERN" }
66
]

β€Žuv.lockβ€Ž

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)