failed NO_PATCH NO_PATCH UNSUBMITTED empty_patch(None) ยท None tool calls ยท 0 s ยท fastapi/fastapi
๐ Fix support for `StreamingResponse`s with dependencies with `yield` or `UploadFile`s, close after the response is done ๐ Fix support for `StreamingResponse`s with dependencies with `yield` or `UploadFile`s, close after the response is done --- There's (again) an `AsyncExitStack` middleware, now used mainly to close objects after the response is done. There's also a new wrapper duplicating some logic in Starlette but creating an `AsyncExitStack` for the exit code in dependencies with `yield`, for regular responses and WebSockets as well. The exit code of dependencies with `yield` is now executed after the response is done.
| # | Tool | Arguments | Result |
|---|---|---|---|
| No trace captured. | |||