Browse Source

🔖 Release version 0.140.13 (#16096)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
master 0.140.13
Sebastián Ramírez 16 hours ago
committed by GitHub
parent
commit
628663f4f8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

2
docs/en/docs/release-notes.md

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 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).

2
fastapi/__init__.py

@ -1,6 +1,6 @@
"""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

Loading…
Cancel
Save