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

index 058457bfa2c909859dfafff72b72eba0e09318cb..6c771e34d513f162750be8d0e3169cf4e7f53b6a 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.125.0
+
 ### Breaking Changes
 
 * ðŸ”§ Drop support for Python 3.8. PR [#14563](https://github.com/fastapi/fastapi/pull/14563) by [@tiangolo](https://github.com/tiangolo).
index e02969c55fbc630a95aa77a890ad89b63566b74c..2f13448467c1b63a9efce376452eb529d74e2bd2 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.124.4"
+__version__ = "0.125.0"
 
 from starlette import status as status