mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.128.4
This commit is contained in:
parent
58cdfc7f4b
commit
8eac94bd91
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue