]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Wed, 10 Dec 2025 10:36:56 +0000 (10:36 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Wed, 10 Dec 2025 10:36:56 +0000 (10:36 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 2b8c72767397793375f910d49eb2ec871f7ef268..e7dbadff7f7cdf5b7a984486e505d9bd250b6127 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### 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).
+
 ### Docs
 
 * 📝 Add variants for code examples in "Advanced User Guide". PR [#14413](https://github.com/fastapi/fastapi/pull/14413) by [@YuriiMotov](https://github.com/YuriiMotov).