litellm/litellm/compression
Krrish Dholakia 6d2b94261a fix(mypy): resolve type errors in compression/compress.py and __init__.py
Cast message lists to the expected `List[Union[AllMessageValues, Message]]`
type at `token_counter` call sites, and suppress the `no-redef` warning for
the `compress` import in `__init__.py` caused by the wildcard `main` import.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-14 10:54:31 -07:00
..
scoring
__init__.py
compress.py fix(mypy): resolve type errors in compression/compress.py and __init__.py 2026-04-14 10:54:31 -07:00
content_detection.py
message_stubbing.py
retrieval_tool.py