From: Sebastián Ramírez Date: Wed, 8 Oct 2025 09:05:44 +0000 (+0200) Subject: 🔖 Release version 0.118.1 X-Git-Tag: 0.118.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01be148429241adb7a9ba5eb8f6cd5e17230b646;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.118.1 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index f00f63a679..7d7c7ec5a4 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 03a5aaad5a..12ebbaf9bf 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -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