Browse Source
- In FastAPI.__init__, when lifespan is an async or sync generator function, convert to context manager (asynccontextmanager / _wrap_gen_lifespan_context) before _wrap_lifespan_with_dependency_cache so orig_cm has __aenter__/__aexit__. Made-with: Cursorpull/15097/head
1 changed files with 9 additions and 5 deletions
Loading…
Reference in new issue