🔖 Release version 0.128.4

This commit is contained in:
Sebastián Ramírez 2026-02-07 09:12:54 +01:00
parent 58cdfc7f4b
commit 8eac94bd91
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.128.4
### Refactors
* ♻️ Refactor internals, simplify Pydantic v2/v1 utils, `create_model_field`, better types for `lenient_issubclass`. PR [#14860](https://github.com/fastapi/fastapi/pull/14860) by [@tiangolo](https://github.com/tiangolo).

View File

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.128.3"
__version__ = "0.128.4"
from starlette import status as status