From: Taewan Kim Date: Fri, 2 May 2025 03:51:52 +0000 (+0900) Subject: Fix the type error due to the marshmallow version X-Git-Tag: 4.0.0~8 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=fe596ec5e704006f8e320fa5c04aec1cc4074bfa;p=aiml-fw%2Fawmf%2Ftm.git 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 --- 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