How to use typing.Annotated
I'm having a hard time understanding what typing.Annotated is good for from the documentation and an even harder time finding explanations/examples outside the documentation. In what context would you use Annotated ? Does it depend on third-party libraries?