mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
- batches/main.py: import FileExpiresAfter, cast output_expires_after on assignment - openai/openai.py, azure/batches/handler.py: add # type: ignore[arg-type] on batches.create / batches.retrieve TypedDict unpacking calls - searchapi/transformation.py: cast optional_params["country"] to str before .lower() - openrouter/image_edit/transformation.py: cast iterated value to str for size/quality params - spend_log_cleanup.py: narrow bool | None to bool with `or False` - cost_tracking_settings.py: cast base_model/resolved_model to str and custom_llm_provider to Optional[str] in return statements - text_moderation.py: suppress misc TypedDict ** expansion error; use cast for response - prompt_shield.py: use cast instead of TypedDict(**response_json) construction Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| batch_utils.py | ||
| main.py | ||