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.
Background
Installing
typingfrom pypi as a dependency in the requirements insetup.cfginstall an old and outdated version.Possible solution:
typingpackage is already included in recent versions of python, removing it from requirements will possibly allow using the built-in package.