mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
Replace implicit and explicit Any with real types across the highest-density reportAny/reportExplicitAny files: module-private TypedDicts for dict payloads, Protocols for duck-typed collaborators, and existing litellm/types models where they already describe the shape No new cast(), no # type: ignore, no # pyright: ignore, no # noqa, and no new suppressions. Diagnostics that could not be resolved without one were left in place rather than hidden |
||
|---|---|---|
| .. | ||
| litellm_completion_bridge | ||
| providers | ||
| __init__.py | ||
| card_resolver.py | ||
| client.py | ||
| cost_calculator.py | ||
| exception_mapping_utils.py | ||
| exceptions.py | ||
| main.py | ||
| streaming_iterator.py | ||
| utils.py | ||