From: Sebastián Ramírez Date: Thu, 16 Apr 2026 11:45:09 +0000 (+0200) Subject: 🔖 Release version 0.136.0 X-Git-Tag: 0.136.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=708606c982cf35718cb2214c0bb9261cf548f042;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.136.0 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 67b36e0e4..95db49b28 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.136.0 (2026-04-16) + ### Upgrades * ⬆️ Support free-threaded Python 3.14t. PR [#15149](https://github.com/fastapi/fastapi/pull/15149) by [@svlandeg](https://github.com/svlandeg). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 21cf17498..73a1c20e9 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.135.4" +__version__ = "0.136.0" from starlette import status as status