potiuk commented on PR #47188: URL: https://github.com/apache/airflow/pull/47188#issuecomment-2692169186
> not sure why static is failing. It says Generate the FastAPI API spec...............................................Failed. Likely because of this: ```diff > fastapi==0.115.9 --- > fastapi==0.115.10 ``` There is a new fastapi generated and it apparently generates new output - you will see the same thing in canary builds https://github.com/apache/airflow/actions/runs/13602495440 Your PR modifies dependencies, so (unlike most other PRs) we will attempt to resolve new dependencies using whatever has been released since the last time we "froze" dependencies in constraints. You can always see the list of updated dependencies in "summary" of the checks (just scroll down below the graph with the CI jobs and you will see what has been upgraded in your PR. I will separately fix it in `main` - so once this is merged, you should be able to rebase and this one should be green then. -- 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]
