diff --git a/fastlabel/__init__.py b/fastlabel/__init__.py index 1f6cf1a..f02b358 100644 --- a/fastlabel/__init__.py +++ b/fastlabel/__init__.py @@ -639,7 +639,7 @@ def update_image_task( status: str = None, external_status: str = None, tags: list = [], - annotations: list[dict] = [], + annotations: List[dict] = [], **kwargs, ) -> str: """ diff --git a/setup.py b/setup.py index bcf9fc4..0243625 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="fastlabel", - version="0.11.10", + version="0.11.11", author="eisuke-ueta", author_email="eisuke.ueta@fastlabel.ai", description="The official Python SDK for FastLabel API, the Data Platform for AI",