]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.128.4 0.128.4
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 7 Feb 2026 08:12:54 +0000 (09:12 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 7 Feb 2026 08:12:54 +0000 (09:12 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 1c640aba8d93dac4fecd39f8b5db53104fcfda05..08cd77aebaf52ec32c0127bf08c0e4b5ae73ba9b 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.128.4
+
 ### Refactors
 
 * ♻️ Refactor internals, simplify Pydantic v2/v1 utils, `create_model_field`, better types for `lenient_issubclass`. PR [#14860](https://github.com/fastapi/fastapi/pull/14860) by [@tiangolo](https://github.com/tiangolo).
index b23e3c42fb3266f902d17ec04810ad2644c7ba38..580919a81c5c88b58a107bb0687de8bd581bbd9d 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.128.3"
+__version__ = "0.128.4"
 
 from starlette import status as status