From aa15cba0d3a8899bdd767a42668529e25d952cff Mon Sep 17 00:00:00 2001 From: Ash Berlin-Taylor Date: Mon, 8 Nov 2021 13:35:37 +0000 Subject: [PATCH] FAB still requires WTForms < 3.0 (#19466) --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 44f6380a19f8e..c7d80a6f9da7b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -158,6 +158,8 @@ install_requires = typing-extensions>=3.7.4;python_version<"3.8" unicodecsv>=0.14.1 werkzeug~=1.0, >=1.0.1 + # SQLA still imports the compat + wtforms<3.0.0 [options.packages.find] include =