diff --git a/pyproject.toml b/pyproject.toml index f2e64ca..42e1d5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ Source = "https://github.com/jkalayan/biosim-schema" [project.optional-dependencies] invenio = [ - "marshmallow>=3.20,<4", + "marshmallow>=4.3,<5", "marshmallow-utils>=0.9,<1", ]