amoghrajesh commented on PR #55929: URL: https://github.com/apache/airflow/pull/55929#issuecomment-3316030650
@Lee-W we specify fastapi dependency this way: ``` "fastapi[standard-no-fastapi-cloud-cli]>=0.116.0" ``` So this would start to fail even if a version lower than 0.117.1 would be installed. I think the right fix would be to bump min fastapi version along with these changes -- 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]
