FastAPI 0.140.8 fixes stream item type loss
sdkengineerpython-web
patch
FastAPI version 0.140.8 corrects an issue where stream item types were lost when using `include_router()`. This patch ensures proper type handling in streaming responses, which is critical for applications relying on specific data formats over streams. The fix is now available for all users.
Fixes (1) ›
- 🐛 Fix stream item type lost when using include_router(). PR #15077 by @alex-raw
Read the original announcement →
https://github.com/fastapi/fastapi/releases/tag/0.140.8
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 ·