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

docs/en/docs/release-notes.md

index 7997e69b5754bac924e787ab19eb09c7c908fc10..f3f3a0e85e378960986b843e83cb3d1badacd6ca 100644 (file)
@@ -9,6 +9,7 @@ hide:
 
 ### Fixes
 
+* 🐛 Avoid accessing non-existing "$ref" key for Pydantic v2 compat remapping. PR [#14361](https://github.com/fastapi/fastapi/pull/14361) by [@svlandeg](https://github.com/svlandeg).
 * 🐛 Fix `TypeError` when encoding a decimal with a `NaN` or `Infinity` value. PR [#12935](https://github.com/fastapi/fastapi/pull/12935) by [@kentwelcome](https://github.com/kentwelcome).
 
 ### Internal