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