← baseline_full_v2

fastapi_14851

resolved RESOLVED NO_PATCH UNSUBMITTED PASS · None tool calls · 0 s · fastapi/fastapi

Task input

♻️ Re-implement `on_event` in FastAPI for compatibility with the next Starlette, while keeping backwards compatibility

♻️ Re-implement `on_event` in FastAPI for compatibility with the next Starlette, while keeping backwards compatibility

Once there's a better interface for `lifespan` or a comparable alternative, `on_event` and others will be deprecated and later removed. But while that new interface is available, I'm re-implementing it on the FastAPI side.

Tool calls (0)

#ToolArgumentsResult
No trace captured.

Test output

show
.........                                                                [100%]
=============================== warnings summary ===============================
../../../../../../../Users/jp/repos/kaggle-gemini-coding-agent-post-training/.envs/overlays/starlette-0.50.0-py3-none-any/starlette/testclient.py:45
  /Users/jp/repos/kaggle-gemini-coding-agent-post-training/.envs/overlays/starlette-0.50.0-py3-none-any/starlette/testclient.py:45: DeprecationWarning: The anyio.abc.BlockingPortal alias is deprecated, use anyio.from_thread.BlockingPortal instead.
    _PortalFactoryType = Callable[[], AbstractContextManager[anyio.abc.BlockingPortal]]

tests/test_router_events.py::test_router_sync_generator_lifespan
  /Users/jp/repos/kaggle-gemini-coding-agent-post-training/.envs/overlays/starlette-0.50.0-py3-none-any/starlette/routing.py:627: DeprecationWarning: generator function lifespans are deprecated, use an @contextlib.asynccontextmanager function instead
    warnings.warn(

tests/test_router_events.py::test_router_async_generator_lifespan
  /Users/jp/repos/kaggle-gemini-coding-agent-post-training/.envs/overlays/starlette-0.50.0-py3-none-any/starlette/routing.py:618: DeprecationWarning: async generator function lifespans are deprecated, use an @contextlib.asynccontextmanager function instead
    warnings.warn(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
9 passed, 3 warnings in 0.67s