Ishaan Jaff and GitHub
4293dd2c2a
test: stabilize credentials CLI patch ( #12305 )
2025-07-03 18:09:32 -07:00
Krrish Dholakia
35ecfb7737
docs(index.md): cleanup
2025-07-03 17:35:49 -07:00
Ishaan Jaff and GitHub
3ad6b36ffc
test: patch CredentialsManagementClient in CLI ( #12304 )
2025-07-03 17:01:50 -07:00
Ishaan Jaff and GitHub
005de79dd5
Fix Deepeval logger debug formatting ( #12303 )
2025-07-03 16:45:38 -07:00
Ishaan Jaff
e7374e3909
test_gemini_url_context
2025-07-03 16:13:44 -07:00
Ishaan Jaff
e66898828c
is_error_str_rate_limit
2025-07-03 16:03:48 -07:00
Ishaan Jaff
59f3771799
test_text_completion_stream - hf
2025-07-03 16:00:51 -07:00
Ishaan Jaff
782ba9f5a0
sys.path.insert for cli tests
2025-07-03 15:58:49 -07:00
Ishaan Jaff
81948d4198
fix test
2025-07-03 15:37:10 -07:00
Ishaan Jaff
e75f4c8561
TestCallbackManagementEndpoints
2025-07-03 15:00:53 -07:00
Ishaan Jaff
437f4765b4
test_completion_mistral_api_mistral_large_function_call_with_streaming
2025-07-03 14:58:28 -07:00
Ishaan Jaff
274baac9df
test_mcp_tools_with_responses_api
2025-07-03 14:53:30 -07:00
Cole McIntosh and GitHub
adfe63cf3a
fix: handle proxy internal callbacks in callback management test ( #12294 )
...
The test_list_callbacks_mixed_callback_types test was failing when run in parallel with other tests due to the proxy server's internal _PROXY_VirtualKeyModelMaxBudgetLimiter callback persisting across test runs. This fix filters out proxy internal callbacks from the test assertions to ensure consistent test behavior regardless of test execution order or parallelization.
2025-07-03 14:28:46 -07:00
Ishaan Jaff
03a589d323
fix - MCP deepwiki mcp is unstable, move to stable mcp
2025-07-03 14:24:32 -07:00
Ishaan Jaff and GitHub
3387029723
[Bug Fix] Using gemini-cli with Vertex Anthropic Models ( #12246 )
...
* add is_vertex_partner_model
* fixes for get_provider_google_genai_generate_content_config
* bug fix use vertex anthropic models with gemini cli
* vertex_anthropic_mock_response
* test streaming vertex generateContent
* add unified_google_tests
* fix is_vertex_partner_model
* add load_vertex_ai_credentials
* test fix
2025-07-03 12:29:27 -07:00
Krish Dholakia and Ishaan Jaff
c0319d0d01
Litellm dev fix gemini web search tracking ( #12288 )
...
* feat(stream_chunk_builder_utils.py): correctly return web_search_requests on stream chunk builder
* fix(types/utils.py): handle prompttokendetails
* fix(stream_chunk_builder_utils.py): fix ruff check error
* test: try-except rate limit error
* fix: fix import
2025-07-03 12:27:14 -07:00
Ishaan Jaff
75bb22a868
fix huggingface/deepseek-ai/DeepSeek-R1
2025-07-03 12:13:51 -07:00
Ishaan Jaff
5630147e80
Revert "Revert "fix tests ( #12286 )""
...
This reverts commit 12f157513b .
2025-07-03 12:08:27 -07:00
Ishaan Jaff
12f157513b
Revert "fix tests ( #12286 )"
...
This reverts commit 99ce3a24cc .
2025-07-03 12:04:23 -07:00
Ishaan Jaff
9cc144e3cb
test add clear_existing_callbacks
2025-07-03 12:00:36 -07:00
Ishaan Jaff
cb68f5387c
Revert "test_caching_kwargs_input"
...
This reverts commit 1dee70efba .
2025-07-03 11:49:04 -07:00
Jugal D. Bhatt and GitHub
df161f1e45
Litellm mcp tool prefix ( #12289 )
...
* prefix all server tools from the backend
* change var name
* fix tests
2025-07-03 11:39:37 -07:00
Ishaan Jaff
1dee70efba
test_caching_kwargs_input
2025-07-03 11:28:12 -07:00
Ishaan Jaff
96d5f891df
fix test
2025-07-03 11:18:41 -07:00
Ishaan Jaff
ba5af3e44b
fix keys delete
2025-07-03 11:18:10 -07:00
Ishaan Jaff
4fc4304f37
fix code qa checks
2025-07-03 10:59:52 -07:00
célina and GitHub
99ce3a24cc
fix tests ( #12286 )
2025-07-03 10:57:19 -07:00
Krrish Dholakia and Ishaan Jaff
82a0a443c6
feat(stream_chunk_builder_utils.py): correctly return web_search_requests on stream chunk builder
2025-07-03 10:56:26 -07:00
Ishaan Jaff
c3909d6f50
test_keys_delete_error_handling
2025-07-03 10:04:59 -07:00
dcieslak19973 and GitHub
d480cea8b0
Add azure_ai cohere rerank v3.5 ( #12283 )
...
* Add azure_ai cohere rerank v3.5
* Fix CI error
2025-07-03 10:01:45 -07:00
tanjiro and GitHub
6bf1073e1c
Correctly display 'Internal Viewer' user role ( #12284 )
...
* add "internal_user_viewer" as a user role value type
* cleanup console.log
* remove unused imports
* prettier
* comment
2025-07-03 09:57:49 -07:00
Ishaan Jaff
282ce1a859
test - fix delete keys
2025-07-02 22:23:10 -07:00
Krish Dholakia and GitHub
42cd05dee8
Add Azure Content Safety Guardrails to LiteLLM proxy ( #12268 )
...
* feat(azure/prompt_shield.py): initial commit adding prompt shield guardrail + auto discovery mechanism for guardrails
reduces amount of code needed outside of guardrail integration for instrumentation
* feat(azure/prompt_shield.py): working azure prompt shield guardrail integration
Addresses https://github.com/BerriAI/litellm/issues/12254
* test: unit tests for prompt_shield
* fix(prompt_shield.py): add event hook validation for prompt shield guardrail
ensures prompt shield guardrail raises error if asked to run post_call (only runs on user prompt)
* feat(azure/): working text_moderation integration
* fix(text_moderation.py): suppress linting error
* test(test_azure_text_moderation.py): add unit test
* test(test_azure_text_moderation.py): add unit test for responses
* fix(text_moderation.py): return streaming error correctly
ensures error returned to user
* fix: fix linting error
* fix: fix linting check
* test: change mistral model
service tier exceeded
* fix(exception_mapping_utils.py): cover mistral in exception mapping
2025-07-02 21:34:19 -07:00
Krrish Dholakia and Ishaan Jaff
a198d4a39f
test: change mistral model
...
service tier exceeded
2025-07-02 21:11:02 -07:00
Ishaan Jaff
1aa55e6a74
test_url_context
2025-07-02 21:10:12 -07:00
Ishaan Jaff
4290e04e4f
test -self.received_finish_reason = response_obj["finish_reason"]
2025-07-02 21:06:43 -07:00
Ishaan Jaff
f1777dbe3d
ui new build
2025-07-02 20:50:08 -07:00
Ishaan Jaff
03790cfc2d
fix lint
2025-07-02 20:42:10 -07:00
Ishaan Jaff
9e363787e7
fix - mcp import error
2025-07-02 20:39:59 -07:00
Krish Dholakia and GitHub
bba75aa12b
Add 'audio_url' message type support for VLLM ( #12270 )
...
* fix(openai.py): add audio_url content type for vllm
Fixes https://github.com/BerriAI/litellm/issues/12196
* test: fix test
2025-07-02 20:37:45 -07:00
Ishaan Jaff
3b1c5df288
Revert "bump: version 1.74.0 → 1.75.0"
...
This reverts commit e1c801a1a9 .
2025-07-02 20:33:29 -07:00
Ishaan Jaff
e1c801a1a9
bump: version 1.74.0 → 1.75.0
2025-07-02 20:32:42 -07:00
Ishaan Jaff and GitHub
98d535deaa
qa - ui ( #12265 )
2025-07-02 20:30:14 -07:00
Jugal D. Bhatt and GitHub
5fe01b9a2b
Add MCP servers header to the scope of header ( #12266 )
...
* add mcp header param
* rename class
* fix tests
* fix tests
* added ruff fixes
* fix ruff checks
* added mypy type checking
2025-07-02 20:22:14 -07:00
Ishaan Jaff and GitHub
eef0623443
[Feat] Add Arize Team Based Logging ( #12264 )
...
* working KeyAndTeamLoggingSettings
* add arize_space_id to StandardCallbackDynamicParams
* add construct_dynamic_arize_headers
* add construct_dynamic_arize_headers to
* update otel arize logging
* fix imports
* test_construct_dynamic_arize_headers
* dynamic key/team settings
* test_get_dynamic_logging_metadata_with_arize_team_logging
2025-07-02 17:15:35 -07:00
Jugal D. Bhatt and GitHub
5a852ca647
Add fix to tests ( #12263 )
2025-07-02 16:57:49 -07:00
Ishaan Jaff and GitHub
77741b7684
[Feat] UI - Allow adding team specific logging callbacks ( #12261 )
...
* add arize logo
* use correct struct
* define dynamic params
* add arize_space_id
* update ui
* ui - team logging
2025-07-02 16:35:22 -07:00
Yuichiro Utsumi and GitHub
164455ad2f
docs: fix config file description in k8s deployment ( #12230 )
...
Signed-off-by: Yuichiro Utsumi <utsumi.yuichiro@fujitsu.com >
2025-07-02 16:33:28 -07:00
Jugal D. Bhatt and GitHub
d55712b783
Add MCP url masking on frontend ( #12247 )
...
* add url masking on frontend
* fix test
* add signature
2025-07-02 16:32:26 -07:00
Jugal D. Bhatt and GitHub
88834b8550
[Bump] Litellm responses format ( #12253 )
...
* Add responses format changes
* Add check
* Add check
* added more testing
2025-07-02 16:32:06 -07:00