It is currently possible to install this package on py36. But when used the below will show.
> from typing import Any, TypedDict, Union
E ImportError: cannot import name 'TypedDict'
.../lib/python3.6/site-packages/docker_registry_client_async/typing.py:7: ImportError
Because TypedDict is py38+ I would suggest limiting installation to py38 and above.
It is currently possible to install this package on py36. But when used the below will show.
Because
TypedDict
is py38+ I would suggest limiting installation to py38 and above.