[
https://issues.apache.org/jira/browse/AIRFLOW-4900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ash Berlin-Taylor updated AIRFLOW-4900:
---------------------------------------
Fix Version/s: (was: 2.0.0)
1.10.4
> Incompatible version of Werkzeug after Flask upgrade
> ----------------------------------------------------
>
> Key: AIRFLOW-4900
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4900
> Project: Apache Airflow
> Issue Type: Bug
> Components: webserver
> Affects Versions: 1.10.3
> Reporter: Luqman Abdul Mushawwir
> Priority: Major
> Fix For: 1.10.4
>
>
> On July 5th morning UTC+7, Flask have released version 1.1.0, which will be
> used in airflow because we have requirements for flask as follows:
> 'flask>=1.0, <2.0'
> However, flask pinned their Werkzeug to "Werkzeug>=0.15" which is
> incompatible with airflow's Werkzeug ('werkzeug>=0.14.1, <0.15.0'), resulting
> to error when doing "from airflow import model":
> _ERROR: Failure: ImportError (No module named 'werkzeug.wrappers.json';
> 'werkzeug.wrappers' is not a package)_
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)