From: Sebastián Ramírez Date: Fri, 10 Oct 2025 10:34:39 +0000 (+0200) Subject: 🔖 Release version 0.118.3 X-Git-Tag: 0.118.3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=352dbefc634b21cff94663be1ab0a1aa5dbd6ed5;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.118.3 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index b6c74e87e9..55a9415356 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.118.3 + ### Upgrades * ⬆️ Add support for Python 3.14. PR [#14165](https://github.com/fastapi/fastapi/pull/14165) by [@svlandeg](https://github.com/svlandeg). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index cd606969c5..297d993d69 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.2" +__version__ = "0.118.3" from starlette import status as status