]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.117.1 0.117.1
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 20 Sep 2025 20:15:41 +0000 (22:15 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 20 Sep 2025 20:15:41 +0000 (22:15 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 82e4167eff48c9ea0b4ff8f4275f9601a60fe0b5..25744044e9f4e5ab4f4e63993d6353d08dc8e1f3 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.117.1
+
 ### Fixes
 
 * 🐛 Fix validation error when `File` is declared after `Form` parameter. PR [#11194](https://github.com/fastapi/fastapi/pull/11194) by [@thomasleveil](https://github.com/thomasleveil).
index d51e727d2fe5a85e183a0ef32cf7e13b69f5da3d..986fd200c9c0636962cf682580f82944548145fc 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.117.0"
+__version__ = "0.117.1"
 
 from starlette import status as status