From: Sebastián Ramírez Date: Sun, 8 Feb 2026 10:20:22 +0000 (+0100) Subject: 🔖 Release version 0.128.5 X-Git-Tag: 0.128.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dedf1409fe8c095b8881ab732e132e66e9eae997;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.128.5 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index a0234366e..5a714d1a0 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.128.5 + ### Refactors * ♻️ Refactor and simplify Pydantic v2 (and v1) compatibility internal utils. PR [#14862](https://github.com/fastapi/fastapi/pull/14862) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 580919a81..117685689 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.128.4" +__version__ = "0.128.5" from starlette import status as status