diff --git a/llama_stack/schema_utils.py b/llama_stack/schema_utils.py index 8e6c53cc7..c17d6e353 100644 --- a/llama_stack/schema_utils.py +++ b/llama_stack/schema_utils.py @@ -6,7 +6,7 @@ from collections.abc import Callable from dataclasses import dataclass -from typing import Any +from typing import Any, TypeVar from .strong_typing.schema import json_schema_type, register_schema # noqa: F401