- Yield‑based dependencies no longer support using their resources in background tasks; background tasks must create and manage their own resources.
- Dependencies with ``yield`` can now raise ``HTTPException`` and other exceptions after the ``yield`` point.
- Docs updated to explain the new execution flow and exception handling for yield dependencies.