]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.127.0 0.127.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 21 Dec 2025 16:45:43 +0000 (17:45 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 21 Dec 2025 16:45:43 +0000 (17:45 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index ed0592468c3be67c3053ea1eda5eb9c0f478dc79..f22b5dc95ba9b178d168826275728330040f5338 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.127.0
+
 ### Breaking Changes
 
 * ðŸ”Š Add deprecation warnings when using `pydantic.v1`. PR [#14583](https://github.com/fastapi/fastapi/pull/14583) by [@tiangolo](https://github.com/tiangolo).
index 7ed0fa95bb3ab46b383ca2ee3263305d3473be64..73df6dc6c984c0cc73dbbdae5aafd6e1b229fa25 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.126.0"
+__version__ = "0.127.0"
 
 from starlette import status as status