TAGS
20 tagsFix greptile reviews and mock test
fix: remove dead migration sql
fix: delete drop table schema sync
Merge pull request #24432 from BerriAI/krrishdholakia/project-id-tracking feat(proxy): add project_alias tracking in callbacks
Fix greptile reviews and mock test
fix: address Greptile review issues - GCPIAMCredentialProvider now inherits from redis.credentials.CredentialProvider so redis-py's async path calls get_credentials_async() properly - move _redis_credential_provider import to top of _redis.py (PEP 8) - remove dead else-branch that silently no-oped (gcp_service_account from redis_kwargs.get() was always None since it's popped by _get_redis_client_logic) - remove mid-function 'from litellm import get_secret_str' inline import - remove unused 'call' import from test_redis.py
Merge branch 'main' of github.com:BerriAI/litellm into litellm_rc_branch
Merge pull request #24342 from BerriAI/litellm_yj_march_21_2026 [Fix] UI - Teams: Table refresh, infinite dropdown, leftnav migration
remove outdated e2e test
pyproject to .25
[Fix] Search Tools: Handle wildcard "*" default in permissions and move auth helper The DB migration sets search_tools DEFAULT ARRAY['*'], but the auth check and listing filter treated "*" as a literal name, causing 401s and empty list responses for all callers with the default permission. - Add wildcard handling in _can_object_call_search_tools - Add _normalize_search_tools_wildcard to convert ["*"] → None (no restriction) - Move get_allowed_search_tool_names from endpoints.py to auth_checks.py to eliminate cross-router import between search_tool_management and endpoints Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
iam policy fix
applyguardrail
chore: update Next.js build artifacts (2026-03-21 05:46 UTC, node v22.16.0)
fix req changes from greptile
adding oidc to apply gaurdrail
fix req changes from greptile
Merge branch 'main' into litellm_oss_staging_03_19_2026
chore: update Next.js build artifacts (2026-03-19 01:29 UTC, node v22.16.0)