From fe596ec5e704006f8e320fa5c04aec1cc4074bfa Mon Sep 17 00:00:00 2001 From: Taewan Kim Date: Fri, 2 May 2025 12:51:52 +0900 Subject: [PATCH] Fix the type error due to the marshmallow version The pass_many argument to post_dump is renamed to pass_collection. The marshmallow version has been set to v3.26.1 Issue-ID: AIMLFW-200 Change-Id: I380daa073d93d7d94c2ae7737cfd5bb6a4ee784d Signed-off-by: Taewan Kim --- requirements.txt | 3 ++- tox.ini | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fce8a03..f9fd5d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,6 +28,7 @@ validators==0.20.0 Werkzeug==2.2.2 Flask-SQLAlchemy Flask-Migrate +marshmallow==3.26.1 psycopg2-binary==2.9.10 marshmallow-sqlalchemy -flask-marshmallow \ No newline at end of file +flask-marshmallow diff --git a/tox.ini b/tox.ini index e3606f1..240a2e6 100644 --- a/tox.ini +++ b/tox.ini @@ -42,6 +42,7 @@ deps= pg8000 Werkzeug==2.2.2 validators==0.20.0 + marshmallow==3.26.1 Flask-Migrate marshmallow-sqlalchemy flask-marshmallow -- 2.16.6