@ -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