diff --git a/tests/code_coverage_tests/ban_pydantic_extra_allow.py b/tests/code_coverage_tests/ban_pydantic_extra_allow.py index f9365ffea29..e1671720cfb 100644 --- a/tests/code_coverage_tests/ban_pydantic_extra_allow.py +++ b/tests/code_coverage_tests/ban_pydantic_extra_allow.py @@ -16,6 +16,10 @@ SCAN_ROOT: Final = "litellm" GRANDFATHERED: Final = frozenset( { + "litellm/llms/anthropic/common_utils.py::_ReplayedSearchQuery", + "litellm/llms/anthropic/common_utils.py::_ReplayedServerToolUse", + "litellm/llms/anthropic/common_utils.py::_ReplayedWebSearchResult", + "litellm/llms/anthropic/common_utils.py::_ReplayedWebSearchToolResult", "litellm/llms/base_llm/ocr/transformation.py::OCRPage", "litellm/llms/base_llm/ocr/transformation.py::OCRPageImage", "litellm/llms/base_llm/ocr/transformation.py::OCRResponse",