mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-07 15:16:42 -04:00
🔖 Release version 0.103.0
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
## Latest Changes
|
||||
|
||||
|
||||
## 0.103.0
|
||||
|
||||
### Features
|
||||
|
||||
* ✨ Add support for `openapi_examples` in all FastAPI parameters. PR [#10152](https://github.com/tiangolo/fastapi/pull/10152) 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.102.0"
|
||||
__version__ = "0.103.0"
|
||||
|
||||
from starlette import status as status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user