See the discussion at https://github.com/python/cpython/issues/91533.
(cherry picked from commit
5b3a2569f4b4dfb58a8f90a241f9dac1a7ea4bf6)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
The `typing_extensions <https://pypi.org/project/typing-extensions/>`_ package
provides backports of these new features to older versions of Python.
+.. seealso::
+
+ The documentation at https://typing.readthedocs.io/ serves as useful reference
+ for type system features, useful typing related tools and typing best practices.
+
.. _relevant-peps:
Relevant PEPs