From f450fbdfa0847b5f70a052673ed740b827c20de6 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 26 Mar 2025 16:56:56 -0700 Subject: [PATCH] fix response typing --- litellm/types/llms/anthropic_messages/anthropic_response.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/litellm/types/llms/anthropic_messages/anthropic_response.py b/litellm/types/llms/anthropic_messages/anthropic_response.py index e260220776..270807fc8f 100644 --- a/litellm/types/llms/anthropic_messages/anthropic_response.py +++ b/litellm/types/llms/anthropic_messages/anthropic_response.py @@ -1,8 +1,6 @@ from typing import Any, Dict, List, Literal, Optional, TypedDict, Union -import anthropic -from pydantic import PropertyInfo -from typing_extensions import Annotated, TypeAlias +from typing_extensions import TypeAlias class AnthropicResponseTextBlock(TypedDict, total=False):