🔖 Release version 0.94.1

This commit is contained in:
Sebastián Ramírez 2023-03-14 03:27:11 +01:00
parent 7b7e86a307
commit ef176c6631
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
## Latest Changes
## 0.94.1
### Fixes
* 🎨 Fix types for lifespan, upgrade Starlette to 0.26.1. PR [#9245](https://github.com/tiangolo/fastapi/pull/9245) by [@tiangolo](https://github.com/tiangolo).
## 0.94.0

View File

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