litellm/tests/test_litellm/proxy
Marc Abramowitz 40ccd2b70f
Add "keys import" command to CLI (#12620)
* Add "keys import" command to CLI

E.g.:

```
litellm-proxy keys import \
  --source-base-url=https://old-litellm.company.com \
  --source-api-key=$LITELLM_KEY \
  --dry-run
```

* Add --created-since option

* Add tests

* Fix lint errors

* Fix lint issues

* Fix lint errors

* Fix response.raise_for_status not being a thing

* Fix a mypy error
2025-07-15 20:14:43 -07:00
..
_experimental/mcp_server [MCP Gateway] Ensure we use the same param for specifying groups (#12561) 2025-07-12 16:41:58 -07:00
anthropic_endpoints test fixes 2025-06-25 18:42:06 -07:00
auth Control Plane + Data Plane support (#12601) 2025-07-14 21:31:56 -07:00
client Add "keys import" command to CLI (#12620) 2025-07-15 20:14:43 -07:00
common_utils [Bug Fix] Add swagger docs for LiteLLM /chat/completions, /embeddings, /responses (#12618) 2025-07-15 13:37:22 -07:00
db
experimental/mcp_server
guardrails [Feat] - New guardrail - OpenAI Moderations API (#12519) 2025-07-11 11:25:45 -07:00
health_endpoints
hooks test_pre_call_hook_team_rpm_limits 2025-07-11 15:52:21 -07:00
image_endpoints
management_endpoints Team Members - reset budget, if duration set + Prometheus - support tag based metrics (#12534) 2025-07-11 22:54:16 -07:00
management_helpers [MCP Gateway] access group UI object permission fix (#12523) 2025-07-11 18:25:40 -07:00
middleware
openai_files_endpoint fix(proxy): Add managed_files hook to test_mock_create_audio_file 2025-06-26 10:42:25 -06:00
pass_through_endpoints [Feat] UI QA: Pass through endpoints (#11939) 2025-06-20 18:35:38 -07:00
spend_tracking MCP - usage tracking (#12397) 2025-07-08 22:08:16 -07:00
test_configs
ui_crud_endpoints Prevent writing default user setting updates to yaml (error in non-root env) + Use central team member budget when max_budget_in_team set on UI (#12533) 2025-07-12 10:13:07 -07:00
test_caching_routes.py
test_common_request_processing.py
test_custom_proxy.py
test_health_check_functions.py
test_litellm_pre_call_utils.py [Feat] Add Arize Team Based Logging (#12264) 2025-07-02 17:15:35 -07:00
test_proxy_cli.py
test_proxy_server.py Prevent writing default user setting updates to yaml (error in non-root env) + Use central team member budget when max_budget_in_team set on UI (#12533) 2025-07-12 10:13:07 -07:00
test_proxy_types.py
test_proxy_utils.py [Security Bug Fix] Ensure only LLM API route fails get logged on Langfuse (and other loggers) (#12308) 2025-07-04 14:42:42 -07:00
test_route_llm_request.py Update mistral 'supports_response_schema' field + Fix ollama embedding (#12024) 2025-06-25 07:20:13 -07:00
test_spend_log_cleanup.py
test_team_member_update.py fix mapped tests (#12320) 2025-07-04 10:04:43 -07:00