🔖 Release FastAPI version 0.109.2

This commit is contained in:
Sebastián Ramírez 2024-02-04 22:21:53 +01:00
parent 50e558e944
commit 57b0983948
2 changed files with 3 additions and 1 deletions

View File

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

View File

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