litellm/tests/test_litellm/proxy/utils
Yucheng He b140dffd7e fix(spend_tracking): tell object reads apart by the request path instead of by call type
A read, poll or download of a stored object answers with the id the request named in its path,
so that id is the object's identity rather than one minted for this call. get_logging_payload now
leaves metadata.response_id empty for those rows, and the flush re-keys only rows that carry a
minted id or are already keyed on their own call id. The call-type list is gone, so a route this
code has never heard of keeps collapsing on its object id.
2026-09-15 14:11:14 -07:00
..
helpers fix(db): carry DATABASE_SSLMODE/DATABASE_SSLROOTCERT into the assembled writer and reader URLs (#40815) 2026-09-12 02:14:39 +00:00
prisma_and_spend fix(spend_tracking): tell object reads apart by the request path instead of by call type 2026-09-15 14:11:14 -07:00
proxy_logging fix(proxy): attribute gate-rejected requests to their endpoint in cache analytics (#40824) 2026-09-12 16:03:38 -07:00
__init__.py test(proxy/utils): pin bottom-of-file helper behavior (#29509) 2026-06-02 17:45:19 -07:00