]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 23 Oct 2025 20:54:19 +0000 (22:54 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 23 Oct 2025 20:54:19 +0000 (22:54 +0200)
docs/en/docs/release-notes.md

index f0daafc86e14dcef3b33c2869e5f67f291afac40..14e587935db29e66f10f3ed9a78e891c7a7ec07a 100644 (file)
@@ -7,6 +7,14 @@ hide:
 
 ## Latest Changes
 
+There are no major nor breaking changes in this release. ☕️
+
+The internal reference documentation now uses `annotated_doc.Doc` instead of `typing_extensions.Doc`, this adds a new (very small) dependency on [`annotated-doc`](https://github.com/fastapi/annotated-doc), a package made just to provide that `Doc` documentation utility class.
+
+I would expect `typing_extensions.Doc` to be deprecated and then removed at some point from `typing_extensions`, for that reason there's the new `annotated-doc` micro-package. If you are curious about this, you can read more in the repo for [`annotated-doc`](https://github.com/fastapi/annotated-doc).
+
+This new version `0.120.0` only contains that transition to the new home package for that utility class `Doc`.
+
 ### Translations
 
 * 🌐 Sync German docs. PR [#14188](https://github.com/fastapi/fastapi/pull/14188) by [@nilslindemann](https://github.com/nilslindemann).