- rbac_utils.py: change feature_name from str to Literal["agents", "vector_stores"] so typos are caught by type checkers at import time - proxy_setting_endpoints.py: extract _RUNTIME_GENERAL_SETTINGS_FLAGS as a module-level constant, replacing duplicated inline lists in get_ui_settings and update_ui_settings - test_vector_store_rbac.py: remove try/except pattern that silently swallowed non-403 HTTPExceptions; tests now let any unexpected exception propagate as a test failure Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| _experimental/mcp_server | ||
| agent_endpoints | ||
| common_utils | ||
| guardrails | ||
| management_endpoints | ||
| vector_store_endpoints | ||
| test_batch_x_litellm_model_encoding.py | ||
| test_claude_code_marketplace.py | ||
| test_init_litellm_callbacks.py | ||
| test_model_based_routing_files_batches.py | ||
| test_prisma_engine_watchdog.py | ||