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

index 841f201c53e92078802e55d583c0b1051cf678a6..3fc0fda0c1e6865e18bedb5bbb5035a7c9e247f0 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.136.1 (2026-04-23)
+
 ### Upgrades
 
 * ⬆️ Update Pydantic v2 code to address deprecations. PR [#15101](https://github.com/fastapi/fastapi/pull/15101) by [@svlandeg](https://github.com/svlandeg).
index 73a1c20e992a08b66d481e3605683aff7e578d8f..f07511a25d20ecf67149197da683b63bd6176a85 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.136.0"
+__version__ = "0.136.1"
 
 from starlette import status as status