Fix test_typeddict_errors test case on Python 3.11 Integers are now accepted as types in many runtime contexts: https://github.com/python/cpython/issues/90802 Fixes #24.
The “mypy_extensions” module defines experimental extensions to the standard “typing” module that are supported by the mypy typechecker.