This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 4e29345bf24f9aff240f89c2796bbe3645fd4a78 Author: Ash Berlin-Taylor <[email protected]> AuthorDate: Thu Jun 23 20:58:07 2022 +0100 We now need at least Flask-WTF 0.15 (#24621) We upgraded flask and werkzeug in #24399, and updated the constraints, but not everyone uses them (such as me in my local virtual environment when developing) so the min version in setup.cfg has to match as well (cherry picked from commit 030169dc3e5c17d8cade9c9a431afeee954abc3e) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 21d5912150..323e21b234 100644 --- a/setup.cfg +++ b/setup.cfg @@ -111,7 +111,7 @@ install_requires = flask-caching>=1.5.0 flask-login>=0.5 flask-session>=0.4.0 - flask-wtf>=0.14.3 + flask-wtf>=0.15 graphviz>=0.12 gunicorn>=20.1.0 httpx
