]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.135.1 0.135.1
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Mar 2026 18:17:26 +0000 (19:17 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Mar 2026 18:17:26 +0000 (19:17 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 1aee6c2fc42e818b08cef721df5059aca43b3f8e..325791a606c0296a00715bec031e66ae697969e9 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.135.1
+
 ### Fixes
 
 * 🐛 Fix, avoid yield from a TaskGroup, only as an async context manager, closed in the request async exit stack. PR [#15038](https://github.com/fastapi/fastapi/pull/15038) by [@tiangolo](https://github.com/tiangolo).
index c6fcac42f05bf500150e996ae721a7469d8bc236..06dacbd9dcffea2bf3ba1ca1d3946a8f55850eb2 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.135.0"
+__version__ = "0.135.1"
 
 from starlette import status as status