]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.128.0 0.128.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 27 Dec 2025 15:19:50 +0000 (16:19 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 27 Dec 2025 15:19:50 +0000 (16:19 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 21523b2e2fc4af664012bf459d0531a36368ce7d..ef7894037cb6685555fec51bc50544374cc88aa9 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.128.0
+
 ### Breaking Changes
 
 * âž– Drop support for `pydantic.v1`. PR [#14609](https://github.com/fastapi/fastapi/pull/14609) by [@tiangolo](https://github.com/tiangolo).
index dc447c8bfdca01b8f2157c177f773842c58b2bd0..6133787b068c4f549ba3886ca129cda585f3a90d 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.127.1"
+__version__ = "0.128.0"
 
 from starlette import status as status