You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/07/05 13:26:07 UTC

[GitHub] [airflow] ashb commented on a change in pull request #5535: [AIRFLOW-4900] Resolve incompatible version of Werkzeug

ashb commented on a change in pull request #5535: [AIRFLOW-4900] Resolve incompatible version of Werkzeug
URL: https://github.com/apache/airflow/pull/5535#discussion_r300682455
 
 

 ##########
 File path: setup.py
 ##########
 @@ -370,7 +370,7 @@ def do_setup():
             'thrift>=0.9.2',
             'tzlocal>=1.4',
             'unicodecsv>=0.14.1',
-            'werkzeug>=0.14.1, <0.15.0',
+            'werkzeug>=0.15.0',
 
 Review comment:
   I think let's just remove this entirely - we don't use werkzeug directly.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services