]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.119.1 0.119.1
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 20 Oct 2025 11:28:38 +0000 (13:28 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 20 Oct 2025 11:28:38 +0000 (13:28 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index a07aed05f1965b5e483ac65b97b64102810831eb..25fb91eb453654cdcd89dbbc1377e951bd1717d8 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.119.1
+
 ### Fixes
 
 * 🐛 Fix internal Pydantic v1 compatibility (warnings) for Python 3.14 and Pydantic 2.12.1. PR [#14186](https://github.com/fastapi/fastapi/pull/14186) by [@svlandeg](https://github.com/svlandeg).
index 2091f0d1f24b822da442e8c52efbf72773c3128c..a7164d18f297e5687791a002b03c54cbc4d80bea 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.119.0"
+__version__ = "0.119.1"
 
 from starlette import status as status