From 79fa0b9043eff1b4a0e274545f1d09757098568c Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Thu, 8 Apr 2021 12:02:28 +0100 Subject: [PATCH] Pin marshmallow-sqlalchemy below v0.24.0 From the changelog: 0.24.0 +++++++++++++++++++ * *Backwards-incompatible*: Drop support for marshmallow 2.x, which is now EOL. --- requirements-app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index 3ff67490f..455e95696 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -15,7 +15,7 @@ gunicorn==20.1.0 iso8601==0.1.14 itsdangerous==1.1.0 jsonschema==3.2.0 -marshmallow-sqlalchemy==0.24.0 # pyup: <0.24.1 # marshmallow v3 throws errors +marshmallow-sqlalchemy==0.23.1 # pyup: <0.24.0 # marshmallow v3 throws errors marshmallow==2.21.0 # pyup: <3 # v3 throws errors psycopg2-binary==2.8.6 PyJWT==2.0.1