From ad333a0132802b65a93a3fa859db4cf5929e1c6c Mon Sep 17 00:00:00 2001 From: Allison Suarez Miranda <22477579+allisonsuarez@users.noreply.github.com> Date: Fri, 26 Feb 2021 10:14:22 -0800 Subject: [PATCH] constricting marshmallow to v3 and higher: (#93) Signed-off-by: Allison Suarez Miranda --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e1de20..d9df0e2 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ # long as they have a version of pyfoobar equal to or greater than 1.x # and less than 2.x installed. 'flask>=1.0.2', - 'marshmallow>=2.15.3,<=3.6', + 'marshmallow>=3.0,<=3.6', 'marshmallow-annotations' ], python_requires=">=3.6",