Background
Installing typing from pypi as a dependency in the requirements in setup.cfg install an old and outdated version.
Possible solution:
typing package is already included in recent versions of python, removing it from requirements will possibly allow using the built-in package.