Closed alexdelorenzo closed 3 years ago
typing on PyPI hasn't been updated since Python 3.7 was released. aiopath uses typing features from the standard library that only exist in Python 3.8+.
typing
aiopath
typing_extensions is the PyPI package to use.
typing_extensions
Use of the wrong package is the cause of issue https://github.com/alexdelorenzo/aiopath/issues/3.
Fixed in v0.5.5.
typing
on PyPI hasn't been updated since Python 3.7 was released.aiopath
usestyping
features from the standard library that only exist in Python 3.8+.typing_extensions
is the PyPI package to use.Use of the wrong package is the cause of issue https://github.com/alexdelorenzo/aiopath/issues/3.