]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.118.0 0.118.0
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 29 Sep 2025 03:34:21 +0000 (05:34 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 29 Sep 2025 03:34:21 +0000 (05:34 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 68410069335d4b929506e62f7ae9262fcf7c5412..29112649c7320aa862a80a2b2d2654d0f3ba2680 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.118.0
+
 ### Fixes
 
 * 🐛 Fix support for `StreamingResponse`s with dependencies with `yield` or `UploadFile`s, close after the response is done. PR [#14099](https://github.com/fastapi/fastapi/pull/14099) by [@tiangolo](https://github.com/tiangolo).
index 986fd200c9c0636962cf682580f82944548145fc..03a5aaad5aff586416939aa5f10e299624181338 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.117.1"
+__version__ = "0.118.0"
 
 from starlette import status as status