Consider adding the following to Additional types:
- annotated-types for reusable constraint types to use with
typing.Annotated as added by PEP 593
- annotated-doc to document parameters, class attributes, return types, and variables inline with
Annotated; this 'eternalizes' the with-drawn PEP 727