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 2021/03/18 19:58:34 UTC

[GitHub] [airflow] potiuk edited a comment on issue #14884: Recent release of Flask-SQLAlchemy==2.5.0 breaks py27 compatibility

potiuk edited a comment on issue #14884:
URL: https://github.com/apache/airflow/issues/14884#issuecomment-802247045


   We are not pinning our dependencies. Reasons are explained in http://airflow.apache.org/docs/apache-airflow/stable/installation.html#constraints-files
   
   Instead of pinning, you should use constraints to install Airflow; http://airflow.apache.org/docs/apache-airflow/stable/installation.html#installation-script . This is the only recommended way of installing Airflow that is guaranteed to work without manualle
   
   In https://raw.githubusercontent.com/apache/airflow/constraints-1.10.9/constraints-2.7.txt you can see:
   
   `Flask-SQLAlchemy==2.4.1`
   
   So all is good.
   


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