FastAPI 0.141.1 fixes background tasks and documentation
sdkengineerpython-web
patch
FastAPI version 0.141.1 addresses an issue with background tasks and headers in dependencies when using `app.frontend()`. The release also includes documentation updates for the `FASTAPI_ENV` setting in the CLI guide. This patch is relevant for developers using FastAPI's frontend integration and CLI.
- →🐛 Fix support for background tasks and headers from dependencies in app.frontend(). PR #16105 by @tiangolo
- →📝 Document FASTAPI_ENV in FastAPI CLI guide. PR #16104 by @tiangolo
Fixes (1) ›
- 🐛 Fix support for background tasks and headers from dependencies in app.frontend(). PR #16105 by @tiangolo
Maintenance (1) ›
- 📝 Document FASTAPI_ENV in FastAPI CLI guide. PR #16104 by @tiangolo
Read the original announcement →
https://github.com/fastapi/fastapi/releases/tag/0.141.1
Related releases
- DSF Member of the Month: Katherine Michel on Django and Community Django Weblog ·
- FastAPI 0.141.0: Improved local development with fastapi dev FastAPI Releases ·
- FastAPI 0.140.13: Fixes SSE/JSONL status code, improves docs FastAPI Releases ·
- FastAPI 0.140.12 Fixes SSE Event Formatting FastAPI Releases ·
- FastAPI 0.110.11 Patch Release FastAPI Releases ·
- FastAPI 0.140.10: Fixes nested Annotated type handling and improves testing FastAPI Releases ·