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):