From abb675d9d32fd9cf21537ea886c3aedda90e0628 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Mon, 26 Sep 2022 12:55:11 +0200 Subject: [PATCH] Lock --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3fe7963d..e4ea1e1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -108,7 +108,9 @@ markupsafe==2.1.1 # jinja2 # mako # wtforms -marshmallow==3.0.0 +# TODO fix https://github.com/marshmallow-code/marshmallow/issues/1040 +# A ValueError is raised when the missing parameter is passed for required fields (#1040). +marshmallow==3.0.0rc1 # via # marshmallow-enum # teal