From: Sebastián Ramírez Date: Fri, 31 Oct 2025 18:35:33 +0000 (+0100) Subject: 🔖 Release version 0.120.4 X-Git-Tag: 0.120.4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fad35ef43fdde74845b416cd2dc795ff489e9719;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.120.4 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index f4d08cd90..33bf462bd 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.120.4 + ### Fixes * 🐛 Fix security schemes in OpenAPI when added at the top level app. PR [#14266](https://github.com/fastapi/fastapi/pull/14266) by [@YuriiMotov](https://github.com/YuriiMotov). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 945f800e4..93555bfdc 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.120.3" +__version__ = "0.120.4" from starlette import status as status