mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-17 22:17:28 +00:00
* fix(proxy): honor object_permission for managed vector store access * perf(proxy): preload team object_permission on UserAPIKeyAuth Populate team_object_permission during virtual-key and JWT auth when the team is loaded, so can_user_access_vector_store uses it in memory first and only falls back to get_object_permission by id when missing. Made-with: Cursor