This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit e9dffdd1ce2920f5b2a8c9d4a9b1cc8b8025ae92
Author: Ash Berlin-Taylor <ash_git...@firemirror.com>
AuthorDate: Mon Nov 8 13:35:37 2021 +0000

    FAB still requires WTForms < 3.0 (#19466)
    
    (cherry picked from commit aa15cba0d3a8899bdd767a42668529e25d952cff)
---
 setup.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 2978518..e234a04 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 =

Reply via email to