alexdelorenzo / aiopath

📁 Asynchronous pathlib for Python
https://alexdelorenzo.dev
GNU Lesser General Public License v3.0
162 stars 6 forks source link

Use PyPI package typing_extensions, not typing #11

Closed alexdelorenzo closed 3 years ago

alexdelorenzo commented 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_extensions is the PyPI package to use.

Use of the wrong package is the cause of issue https://github.com/alexdelorenzo/aiopath/issues/3.

alexdelorenzo commented 3 years ago

Fixed in v0.5.5.