From 5181fdc573f04c442a64f04f2ec8037757441d9d Mon Sep 17 00:00:00 2001 From: Eduard Nitu Date: Fri, 9 Jan 2026 10:10:21 +0100 Subject: [PATCH] fix: specify invenio-override branch until new release --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0c5fd80..a3583e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,3 +24,4 @@ py-modules = [] [tool.uv.sources] invenio-curations = { git = "https://github.com/tu-graz-library/invenio-curations", branch = "main"} +invenio-override = { git = "https://github.com/sharedRDM/invenio-override", branch = "main"}