From: Sebastián Ramírez Date: Mon, 27 Jul 2026 15:16:54 +0000 (+0200) Subject: 🔖 Release version 0.140.3 (#16068) X-Git-Tag: 0.140.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=415d37fa6f5cbd2b44dabb71a443d21ff21507b2;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.140.3 (#16068) Co-authored-by: github-actions[bot] --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 5c7446ae21..ab50801b43 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.140.3 (2026-07-27) + ### Refactors * ⚡️ Avoid repeated dependency flattening in OpenAPI. PR [#16067](https://github.com/fastapi/fastapi/pull/16067) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index fb65f112c0..b7e61744d3 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.140.2" +__version__ = "0.140.3" from starlette import status as status