Krish Dholakia
950edd76b3
Merge pull request #9454 from BerriAI/litellm_dev_03_21_2025_p3
...
Fix route check for non-proxy admins on jwt auth
2025-03-21 22:32:46 -07:00
Krrish Dholakia
364ea3b7dc
test: fix test
2025-03-21 22:02:39 -07:00
Ishaan Jaff
6802408057
bump gunicorn - fix security issue on gunicorn
2025-03-21 21:58:43 -07:00
Ishaan Jaff
7e9fc92f5c
security fix - bump gunicorn==23.0.0 # server dep
2025-03-21 21:56:56 -07:00
Ishaan Jaff
ddfa753485
mcp servers.json
2025-03-21 21:51:57 -07:00
Ishaan Jaff
e85e3bc52a
bump to pip install "openai==1.68.2"
2025-03-21 21:49:54 -07:00
Ishaan Jaff
9bc5aaee64
fix ModelParamHelper
2025-03-21 21:35:49 -07:00
Ishaan Jaff
71d9ce00a9
Merge pull request #9455 from BerriAI/litellm_contributor_fix_mar_21
...
fix(model_param_helper.py): update _get_litellm_supported_transcription_kwargs() to use proper annotations from TranscriptionCreateParamsNonStreaming & `TranscriptionCreateParamsStreaming
2025-03-21 21:07:39 -07:00
Ishaan Jaff
23b86ccd9f
Merge branch 'main' into litellm_contributor_fix_mar_21
2025-03-21 21:07:20 -07:00
Ishaan Jaff
a3cd1ba82a
bump: version 1.63.13 → 1.63.14
2025-03-21 21:03:55 -07:00
Ishaan Jaff
075f3537f6
bump version
2025-03-21 21:03:42 -07:00
Ishaan Jaff
4be40ab50b
bump: version 1.63.12 → 1.63.13
2025-03-21 21:03:20 -07:00
Ishaan Jaff
7e1cd7cbeb
bug fix azure/gpt-4.5-preview was added as litellm_provider=openai, should be azure
2025-03-21 20:50:13 -07:00
Ishaan Jaff
ed74b419a3
Merge pull request #9436 from BerriAI/litellm_mcp_interface
...
[Feat] LiteLLM x MCP Bridge - Use MCP Tools with LiteLLM
2025-03-21 20:42:16 -07:00
Ishaan Jaff
c63217e4d4
_get_litellm_supported_transcription_kwargs
2025-03-21 19:20:13 -07:00
Ishaan Jaff
478d209a0c
Merge pull request #9451 from hsaeed3/correct-transcription-params
...
fix(model_param_helper.py): update `_get_litellm_supported_transcription_kwargs()` to use proper annotations from `TranscriptionCreateParamsNonStreaming` & ``TranscriptionCreateParamsStreaming`
2025-03-21 19:10:21 -07:00
Ishaan Jaff
8a71f129bf
ci_cd_server_path
2025-03-21 19:06:29 -07:00
Ishaan Jaff
0eb3ceff60
pip install "mcp==1.4.1"
2025-03-21 19:04:53 -07:00
Ishaan Jaff
ff2aed0e2f
pip install "pydantic==2.7.2"
2025-03-21 19:03:31 -07:00
Ishaan Jaff
7b5c0de978
test_tools.py
2025-03-21 18:38:24 -07:00
Ishaan Jaff
881ac23964
test_transform_openai_tool_call_to_mcp_tool_call_request tests
2025-03-21 18:24:43 -07:00
Krrish Dholakia
f0d047a0e4
fix: fix linting error
2025-03-21 18:23:58 -07:00
Ishaan Jaff
8d770f0ccf
fix mcp client
2025-03-21 18:18:23 -07:00
Krrish Dholakia
2b83882c07
test: update tests
2025-03-21 18:12:35 -07:00
Krrish Dholakia
8b0c75d88f
fix: fix linting error
2025-03-21 18:08:00 -07:00
Krrish Dholakia
1ebdeb852c
test(test_internal_user_endpoints.py): add unit testing to handle user_email=None
2025-03-21 18:06:20 -07:00
Krish Dholakia
dfb41c927e
Merge pull request #9448 from BerriAI/litellm_dev_03_21_2025_p2
...
Set max size limit to in-memory cache item - prevents OOM errors
2025-03-21 17:51:46 -07:00
Ishaan Jaff
1faf82f768
test mcp on ci/cd
2025-03-21 17:51:37 -07:00
Ishaan Jaff
19d6051dba
test mcp agent
2025-03-21 17:48:16 -07:00
Krrish Dholakia
2d1082f520
fix(proxy/_types.py): handle user_email=None
2025-03-21 17:46:18 -07:00
Ishaan Jaff
d5765d0193
litellm mcp interface
2025-03-21 17:43:10 -07:00
Krish Dholakia
1255775acf
Merge pull request #9453 from emerzon/new_models
...
New Azure Models (GPT-4.5-Preview, Mistral Small 3.1)
2025-03-21 17:36:49 -07:00
Ishaan Jaff
2690b9fb59
litellm mcp example
2025-03-21 17:30:23 -07:00
Krrish Dholakia
6034187aa5
fix: remove unused import
2025-03-21 17:25:57 -07:00
Krrish Dholakia
4b49dab717
fix: remove unused import
2025-03-21 17:22:58 -07:00
Ishaan Jaff
6fb2ae8731
docs mcp docs update
2025-03-21 17:21:40 -07:00
Krrish Dholakia
95ef5f1009
refactor(user_api_key_auth.py): move is_route_allowed to inside common_checks
...
ensures consistent behaviour inside api key + jwt routes
2025-03-21 17:21:07 -07:00
Ishaan Jaff
11d3ab5003
add experimental mcp client
2025-03-21 17:07:15 -07:00
Ishaan Jaff
1c3f153b9d
doc mcp example
2025-03-21 17:06:47 -07:00
Emerson Gomes
8c5d57b84c
Add Azure GPT-4.5-Preview
2025-03-21 19:02:55 -05:00
Emerson Gomes
a5128ce4fd
Add Azure Mistral Small 3.1
2025-03-21 19:02:38 -05:00
Ishaan Jaff
b763174326
litellm mcp bridge docs
2025-03-21 17:00:56 -07:00
Hammad Saeed
732ab55cc8
fix(model_param_helper.py): update _get_litellm_supported_transcription_kwargs() to use proper annotations from TranscriptionCreateParamsNonStreaming & `TranscriptionCreateParamsStreaming
2025-03-21 16:55:35 -07:00
Ishaan Jaff
f07d127963
add diagram for litellm mcp integration
2025-03-21 16:54:55 -07:00
Ishaan Jaff
751b4bf968
docs litellm mcp bridge
2025-03-21 16:50:30 -07:00
Krrish Dholakia
91cf3fc40d
test: initial e2e testing to ensure non admin jwt token cannot create new teams
2025-03-21 16:40:18 -07:00
Hammad Saeed
3b9dd9be36
fix(model_param_helper.py): change TranscriptionCreateParams.__annotations__ to TranscriptionCreateParams.__dict__ to clean logging error // handle typeddict
2025-03-21 16:30:46 -07:00
Krrish Dholakia
48e6a7036b
test: mock sagemaker tests
2025-03-21 16:21:18 -07:00
Krrish Dholakia
58f46d847c
build: update pull_request_template.md
2025-03-21 16:20:28 -07:00
Krrish Dholakia
1f4cee6a57
test: mock sagemaker tests
2025-03-21 16:18:02 -07:00