📝 Update release notes

[skip ci]
This commit is contained in:
github-actions[bot]
2026-02-08 10:19:07 +00:00
parent 9f4ecf562c
commit 79d4dfb37f

View File

@@ -11,6 +11,10 @@ hide:
* ♻️ Refactor and simplify Pydantic v2 (and v1) compatibility internal utils. PR [#14862](https://github.com/fastapi/fastapi/pull/14862) by [@tiangolo](https://github.com/tiangolo).
### Internal
* ✅ Add inline snapshot tests for OpenAPI before changes from Pydantic v2. PR [#14864](https://github.com/fastapi/fastapi/pull/14864) by [@tiangolo](https://github.com/tiangolo).
## 0.128.4
### Refactors