🔖 Release version 0.118.1

This commit is contained in:
Sebastián Ramírez 2025-10-08 11:05:44 +02:00
parent fca8564ea0
commit 01be148429
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.118.1
### Upgrades
* 👽️ Ensure compatibility with Pydantic 2.12.0. PR [#14036](https://github.com/fastapi/fastapi/pull/14036) by [@cjwatson](https://github.com/cjwatson).

View File

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