litellm/tests/test_litellm/proxy/memory
mateo-berri d16afd2027 fix(memory): return 404 when the memory row vanishes before delete
prisma-client-py delete() returns None when the row is already gone, so the
handler reported deleted: true for a row this caller never removed. Surface
the same 404 the read path uses instead
2026-08-25 16:20:17 -07:00
..
__init__.py feat(proxy): add /v1/memory CRUD endpoints (#26218) 2026-04-24 18:38:07 -07:00
test_memory_endpoints.py fix(memory): return 404 when the memory row vanishes before delete 2026-08-25 16:20:17 -07:00