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 2022/07/28 07:48:47 UTC

[GitHub] [airflow] thesuperzapper commented on issue #21496: airflow command error with airflow upgrade_check

thesuperzapper commented on issue #21496:
URL: https://github.com/apache/airflow/issues/21496#issuecomment-1197789298

   @potiuk in the interest of preventing `apache-airflow-upgrade-check` from being installed alongside airflow 2 (as it does not work alongside any version of `2.X.X`), I think we should release a very small patch version of `apache-airflow-upgrade-check`.
   
   This `1.4.1` version would change the `apache-airflow` version pin to `apache-airflow>=1.10.14,<2` instead of the current:
   
   https://github.com/apache/airflow/blob/d3b066931191b82880d216af103517ea941c74ba/airflow/upgrade/setup.cfg#L49
   
   __This has the additional benefits of:__
   
   1. preventing people who `pip install apache-airflow-upgrade-check` (without airflow installed) from being unable to use `airflow upgrade_check`
   2. preventing those who (dangerously) run `pip install --upgrade apache-airflow-upgrade-check` from breaking their python environment and ending up with whatever the latest airflow version is


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org