Merge remote-tracking branch 'origin/litellm_internal_staging' into litellm_vcr-cassette-llm-tests-af37

# Conflicts:
#	litellm/llms/custom_httpx/llm_http_handler.py
This commit is contained in:
mateo-berri
2026-04-30 17:56:02 -07:00
128 changed files with 41497 additions and 1774 deletions
@@ -46,6 +46,7 @@ IGNORE_FUNCTIONS = [
"dict", # max depth set. _LiteLLMParamsDictView.dict() calls builtin dict(), not itself.
"_read_image_bytes", # max depth set.
"_get_masked_values", # max depth set (default 20) to prevent infinite recursion while masking nested sensitive config dicts.
"_redact_sensitive_litellm_params", # max depth set (default 10).
]