FastAPI 0.140.12 Fixes SSE Event Formatting
sdkengineerpython-web
patch
FastAPI version 0.140.12 addresses an issue with line splitting in the `format_sse_event` function. This fix ensures compliance with the Server-Sent Events (SSE) specification, which is crucial for maintaining correct behavior in applications using SSE. The update is a patch release available to all users of FastAPI.
Fixes (1) ›
- 🐛 Fix line splitting in format_sse_event to comply with SSE spec. PR #15515 by @Zawwarsami16
Read the original announcement →
https://github.com/fastapi/fastapi/releases/tag/0.140.12
Related releases
- FastAPI 0.140.13: Fixes SSE/JSONL status code, improves docs FastAPI Releases ·
- FastAPI 0.110.11 Patch Release FastAPI Releases ·
- FastAPI 0.140.10: Fixes nested Annotated type handling and improves testing FastAPI Releases ·
- FastAPI 0.140.9 Fixes jsonable_encoder and dependency updates FastAPI Releases ·
- FastAPI 0.140.8 fixes stream item type loss FastAPI Releases ·
- FastAPI 0.140.6: Dependency Refactor for OpenAPI FastAPI Releases ·