From 41d644b5811be1226dcbe3192b0e96c298702c24 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Fri, 3 Oct 2025 11:14:09 -0700 Subject: [PATCH] fix --- llama_stack/schema_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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