]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Wed, 4 Feb 2026 13:23:34 +0000 (13:23 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Wed, 4 Feb 2026 13:23:34 +0000 (13:23 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 0c7d44049041a69ef041b8d7b747a0cccd51a329..59cf84c863d99be47d68233f4c67c948d9ccf15f 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Fix OpenAPI duplication of `anyOf` refs for app-level responses with specified `content` and `model` as `Union`. PR [#14463](https://github.com/fastapi/fastapi/pull/14463) by [@DJMcoder](https://github.com/DJMcoder).
+
 ### Refactors
 
 * 💡 Update comment for Pydantic internals. PR [#14814](https://github.com/fastapi/fastapi/pull/14814) by [@tiangolo](https://github.com/tiangolo).