]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.118.2 0.118.2
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 8 Oct 2025 14:49:59 +0000 (16:49 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 8 Oct 2025 14:49:59 +0000 (16:49 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 9df0a665d8fcf9a63e973e9e5eb2411c76382d41..6dfc92cbcb9cad88727d14fb2ebb961dcc27cf60 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.118.2
+
 ### Fixes
 
 * 🐛 Fix tagged discriminated union not recognized as body field. PR [#12942](https://github.com/fastapi/fastapi/pull/12942) by [@frankie567](https://github.com/frankie567).
index 12ebbaf9bf07f14122ee8b5686288898801d1668..cd606969c5c59a5607f1135df7c64ba76df14ce8 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.118.1"
+__version__ = "0.118.2"
 
 from starlette import status as status