2.9.2 — Reopen root container across lifespan cycles
Fix
- Reopen the root container across lifespan cycles.
_lifespan_managernow wraps the root container inasync with, so it reopens on each startup and closes on shutdown. A second lifespan cycle against the same container (repeated test lifespans, server restarts) no longer raisesContainerClosedErroron the first request. Requiresmodern-di>=2.19.0.
Also includes accumulated docs/CI housekeeping since 2.9.1.