python FastAPI Releases · · 0.141.1

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