From: Sebastián Ramírez Date: Tue, 28 Jul 2026 14:19:13 +0000 (+0200) Subject: 🔖 Release version 0.140.10 (#16093) X-Git-Tag: 0.140.10 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=0f3d3b2f9f09f04fe612d4b7db32485170c9f1dd;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.140.10 (#16093) Co-authored-by: github-actions[bot] --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 111587bb2..ee15c5408 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.140.10 (2026-07-28) + ### Fixes * 🐛 Fix handling sequences with nested Annotated types. PR [#14874](https://github.com/fastapi/fastapi/pull/14874) by [@YuriiMotov](https://github.com/YuriiMotov). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index e138ffe03..1daaecdab 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.9" +__version__ = "0.140.10" from starlette import status as status