GitHub user potiuk added a comment to the discussion: Issue with downgrade from 3.0.0 to 2.10.3
Indeed. I think if you install apache-airflow == 3 first, then it will install `apache-airflow-core`, and then even if you downgrade to `apache-airflow==2.11` it will NOT remove `apache-airflow-core` as 2.11 does not know anything about `apache-airflow-core` - so it should be removed manually GitHub link: https://github.com/apache/airflow/discussions/49722#discussioncomment-13223349 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
