mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.135.2
This commit is contained in:
parent
ab125daa40
commit
25a3697ced
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue