🔖 Release version 0.121.3

This commit is contained in:
Sebastián Ramírez 2025-11-19 17:51:59 +01:00
parent 7659b70da0
commit 325fd16d32
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.121.3
### Refactors
* ♻️ Make the result of `Depends()` and `Security()` hashable, as a workaround for other tools interacting with these internal parts. PR [#14372](https://github.com/fastapi/fastapi/pull/14372) 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.121.2"
__version__ = "0.121.3"
from starlette import status as status