litellm/tests/enterprise/litellm_enterprise/proxy
mateo-berri 85ad6971e9 fix(batches): keep an empty after meaning "start from the beginning"
Validating the cursor whenever `after` was non-None turned `?after=` into a
400, which the listing has always read as "no cursor". Only a cursor the
client actually sent is looked up now, matching the sibling managed-resource
listing.
2026-07-24 19:49:13 -07:00
..
auth feat(auth): resolve caller identity once into a Principal at the auth seam (#30887) 2026-06-20 18:49:41 -07:00
guardrails fix(guardrails/bedrock): honor disable_exception_on_block by raising ModifyResponseException (#32289) 2026-07-09 13:18:51 -07:00
hooks fix(batches): keep an empty after meaning "start from the beginning" 2026-07-24 19:49:13 -07:00
management_endpoints fix(proxy): count only active users toward license seat limit (#31227) 2026-06-29 18:01:02 -07:00
test_audit_logging_endpoints.py fixes test 2025-10-28 17:43:04 -07:00