From: github-actions[bot] Date: Tue, 2 Dec 2025 04:04:37 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.123.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b4b5ab8c819dce27fbaf0aa0a9c74b7f3255ec0;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes [skip ci] --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 7997e69b57..f3f3a0e85e 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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