Remove MistralOCRConfig from the lazy import registry

This commit is contained in:
Ishaan Jaffer 2026-06-16 20:47:27 -07:00
parent 4f56968835
commit a0ab14d333
No known key found for this signature in database

View file

@ -377,7 +377,6 @@ UTILS_MODULE_NAMES = (
"BaseTextToSpeechConfig",
"BedrockModelInfo",
"CohereModelInfo",
"MistralOCRConfig",
"Rules",
"AsyncHTTPHandler",
"HTTPHandler",
@ -1306,7 +1305,6 @@ _UTILS_MODULE_IMPORT_MAP = {
),
"BedrockModelInfo": ("litellm.llms.bedrock.common_utils", "BedrockModelInfo"),
"CohereModelInfo": ("litellm.llms.cohere.common_utils", "CohereModelInfo"),
"MistralOCRConfig": ("litellm.llms.mistral.ocr.transformation", "MistralOCRConfig"),
"Rules": ("litellm.litellm_core_utils.rules", "Rules"),
"AsyncHTTPHandler": ("litellm.llms.custom_httpx.http_handler", "AsyncHTTPHandler"),
"HTTPHandler": ("litellm.llms.custom_httpx.http_handler", "HTTPHandler"),