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

docs/en/docs/release-notes.md

index 443ae711169fce822eca0c6012c1870cb1392302..353788c768c58d66805ec6201b7818b5ff3c1e46 100644 (file)
@@ -13,6 +13,7 @@ hide:
 
 ### Fixes
 
+* 🐛 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).
 
 ### Refactors