]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.135.2 0.135.2
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 23 Mar 2026 14:10:41 +0000 (15:10 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 23 Mar 2026 14:10:41 +0000 (15:10 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 84d376547950526a15cb00558a529992b967e70b..387973e56f0beb8b0f58fa3d407830fd1358d45b 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.135.2 (2026-03-01)
+
 ### Upgrades
 
 * ⬆️ Increase lower bound to `pydantic >=2.9.0.` and fix the test suite. PR [#15139](https://github.com/fastapi/fastapi/pull/15139) by [@svlandeg](https://github.com/svlandeg).
index 06dacbd9dcffea2bf3ba1ca1d3946a8f55850eb2..5ab8b2c955cf4879f1c6abb66af4669d401d31d1 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.135.1"
+__version__ = "0.135.2"
 
 from starlette import status as status