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

index 6040c49301ed0c14509728acd82d7ddec3882710..74c7eb9ea83556850b9cfe46039b8326b2fb49ee 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.123.4
+
 ### Fixes
 
 * 🐛 Fix OpenAPI schema support for computed fields when using `separate_input_output_schemas=False`. PR [#13207](https://github.com/fastapi/fastapi/pull/13207) by [@vgrafe](https://github.com/vgrafe).
index a15326cc25a027436c296c823f11abaa6cd322d2..b1d2dcecc87bba9a3a795a0c0f04ca9acfcc332b 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.123.3"
+__version__ = "0.123.4"
 
 from starlette import status as status