🔖 Release version 0.106.0

This commit is contained in:
Sebastián Ramírez 2023-12-25 19:01:26 +01:00
parent bcd5a424cd
commit 91510db620
2 changed files with 3 additions and 1 deletions

View File

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

View File

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