diff --git a/server/requirements.txt b/server/requirements.txt index 397673c1..755e989e 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -2,10 +2,10 @@ tornado==6.5.2 tornado-sqlalchemy==0.7.0 datetime==4.9 python-dateutil==2.9.0.post0 -marshmallow-sqlalchemy==0.30.0 +marshmallow-sqlalchemy>=1.4.0 tornado-prometheus==0.1.2 bcrypt==4.3.0 anytree==2.13.0 alembic==1.16.5 -marshmallow<4 +marshmallow<5 pyjwt[crypto]==2.10.1 \ No newline at end of file