The typing package has been in the standard library since 3.5, so there should be no need to include it as a separate dependency on recent versions of python (we could also just remove the dependency entirely if support for python 3.4 and earlier is not needed). Installing the standalone typing package can lead to weird errors like https://github.com/ethereum/eth-abi/issues/131.
The
typing
package has been in the standard library since 3.5, so there should be no need to include it as a separate dependency on recent versions of python (we could also just remove the dependency entirely if support for python 3.4 and earlier is not needed). Installing the standalone typing package can lead to weird errors like https://github.com/ethereum/eth-abi/issues/131.