| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.120.0 source code.tar.gz | 2025-10-23 | 15.9 MB | |
| 0.120.0 source code.zip | 2025-10-23 | 17.4 MB | |
| README.md | 2025-10-23 | 1.5 kB | |
| Totals: 3 Items | 33.3 MB | 17 | |
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, 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.
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 by @nilslindemann.
Internal
- ➕ Migrate internal reference documentation from
typing_extensions.Doctoannotated_doc.Doc. PR #14222 by @tiangolo. - 🛠️ Update German LLM prompt and test file. PR #14189 by @nilslindemann.
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #14181 by @pre-commit-ci[bot].