Stegallo opened a new issue, #24427: URL: https://github.com/apache/airflow/issues/24427
### Apache Airflow version 2.2.2 ### What happened When installing additional libraries to an airflow environment version 2.2.2 using a requirements file including `--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.2.2/constraints-3.7.txt"` it erroneously installs also `apache-airflow==2.2.3`, causing the WebServer UI to break. This happens specifically when using AWS MWAA. ### What you think should happen instead the version installed of apache-airflow should be 2.2.2. ### How to reproduce _No response_ ### Operating System Linux ### Versions of Apache Airflow Providers _No response_ ### Deployment MWAA ### Deployment details _No response_ ### Anything else I guess `https://raw.githubusercontent.com/apache/airflow/constraints-2.2.2/constraints-3.7.txt` should explicit set the version of `apache-airflow==2.2.2`. ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
