python FastAPI Releases · · 0.141.0

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