litellm/litellm/types
yuneng-jiang fcd236097e
fix(interactions): add queued to the Interaction status enum (#34135)
Google added a queued value to Interaction.status in the live Interactions
OpenAPI spec, so the compliance canary test_status_enum_values started
failing on every open PR. The exact-match assertion is deliberate; it is
how we find out the spec moved, so this adds the new value rather than
loosening the check, and mirrors it into the generated Status enums so
InteractionStatus stays truthful.
2026-07-21 12:36:21 -07:00
..
containers style: unify ruff format width on 120 (#31518) 2026-06-27 12:39:29 -07:00
google_genai style: unify ruff format width on 120 (#31518) 2026-06-27 12:39:29 -07:00
images Litellm oss staging 030626 (#29578) 2026-06-03 11:01:51 -07:00
integrations Merge pull request #33886 from BerriAI/litellm_lit4582_cache_control_present 2026-07-20 16:20:55 -07:00
interactions fix(interactions): add queued to the Interaction status enum (#34135) 2026-07-21 12:36:21 -07:00
litellm_core_utils fix(streaming): use provider-reported usage cost for OpenRouter streams 2026-07-06 16:46:32 +00:00
llms Merge remote-tracking branch 'origin/litellm_internal_staging' into litellm_lit_4162_bedrock_batch_tags 2026-07-20 14:45:02 -07:00
management_endpoints feat(proxy): configure the coordination redis independently of the response cache (#32661) 2026-07-10 16:15:59 -07:00
mcp_server feat(mcp): add ID-JAG (identity assertion authorization grant) support for MCP egress (#31516) 2026-07-18 11:36:25 -07:00
passthrough_endpoints fix(proxy): stop treating upstream model body field as a LiteLLM model on auth-enforced pass-through routes (#33710) 2026-07-17 10:03:03 -07:00
prompts style: unify ruff format width on 120 (#31518) 2026-06-27 12:39:29 -07:00
proxy fix(model_armor): sanitize error details by default (#33908) 2026-07-21 10:28:24 -07:00
responses fix(responses-bridge): custom tool round-trip and allowlist preservation for Codex CLI (#32258) 2026-07-06 17:34:27 -07:00
secret_managers chore: litellm oss staging160626 (#30527) 2026-06-16 18:23:13 -07:00
videos style: unify ruff format width on 120 (#31518) 2026-06-27 12:39:29 -07:00
access_group.py allow editing of access group names 2026-02-13 17:03:41 -08:00
adapter.py feat(anthropic_adapter.py): support for translating anthropic params to openai format 2024-07-10 00:32:28 -07:00
agents.py fix(agents): allow optional securityScheme fields so /public/agent_hub does not 500 (#33897) 2026-07-20 18:13:09 -07:00
caching.py feat(caching): add valkey-semantic cache backend and fix semantic cache scope keys (#30675) 2026-06-19 17:09:17 -07:00
completion.py style: unify ruff format width on 120 (#31518) 2026-06-27 12:39:29 -07:00
compression.py Prompt Compression - add it to the proxy (#25729) 2026-04-20 15:08:00 -07:00
embedding.py Removed config dict type definition 2024-05-17 10:39:00 +08:00
files.py fix(vertex_ai/files): single media upload for batch files to fix 499s on large uploads (#31653) 2026-06-29 17:31:32 -07:00
fine_tuning.py (feat) POST /fine_tuning/jobs support passing vertex specific hyper params (#7490) 2025-01-01 07:44:48 -08:00
guardrails.py fix(model_armor): sanitize error details by default (#33908) 2026-07-21 10:28:24 -07:00
lar1.py chore: litellm oss staging (#31185) 2026-06-26 09:17:44 -07:00
mcp.py feat(mcp): add ID-JAG (identity assertion authorization grant) support for MCP egress (#31516) 2026-07-18 11:36:25 -07:00
memory_management.py style: unify ruff format width on 120 (#31518) 2026-06-27 12:39:29 -07:00
object_permission.py feat(mcp): add mcp_tool_search virtual tools for large tool catalogs (#31777) 2026-06-30 20:03:59 -07:00
policy_engine.py [Feat] New LiteLLM Policy engine - create policies to manage guardrails, conditions - permissions per Key, Team (#19612) 2026-01-22 19:49:53 -08:00
rag.py style: unify ruff format width on 120 (#31518) 2026-06-27 12:39:29 -07:00
realtime.py feat: litellm oss 110626 (#30202) 2026-06-11 22:30:26 -07:00
rerank.py style: unify ruff format width on 120 (#31518) 2026-06-27 12:39:29 -07:00
router.py fix(router): tag-aware pre-routing strategy selection for shared model_name (#33691) 2026-07-17 09:26:07 -07:00
scheduler.py Squashed commit of the following: (#9709) 2025-04-02 21:24:54 -07:00
search.py style: unify ruff format width on 120 (#31518) 2026-06-27 12:39:29 -07:00
services.py style: unify ruff format width on 120 (#31518) 2026-06-27 12:39:29 -07:00
tag_management.py style: run black formatter on entire codebase 2026-03-11 17:07:57 -03:00
tool_management.py Bug Fix: auto-inject prompt caching support for Gemini models (#21881) 2026-03-03 20:25:35 -08:00
utils.py Merge pull request #34047 from BerriAI/litellm_shared_key_capability_flags 2026-07-20 23:05:58 -04:00
vector_store_files.py Vector store files Stable Release (#16643) 2025-11-15 13:00:33 -08:00
vector_stores.py style: unify ruff format width on 120 (#31518) 2026-06-27 12:39:29 -07:00