mirror of
https://github.com/fastapi/fastapi.git
synced 2026-02-24 02:38:13 -05:00
🔖 Release version 0.120.4
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user