crashvb / docker-registry-client-async

An AIOHTTP based Python REST client for the Docker Registry.
Apache License 2.0
5 stars 6 forks source link

adding minimum python constraints #22

Closed GitHK closed 3 years ago

GitHK commented 3 years ago

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.

crashvb commented 3 years ago

Deployed in 0.1.13