🔖 Release version 0.135.2

This commit is contained in:
Sebastián Ramírez 2026-03-23 15:10:41 +01:00
parent ab125daa40
commit 25a3697ced
2 changed files with 3 additions and 1 deletions

View 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).

View 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