]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sat, 20 Sep 2025 18:52:02 +0000 (18:52 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sat, 20 Sep 2025 18:52:02 +0000 (18:52 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 3632dac32cdf49db83c281a3d22080df561c1efb..d70b4e8abb719e935a1afbf0fbfc536e6c6bcca9 100644 (file)
@@ -15,6 +15,7 @@ hide:
 
 ### Fixes
 
+* ⚡️ Fix `default_factory` for response model field with Pydantic V1. PR [#9704](https://github.com/fastapi/fastapi/pull/9704) by [@vvanglro](https://github.com/vvanglro).
 * 🐛 Fix inconsistent processing of model docstring formfeed char with Pydantic V1. PR [#6039](https://github.com/fastapi/fastapi/pull/6039) by [@MaxwellPayne](https://github.com/MaxwellPayne).
 * 🐛 Fix `jsonable_encoder` alters `json_encoders` of Pydantic v1 objects. PR [#4972](https://github.com/fastapi/fastapi/pull/4972) by [@aboubacs](https://github.com/aboubacs).
 * 🐛 Reenable `allow_arbitrary_types` when only 1 argument is used on the API endpoint. PR [#13694](https://github.com/fastapi/fastapi/pull/13694) by [@rmawatson](https://github.com/rmawatson).