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

index 3d2b4063f295e5aa6cfcafd4f3f91a1781b94d08..cad92f64b520b1b1dc95e85ef5167c1db144eca2 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.136.3 (2026-05-23)
+
 ### Refactors
 
 * ♻️ Do not accept underscore headers when using `convert_underscores=True` (the default). PR [#15589](https://github.com/fastapi/fastapi/pull/15589) by [@tiangolo](https://github.com/tiangolo).
index 09589e81658d9db21b029181a7408aff23056775..38e74723220bf8cf8224967fb60219f580b2dcf4 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.136.2"
+__version__ = "0.136.3"
 
 from starlette import status as status