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

index e7dbadff7f7cdf5b7a984486e505d9bd250b6127..08db56c8ec4091997d1b15107d8826fa1ba04577 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.124.1
+
 ### Fixes
 
 * 🐛 Fix handling arbitrary types when using `arbitrary_types_allowed=True`. PR [#14482](https://github.com/fastapi/fastapi/pull/14482) by [@tiangolo](https://github.com/tiangolo).
index 7009a7777bc36602aca00904db71f1fabdc6b21f..2e7dba8a1b005c9b0b2ffae847f3572ba5ae15ba 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.124.0"
+__version__ = "0.124.1"
 
 from starlette import status as status