DonHaul opened a new issue, #54230:
URL: https://github.com/apache/airflow/issues/54230

   ### Apache Airflow version
   
   3.0.3
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   in 3.0.3 `fastapi-cloud-cli` is being installed, and is aswell present in 
the constraints 
   
https://raw.githubusercontent.com/apache/airflow/constraints-3.0.3/constraints-3.11.txt
   
   this was not happening in:
   
https://raw.githubusercontent.com/apache/airflow/constraints-3.0.2/constraints-3.11.txt
   
   This is because in the `fastapi` version we now use, 
https://github.com/fastapi/fastapi/releases/tag/0.116.0 , it is now included by 
default, even though we dont use it.
   
   For my project this caused some dependency issues, on this 
`fastapi-cloud-cli` which we are not even using
   
   Solution instead of installing `fastapi[standard]` install it via 
`fastapi[standard-no-fastapi-cloud-cli]`
   
   ### What you think should happen instead?
   
   `fast-api-cloud` should not be installed. (same behaviour as in 3.0.2)
   
   ### How to reproduce
   
   Spin up base image of airflow `3.0.3`
   
   `pip freeze | grep fastapi-cloud-cli`
   
   ### Operating System
   
   docker 4.43.2 on macos
   
   ### 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: commits-unsubscr...@airflow.apache.org.apache.org

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

Reply via email to