From: Sebastián Ramírez Date: Mon, 27 Jul 2026 15:45:50 +0000 (+0200) Subject: 🔖 Release version 0.140.4 (#16070) X-Git-Tag: 0.140.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac0f1b541b8df5921b45486a5c72a49965d00af;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.140.4 (#16070) Co-authored-by: github-actions[bot] --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 6eebffe95..af743ce56 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.140.4 (2026-07-27) + ### Refactors * ⚡️ Skip unused dependency repeat bookkeeping. PR [#16069](https://github.com/fastapi/fastapi/pull/16069) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index b7e61744d..56e455542 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.3" +__version__ = "0.140.4" from starlette import status as status