From 4da297f88a145f7445990906cb7458c2949b2900 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sun, 1 Oct 2023 23:51:58 +0200 Subject: [PATCH] Limit version of flask-wtf to avoid an upstream bug --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1adc262ea..e6bfbc606 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ install_requires = Flask-RESTful>=0.3.9,<1 Flask-SQLAlchemy>=2.4,<3 Flask-Talisman>=0.8,<2 - Flask-WTF>=0.14.3,<2 + Flask-WTF>=0.14.3,<1.2 # Version 1.2.0 has a bug, see https://github.com/wtforms/flask-wtf/pull/578 WTForms>=2.3.1,<3.1 Flask>=2,<2.3 Werkzeug>=2,<2.3