[ 
https://issues.apache.org/jira/browse/AIRFLOW-4900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16879469#comment-16879469
 ] 

ASF GitHub Bot commented on AIRFLOW-4900:
-----------------------------------------

potiuk commented on pull request #5535: [AIRFLOW-4900] Resolve incompatible 
version of Werkzeug
URL: https://github.com/apache/airflow/pull/5535
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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
>
> 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.3#76005)

Reply via email to