mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.94.1
This commit is contained in:
parent
7b7e86a307
commit
ef176c6631
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue