The typing_extensions module serves two related purposes: typing_extensions supports Python versions 3.7 and higher. In the future, support for older Python versions will be dropped some time after ...
I don't see typing_extensions in the pyproject.toml, at first I thought maybe it was missing. However I see in the typer project that they have removed the need to import typing_extensions in ver 0.15 ...