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
- 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.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 ·