mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.106.0
This commit is contained in:
parent
bcd5a424cd
commit
91510db620
|
|
@ -7,6 +7,8 @@ hide:
|
|||
|
||||
## Latest Changes
|
||||
|
||||
## 0.106.0
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
Using resources from dependencies with `yield` in background tasks is no longer supported.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||
|
||||
__version__ = "0.105.0"
|
||||
__version__ = "0.106.0"
|
||||
|
||||
from starlette import status as status
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue