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

docs/en/docs/release-notes.md

index b9982e8c9cbabc767afd5c2674dc4d992efb1054..1c640aba8d93dac4fecd39f8b5db53104fcfda05 100644 (file)
@@ -9,6 +9,7 @@ hide:
 
 ### Refactors
 
+* ♻️ Refactor internals, simplify Pydantic v2/v1 utils, `create_model_field`, better types for `lenient_issubclass`. PR [#14860](https://github.com/fastapi/fastapi/pull/14860) by [@tiangolo](https://github.com/tiangolo).
 * ♻️ Simplify internals, remove Pydantic v1 only logic, no longer needed. PR [#14857](https://github.com/fastapi/fastapi/pull/14857) by [@tiangolo](https://github.com/tiangolo).
 * ♻️ Refactor internals, cleanup unneeded Pydantic v1 specific logic. PR [#14856](https://github.com/fastapi/fastapi/pull/14856) by [@tiangolo](https://github.com/tiangolo).