🔖 Release version 0.123.5

This commit is contained in:
Sebastián Ramírez 2025-12-02 22:06:25 +01:00
parent 3c440c762a
commit c57ac7bdf3
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.123.5
### Features
* ✨ Allow using dependables with `functools.partial()`. PR [#9753](https://github.com/fastapi/fastapi/pull/9753) by [@lieryan](https://github.com/lieryan).

View File

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