Use PyPI package typing_extensions, not typing
alexdelorenzo opened this issue · 1 comments
alexdelorenzo commented
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_extensions
is the PyPI package to use.
Use of the wrong package is the cause of issue #3.
alexdelorenzo commented
Fixed in v0.5.5.