From e2964728aa33896f2e8265ef80029e5c8c3a63df Mon Sep 17 00:00:00 2001 From: Isaac Yang Date: Fri, 8 Dec 2023 21:09:30 -0800 Subject: [PATCH] Fix Werkzeug==2.2.2 so Flask installation does not pull the latest Werkzeug, which deprecated some modules. (#2201) Co-authored-by: Chester Chen <512707+chesterxgchen@users.noreply.github.com> --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 8ff0d81a5f..23868dbe05 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ python_requires = >= 3.8 install_requires = cryptography>=36.0.0 Flask==2.2.5 + Werkzeug==2.2.2 Flask-JWT-Extended==4.4.3 Flask-SQLAlchemy==2.5.1 SQLAlchemy==1.4.31