Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
+## 0.140.13 (2026-07-28)
+
### Fixes
* 🐛 Fix `status_code` being ignored for SSE and JSONL streaming endpoints. PR [#15937](https://github.com/fastapi/fastapi/pull/15937) by [@SAURABHSALVE](https://github.com/SAURABHSALVE).
### Fixes
* 🐛 Fix `status_code` being ignored for SSE and JSONL streaming endpoints. PR [#15937](https://github.com/fastapi/fastapi/pull/15937) by [@SAURABHSALVE](https://github.com/SAURABHSALVE).
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
-__version__ = "0.140.12"
+__version__ = "0.140.13"
from starlette import status as status
from starlette import status as status