@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.109.2
### Upgrades
* ⬆️ Upgrade version of Starlette to `>= 0.36.3`. PR [#11086](https://github.com/tiangolo/fastapi/pull/11086) by [@tiangolo](https://github.com/tiangolo).
@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.109.1"
__version__ = "0.109.2"
from starlette import status as status