🔖 Release version 0.115.6

This commit is contained in:
Sebastián Ramírez 2024-12-03 23:40:01 +01:00
parent 905ec1edde
commit bb8c2a6498
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.115.6
### Fixes
* 🐛 Preserve traceback when exception is raised in sync dependency with `yield`. PR [#5823](https://github.com/fastapi/fastapi/pull/5823) by [@sombek](https://github.com/sombek).

View File

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