]> 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 17:57:42 +0000 (17:57 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sat, 20 Sep 2025 17:57:42 +0000 (17:57 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 5dd17a2633063b8e11c531888945d45e30ffdaa8..fb8c901bef5ff33120eae9cbf6f1e109cbb66b06 100644 (file)
@@ -14,6 +14,7 @@ hide:
 
 ### Fixes
 
+* 🐛 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).
 * 🐛 Fix `inspect.getcoroutinefunction()` can break testing with `unittest.mock.patch()`. PR [#14022](https://github.com/fastapi/fastapi/pull/14022) by [@secrett2633](https://github.com/secrett2633).