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

index f00f63a6796b658e1d0945a7f5aa69ed19860ac9..7d7c7ec5a456569fa6a2450782c386a692d15b52 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.118.1
+
 ### Upgrades
 
 * 👽️ Ensure compatibility with Pydantic 2.12.0. PR [#14036](https://github.com/fastapi/fastapi/pull/14036) by [@cjwatson](https://github.com/cjwatson).
index 03a5aaad5aff586416939aa5f10e299624181338..12ebbaf9bf07f14122ee8b5686288898801d1668 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.118.0"
+__version__ = "0.118.1"
 
 from starlette import status as status