]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.136.2 0.136.2
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 May 2026 17:24:08 +0000 (19:24 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 May 2026 17:24:08 +0000 (19:24 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index e1283e05ef5b2043097de12e1a585f2bce6424f2..05c90b1bf9311f0342fceebc27315363c9d8468f 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.136.2 (2026-05-23)
+
 ### Refactors
 
 * ♻️ Validate Server Sent Event fields to avoid applications from sending broken data. PR [#15588](https://github.com/fastapi/fastapi/pull/15588) by [@tiangolo](https://github.com/tiangolo).
index f07511a25d20ecf67149197da683b63bd6176a85..09589e81658d9db21b029181a7408aff23056775 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.136.1"
+__version__ = "0.136.2"
 
 from starlette import status as status