From: Sebastián Ramírez Date: Sun, 22 Feb 2026 16:36:21 +0000 (+0100) Subject: 🔖 Release version 0.131.0 X-Git-Tag: 0.131.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b423b73c355bc401cb49f43cb5ca14515ac088cd;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.131.0 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index b9848e4607..c42133a201 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.131.0 + ### Breaking Changes * 🗑️ Deprecate `ORJSONResponse` and `UJSONResponse`. PR [#14964](https://github.com/fastapi/fastapi/pull/14964) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index ffa56faaf1..944fdd58f4 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.130.0" +__version__ = "0.131.0" from starlette import status as status