FastAPI 0.141.0: Improved local development with fastapi dev
sdkengineerpython-web
feature
FastAPI version 0.141.0 introduces a new `app.frontend(check_dir="auto")` feature. This enhancement aims to simplify local development workflows by making `fastapi dev` more convenient for users. The update is particularly relevant for developers actively using the FastAPI framework for local testing and development.
Features (1) ›
- ✨ Add app.frontend(check_dir="auto"), to make local development more convenient with fastapi dev. PR #16102 by @tiangolo
Read the original announcement →
https://github.com/fastapi/fastapi/releases/tag/0.141.0
Related releases
- DSF Member of the Month: Katherine Michel on Django and Community Django Weblog ·
- FastAPI 0.141.1 fixes background tasks and documentation 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 ·