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

index 1b0c73dc92ca6adfe88572c36f755773435d45fe..ad31504891d7a0671a20512642f2fb73dd28830a 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.129.1
+
 ### Fixes
 
 * ♻️ Fix JSON Schema for bytes, use `"contentMediaType": "application/octet-stream"` instead of `"format": "binary"`. PR [#14953](https://github.com/fastapi/fastapi/pull/14953) by [@tiangolo](https://github.com/tiangolo).
index de5a0be38229414c8cf180b2310079520068faa2..1591a81cf057809e137301a89df19f770905c0dc 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.129.0"
+__version__ = "0.129.1"
 
 from starlette import status as status