From: Sebastián Ramírez Date: Tue, 24 Feb 2026 09:51:43 +0000 (+0100) Subject: 🔖 Release version 0.133.0 X-Git-Tag: 0.133.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=daba0aa328c862dd15589ea5e3157e07aaa9679d;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.133.0 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 7461e4f19..9a6cb4e21 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.133.0 + ### Upgrades * ⬆️ Add support for Starlette 1.0.0+. PR [#14987](https://github.com/fastapi/fastapi/pull/14987) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index c76fdeeba..e87c69620 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.132.1" +__version__ = "0.133.0" from starlette import status as status