]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.134.0
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 27 Feb 2026 21:12:57 +0000 (22:12 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 27 Feb 2026 21:12:57 +0000 (22:12 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 6c6d85bb2d48f93b9767e5cab75db1838323fbac..92170eca35c075837a16f6ebd63434525ee70848 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.134.0
+
 ### Features
 
 * âœ¨ Add support for streaming JSON Lines and binary data with `yield`. PR [#15022](https://github.com/fastapi/fastapi/pull/15022) by [@tiangolo](https://github.com/tiangolo).
index e86d5cde635813e9c574ba99c802769b19ef3ef7..aac0176ba7b831991329dd4733fb7e29366d4469 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.133.1"
+__version__ = "0.134.0"
 
 from starlette import status as status