mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-26 22:29:47 +00:00
* feat(responses_id_security.py): encrypt response.id - prevent user A from retrieving user B's response additional security for retrievals on shared accounts Closes LIT-1307 * feat(responses_id_security.py): allow admin to disable responses id security check * test: add initial unit testing * feat(responses_id_security.py): add streaming support * docs: document new param * docs: document new param * feat(responses_id_security.py): add team id checks - ensure it works for service accounts prevent service accounts keys from different teams from accessing each other's responses more secure * test: add unit testing * fix: fix linting error
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.