nickolasrm opened a new issue, #37879: URL: https://github.com/apache/airflow/issues/37879
### Apache Airflow version 2.8.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? it's not possible to use `fastapi` with `airflow` because airflow depends on `flask-appbuilder`. The `appbuilder` dependencies require `email-validator<2`, which is incompatible with `pydantic[email] `, thus making `fastapi` incompatible. The new version of the `appbuilder` (^4.4) fixes this problem by relaxing `email-validator` constraint and doesn't seem to introduce any breaking changes to the airflow. ### What you think should happen instead? _No response_ ### How to reproduce Try installing `pip install "fastapi[all]>=0.9" "apache-airflow==2.8.2"` ### Operating System Ubuntu 22.04 ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? _No response_ ### 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]
