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