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 2020/02/07 12:56:34 UTC

[GitHub] [airflow] ddelange commented on issue #7377: [AIRFLOW-6751] Pin Werkzeug < 1.0.0 release - 1.0.0 is not compatible

ddelange commented on issue #7377: [AIRFLOW-6751] Pin Werkzeug < 1.0.0 release - 1.0.0 is not compatible
URL: https://github.com/apache/airflow/pull/7377#issuecomment-583378252
 
 
   ref https://github.com/pallets/flask/pull/3489
   
   ```
   $ pipgrip --tree -vvv flask_admin
   
   flask-admin (1.5.4)
   ├── flask>=0.7 (1.1.1)
   │   ├── click>=5.1 (7.0)
   │   ├── itsdangerous>=0.24 (1.1.0)
   │   ├── jinja2>=2.10.1 (2.11.1)
   │   │   └── markupsafe>=0.23 (1.1.1)
   │   └── werkzeug>=0.15 (1.0.0)
   └── wtforms (2.2.1)
   ```

----------------------------------------------------------------
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