Krrish Dholakia
bc6e6e7a28
fix(auth_checks.py): add auth checks to mcp server on call tools
2025-09-29 13:13:10 -07:00
Krish Dholakia and GitHub
0d738b2899
Merge pull request #14986 from uc4w6c/fix/remove-servername-prefix-mcp_tools-tests
...
Fix/remove servername prefix mcp tools tests
2025-09-28 18:00:23 -07:00
Krrish Dholakia
f32b0364c4
fix: fix tests
2025-09-28 17:55:46 -07:00
Yuta Saito
dae7d08ff2
Revert "Revert "Merge pull request #14720 from uc4w6c/feat/remove-servername-prefix-mcp_tools""
...
This reverts commit a88d774f94 .
2025-09-29 07:12:24 +09:00
Krish Dholakia and GitHub
c328b4a036
Merge pull request #15002 from BerriAI/litellm_dev_09_27_2025_p3
...
MCP - specify forwardable headers, specify allowed/disallowed tools for MCP servers
2025-09-28 09:21:52 -07:00
Krrish Dholakia
53d0cbb1b7
fix: update tests + logic for passing multiple headers
2025-09-28 09:09:11 -07:00
Krrish Dholakia
526156ed9d
feat(mcp/): allows admin to prevent llm's from accidentally deleting github repo's even if user is allowed to do this
2025-09-27 19:36:11 -07:00
Ishaan Jaffer
35c14f7178
Revert "Merge pull request #14821 from hazyone/fix-13380"
...
This reverts commit 37ea89eff0 , reversing
changes made to aede742db5 .
2025-09-27 18:52:59 -07:00
Krrish Dholakia
0ff7177373
feat(user_api_key_auth_mcp.py): pass extra headers from clientside straight through - allow multiple clientside headers
...
Closes LIT-952
2025-09-27 17:11:06 -07:00
Krish Dholakia and GitHub
3e3e3837a1
Merge branch 'main' into litellm_dev_09_24_2025_p1
2025-09-27 11:21:07 -07:00
Krrish Dholakia
5cdeb63cdd
test: fix tests
2025-09-27 11:09:25 -07:00
Krrish Dholakia
7278ae5305
test: fix tests
2025-09-27 10:03:54 -07:00
Krrish Dholakia
ac09d29c0e
test(tests/): add unit test to confirm oauth2 headers forwarded on receipt
2025-09-27 09:30:07 -07:00
Ishaan Jaff and GitHub
36cc98254c
[Fix] Parallel Request Limiter v3 - ensure Lua scripts can execute on redis cluster ( #14968 )
...
* use hashtag slots for rate limiting logic
* redis_startup_nodes fix
* test_execute_redis_batch_rate_limiter_script_cluster_compatibility
* async_increment_tokens_with_ttl_preservation
2025-09-26 18:15:57 -07:00
Ishaan Jaff and GitHub
628cd13755
[Feat] UI - Allow scheduling key rotations when creating virtual keys ( #14960 )
...
* fix design of key reset interval
* fix: LiteLLM_VerificationToken
* fix key manager
* add key_rotation_at
* ui fix
* fix ui view
* set key_rotation_at on creation
* add key_rotation_at
* fix info
* fix: _set_key_rotation_fields
* fix KeyRotationManager
* fix key edit view
* test_update_key_fn_auto_rotate_enable
* fix KeyRotationManager
2025-09-26 16:24:40 -07:00
Ishaan Jaff
ea8d0bb7d5
fix: re-add scheduled rotations
2025-09-26 11:40:46 -07:00
Ishaan Jaffer
539d10f9cb
test fix
2025-09-26 11:06:26 -07:00
Alexsander Hamir and GitHub
eaa04cd8ce
fix: use fastuuid helper ( #14903 )
...
* fix: use fastuuid helper across the codebase
First batch of changes, simple drop in replacement.
* second batch of changes
* fixed: script mistake on helper file
2025-09-25 15:47:01 -07:00
Arshdeep Singh
471f011ae5
fix: add return type annotation for full mypy compliance
2025-09-25 12:52:12 -04:00
Arshdeep Singh
8193f56876
fix: remove print statement to pass ruff linting checks
2025-09-25 12:39:49 -04:00
Arshdeep Singh
39683cc3d8
fix: remove unused custom_recognizers variable to pass linting
2025-09-25 12:31:08 -04:00
Arshdeep Singh
8364da014f
style: format code with black
2025-09-25 12:23:44 -04:00
Arshdeep Singh
82ec42993f
fix(presidio): enable custom PII entities with Union type
2025-09-25 12:16:22 -04:00
Ishaan Jaffer
b1e56c55ad
merge
2025-09-24 22:11:37 -07:00
Ishaan Jaff and GitHub
ded823a3a3
[Feat] Initial support for scheduled key rotations ( #14877 )
...
* add KeyRotationSettings
* add KeyRotationManager
* add key rotation manager
* add KeyRotationManager
* fix _initialize_spend_tracking_background_jobs
* fix add_key_rotation_fields
* fixes
* new fields in schema
* update schema
* fix fixes for init key rotation manager
* fixes for init key rotation manager
* fix KeyRotationManager
* tests for key rotation
* fix key_rotation_settings
* fix KeyRotationManager
* fix LITELLM_KEY_ROTATION_CHECK_INTERVAL_SECONDS
* fix fixes for init key rotation manager
* ruff check fix
* fix LITELLM_KEY_ROTATION_CHECK_INTERVAL_SECONDS
* fix _initialize_spend_tracking_background_jobs
* docs fix
* docs auto rotate
* schema fix
* bump proxy extras
* fix config.yml
2025-09-24 21:37:56 -07:00
Krish Dholakia and GitHub
37ea89eff0
Merge pull request #14821 from hazyone/fix-13380
...
Fix: support claude code auth via subscription (anthropic)
2025-09-23 22:52:32 -07:00
Krish Dholakia and GitHub
d59dec39d0
Merge pull request #14826 from Jetemple/sso-clear-button-fix
...
fix: SSO "Clear" button writes empty values instead of removing SSO config
2025-09-23 22:49:47 -07:00
Ishaan Jaff and GitHub
f4ecf3ca72
[Feat] Fixes for LiteLLM Proxy CLI to Auth to Gateway ( #14836 )
...
* fix: error msg from updating key
* fix _create_new_cli_key
* fix validate_key_team_change
* fix interface for chat
* ruff fix
* fix auth for keys
* get_litellm_gateway_api_key
* fix chat
* test fix
* linting fix
* fix mypy
* test_validate_key_team_change_with_member_permissions
2025-09-23 19:43:32 -07:00
Ishaan Jaffer
a48273740d
test fix
2025-09-23 17:46:09 -07:00
Ishaan Jaffer
79a6feb7ac
generate_mock_mcp_server_config_record
2025-09-23 17:33:11 -07:00
Ishaan Jaffer
aaebd83f31
test fixes
2025-09-23 16:07:01 -07:00
Ishaan Jaffer
5fc70396ad
test fix
2025-09-23 15:50:11 -07:00
Ishaan Jaffer
7e64df92a5
test_cli_sso_callback_regenerate_existing_key
2025-09-23 15:42:07 -07:00
Ishaan Jaffer
bb6fb445c0
ui test fix
2025-09-23 14:34:08 -07:00
Ishaan Jaffer
a88d774f94
Revert "Merge pull request #14720 from uc4w6c/feat/remove-servername-prefix-mcp_tools"
...
This reverts commit 7216983f48 , reversing
changes made to e377e30e95 .
2025-09-23 14:14:43 -07:00
Jack Temple
1585a1ba8e
fix: SSO clear button now properly clears settings instead of creating empty encrypted values
2025-09-23 14:35:53 -05:00
hazyone
96aed6a4d4
test added
2025-09-23 20:16:05 +02:00
Krish Dholakia and GitHub
e912b89549
Merge branch 'main' into feat/remove-servername-prefix-mcp_tools
2025-09-22 22:43:12 -07:00
Krish Dholakia and GitHub
b7803bcbb0
Merge pull request #14778 from otaviofbrito/chore/fix-vllm-pasthrough
...
fix vllm passthrough
2025-09-22 22:40:15 -07:00
Uzair Ali and GitHub
3e9540f589
feat: enable custom fields in mcp_info configuration ( #14794 )
...
Allow proxy admins to add arbitrary metadata fields to MCP servers
in config.yaml under mcp_servers.<server>.mcp_info, similar to how
model_info already works.
Changes:
- Changed MCPInfo from TypedDict to Dict[str, Any] for flexibility
- Updated load_servers_from_config to preserve all custom fields
- Updated add_update_server to handle arbitrary fields from database
- Added comprehensive unit tests covering all scenarios
2025-09-22 21:15:35 -07:00
Krish Dholakia and GitHub
0a1c1a27a7
Merge pull request #14787 from BerriAI/litellm_dev_09_22_2025_p1
...
docs(provider_specific_params.md): fix docs
2025-09-22 17:45:57 -07:00
Krrish Dholakia
70cd9d3d4e
test: fix unit test to work on github action
2025-09-22 17:38:11 -07:00
Ishaan Jaff and GitHub
fa20abfe48
[Feat] Proxy CLI Auth - Allow re-using cli auth token ( #14780 )
...
* fix: cli auth with SSO okta
* fix: add LITTELM_CLI_SERVICE_ACCOUNT_NAME
* fix: get_litellm_cli_user_api_key_auth
* use existing_key CLI
* fix: use existing key
* test auth commands
* test_cli_sso_callback_regenerate_vs_create_flow
2025-09-22 10:07:16 -07:00
Otavio Brito
ffd9117357
fix failing test
2025-09-22 11:06:11 -03:00
Otavio Brito
33a11c4b07
fix vllm passthrough
2025-09-22 10:09:02 -03:00
Ishaan Jaffer
4b876ea9ca
test_sanitize_request_body_for_spend_logs_payload_mixed_types
2025-09-20 12:33:37 -07:00
Ishaan Jaffer
ed5c9f1c69
test fixes for mapped tests
2025-09-19 18:01:36 -07:00
Krish Dholakia and GitHub
6142c3ac3d
Merge pull request #14738 from BerriAI/litellm_dev_09_19_2025_p1
...
UI SSO - consider token info endpoint on generic SSO route for access control groups
2025-09-19 17:58:37 -07:00
Ishaan Jaffer
c3f150b13d
mcp test fix
2025-09-19 17:41:15 -07:00
Krrish Dholakia
7694e9f6a9
test: refactoring + testing
2025-09-19 17:20:15 -07:00