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