BerriAI
litellm
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(bedrock): filter unsupported schema fields before sending to native structured outputs API Fixes #29168. Bedrock's native structured-outputs API rejects JSON schema properties that Anthropic Claude does not support: minimum, maximum, minItems, maxItems, minLength, maxLength, exclusiveMinimum, exclusiveMaximum. AnthropicConfig.filter_anthropic_output_schema() already implements this filtering for the direct Anthropic API path, but _create_output_config_for_response_format in converse_transformation.py never called it, causing Bedrock to return a 400 for schemas containing these properties. Fix: call filter_anthropic_output_schema before _add_additional_properties_to_schema in _create_output_config_for_response_format so the schema is cleaned before being serialized into the outputConfig block.
VANDRANKI:fix/bedrock-native-structured-outputs-drop-unsupported-schema-fields
2 hours ago
fix: raise HTTPException(400) instead of CustomCodeExecutionError in apply_guardrail Fixes #29436. When a custom code guardrail's execution fails (e.g. due to a policy violation raised inside user-provided code), the except clause wrapped the exception in CustomCodeExecutionError which is a plain Python Exception with no HTTP status mapping. The proxy's error handler therefore returned 500 instead of 400. Raising HTTPException(status_code=400) directly keeps the same informative error detail and is immediately handled by FastAPI, so the client receives the correct 400 response code.
VANDRANKI:fix/custom-code-guardrail-execution-error-400
3 hours ago
fix(guardrails): recompile ToolPermissionGuardrail rules on update_in_memory_litellm_params
VANDRANKI:fix/tool-permission-guardrail-recompile-on-update
3 hours ago
change deployment configs to include a litellm.cache for litellm-backend pod mirroring litellm-gateway pod
backend-cache-config-v1.88.0-rc.1
4 hours ago
fix(guardrails): write sanitized tool_result text back to content (#29593)
Anai-Guo:fix/guardrail-tool-result-redaction
4 hours ago
feat: support custom hpa metrics in litellm helm chart
MarshHawk:custom-hpa-autoscaling
4 hours ago
style: black-format handler.py (collapse task_mappings.append call)
Anai-Guo:fix/guardrail-tool-result-redaction
4 hours ago
feat: support custom hpa metrics in litellm helm chart
MarshHawk:custom-hpa-autoscaling
4 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(bedrock): filter unsupported schema fields before Bedrock native structured-outputs API
#29624
2 hours ago
a019e06
VANDRANKI:fix/bedrock-native-structured-outputs-drop-unsupported-schema-fields
CodSpeed Performance Gauge
0%
fix: raise HTTPException(400) instead of CustomCodeExecutionError in custom code guardrail
#29616
3 hours ago
48c5596
VANDRANKI:fix/custom-code-guardrail-execution-error-400
CodSpeed Performance Gauge
0%
fix(guardrails): recompile ToolPermissionGuardrail rules on update_in_memory_litellm_params
#29613
3 hours ago
611d3ac
VANDRANKI:fix/tool-permission-guardrail-recompile-on-update
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs