ci: grandfather anthropic replayed search models

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
mateo 2026-08-08 02:08:59 +00:00 committed by Devin AI
parent 5a4d8f9f04
commit 49a38d1da2

View file

@ -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",