FastAPI 0.137.1: Typing and Path Operation Fixes
sdkengineerpython-web
patch
This patch release for FastAPI addresses two issues: improved typing checks for APIRoute and a bug fix allowing empty paths in prefixless routers. These changes enhance the stability and flexibility of the framework for developers using these specific features. This is a routine patch update.
- →🚨 Fix typing checks for APIRoute. PR #15765 by @tiangolo
- →🐛 Fix bug, allow empty path in path operation in prefixless router. PR #15763 by @tiangolo
Fixes (2) ›
- 🚨 Fix typing checks for APIRoute. PR #15765 by @tiangolo
- 🐛 Fix bug, allow empty path in path operation in prefixless router. PR #15763 by @tiangolo
Read the original announcement →
https://github.com/fastapi/fastapi/releases/tag/0.137.1
Related releases
- FastAPI 0.137.2: New route context iterator and dependency updates FastAPI Releases ·
- FastAPI 0.137.0: Router internals refactored, new features enabled FastAPI Releases ·
- FastAPI 0.138.1: Internal tooling and dependency updates FastAPI Releases ·
- FastAPI 0.138.0: Frontend support and documentation updates FastAPI Releases ·
- FastAPI 0.139.0: Frontend Dependencies and Translation Updates FastAPI Releases ·
- Pydantic-AI v2.9.0: Security fix, GPT-5.6 models, usage command Pydantic AI Releases ·