🔖 Release version 0.120.4

This commit is contained in:
Sebastián Ramírez 2025-10-31 19:35:33 +01:00
parent 4d57c13055
commit fad35ef43f
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.120.4
### Fixes
* 🐛 Fix security schemes in OpenAPI when added at the top level app. PR [#14266](https://github.com/fastapi/fastapi/pull/14266) by [@YuriiMotov](https://github.com/YuriiMotov).

View File

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