From: Sebastián Ramírez Date: Mon, 27 Jul 2026 17:28:03 +0000 (+0200) Subject: 🔖 Release version 0.140.7 (#16078) X-Git-Tag: 0.140.7 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=98b12fe56f97107e71a20fc1cf334ccfa590efb5;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.140.7 (#16078) Co-authored-by: github-actions[bot] --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 8f73c4c89d..da93b471e8 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.140.7 (2026-07-27) + ### Refactors * ⚡️ Avoid flattening dependencies for OpenAPI. PR [#16076](https://github.com/fastapi/fastapi/pull/16076) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 7eb947674a..9037d74165 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.6" +__version__ = "0.140.7" from starlette import status as status