Krrish Dholakia
f00a32d04c
fix: fix linting errors
2025-09-27 12:47:13 -07:00
Krrish Dholakia
d0725d97a5
fix: fix linting errors
2025-09-27 11:25:01 -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
Ishaan Jaffer
55572ce3cd
test_add_model_run_health
2025-09-27 10:59:25 -07:00
Ishaan Jaffer
97f0f3fe32
test_gemini_finish_reason
2025-09-27 10:57:22 -07:00
Ishaan Jaffer
68da131728
TestAzureEmbedding
2025-09-27 10:55:46 -07:00
Krrish Dholakia
5d6889dc92
test: update tests
2025-09-27 10:40:06 -07:00
Ishaan Jaffer
3baa3aff1b
test fix
2025-09-27 10:38:35 -07:00
Krish Dholakia and GitHub
ea6833b18d
Merge pull request #14979 from BerriAI/litellm_stabilize_ci_cd_09_27_2025_p1
...
stabilize main github tests
2025-09-27 10:34:37 -07:00
Ishaan Jaffer
abe250dcd8
test_azure_embedding_max_retries_0
2025-09-27 10:32:47 -07:00
Ishaan Jaffer
2b39663291
test_async_fallbacks_embeddings
2025-09-27 10:18:18 -07:00
Ishaan Jaffer
f2f8391384
test azure openai fix
2025-09-27 10:17:16 -07:00
Ishaan Jaffer
a2e72fbcc9
test_caching_with_models_v2
2025-09-27 10:08:32 -07:00
Ishaan Jaffer
c9c52b3ccc
test_azure_ai_request_format
2025-09-27 10:05:57 -07:00
Ishaan Jaffer
9220ddc598
test router policy violation
2025-09-27 10:04:02 -07:00
Krrish Dholakia
7278ae5305
test: fix tests
2025-09-27 10:03:54 -07:00
Krrish Dholakia
cf1ed225d7
fix: fix vllm test
2025-09-27 10:01:48 -07:00
Ishaan Jaffer
9e7ee0614a
test fix
2025-09-27 10:01:14 -07:00
Ishaan Jaffer
a86e78f13a
test_azure_ai_request_format
2025-09-27 09:58:00 -07:00
Ishaan Jaffer
6cca81291b
test_acompletion_caching_on_router
2025-09-27 09:57:07 -07:00
Ishaan Jaffer
3a8e4f3160
test_async_embedding_azure_caching
2025-09-27 09:54:54 -07:00
Ishaan Jaffer
d6e882163a
test_acompletion_caching_on_router_caching_groups
2025-09-27 09:53:37 -07:00
Ishaan Jaffer
1f42ac1aec
test_async_completion_azure_caching_streaming
2025-09-27 09:48:24 -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 Jaffer
22c033d3d7
test_acompletion_caching_on_router_caching_groups
2025-09-27 09:28:24 -07:00
Ishaan Jaffer
9790451cce
test_custom_callback_router.py
2025-09-27 09:23:49 -07:00
Ishaan Jaffer
afbebcd626
test_async_chat_azure
2025-09-27 09:12:37 -07:00
Ishaan Jaffer
8510c70416
test fixes
2025-09-27 09:11:43 -07:00
Ishaan Jaffer
e04df1416d
test_async_chat_azure
2025-09-27 09:07:44 -07:00
Krish Dholakia and GitHub
0350a44ab1
Merge pull request #14965 from Maximgitman/issue-14962-anthropic-streaming-id
...
Fix Anthropic streaming IDs (#14962 )
2025-09-27 07:36:48 -07:00
deepanshu
198777f2d2
Merge branch 'main' into feature/sqs_pushes_errors
2025-09-27 08:51:35 -04:00
deepanshu
3d0ec68798
Make errors go through SQS
2025-09-27 08:51:29 -04:00
Ishaan Jaffer
81765bba17
fix fastuuid
2025-09-26 18:20:32 -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
Maximgitman
f2d7c1c14d
Fix Anthropic streaming IDs
2025-09-26 18:31:10 -04: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
Ishaan Jaff and GitHub
d04c6d4eea
[Feat] Add new anthropic web fetch tool support ( #14951 )
...
* add web_fetch tool for ANTHROPIC_HOSTED_TOOLS
* add ANTHROPIC_BETA_HEADER_VALUES, ANTHROPIC_HOSTED_TOOLS
* feat: add web fetch tool anthropic
* test_anthropic_tool_use
* docs web fetch
* docs fix
* docs fix
2025-09-26 11:04:11 -07:00
Alex Shoop and GitHub
914844122c
Fix: revert fastuuid optional dependency, always use fastuuid in .__uid helper ( #14941 )
...
* always use fastuuid
* rm from proxy extras since its now default
* poetry lock
2025-09-26 09:14:20 -07:00
Krish Dholakia and GitHub
79ebb2c95e
Merge pull request #14888 from mrFranklin/feat/improve-opik
...
feat: improve opik integration code
2025-09-25 23:40:41 -07:00
Krish Dholakia and GitHub
f2f75bf911
Merge pull request #14893 from vertexcover-io/fix/openai-image-edit-support-images
...
🐛 Fix a bug where openai image edit siltently ignores multiple images
2025-09-25 23:37:52 -07:00
Ritesh Kadmawala
af0cb7c277
🐛 Fix a bug where openai image edit siltently ignores multiple images
2025-09-26 10:56:06 +05:30
Mubashir Osmani and GitHub
625ed3f8cf
fix: prisma client state retries ( #14925 )
...
* added qwen models and gpt-5-codex
* fix flaky test
* fix failing test
* Added retries to prisma client state
* fix: prisma client state retries in pods
* Revert "fix failing test"
This reverts commit dbec4988a2627257fd05b905e216225664517f32.
* Revert "fix flaky test"
This reverts commit b0ac2f2dc35ca433af0c82f3cda770d6981caff4.
* Revert "added qwen models and gpt-5-codex"
This reverts commit 9a8a8f2d47ab4dc8aecb0cd9a6a4f82ed81bb056.
* Revert "fix: prisma client state retries in pods"
This reverts commit 04e58e5ca1a489916e3b49e9b674f5c6713fd7cd.
* fix lint
* Revert "fix lint"
This reverts commit 5303d52a5e3bee7e131dcabd098e94f0613a7bb9.
* fixed lint
2025-09-25 21:54:00 -07:00
Sameer Kankute and GitHub
1681bf7175
(Feat) Add BitBucket Integration for Prompt Management ( #14882 )
...
* Add bitbucket integration for prompt management
* remove not needed file
* remove not needed file
* Add the correct readme
* Add the correct readme
* fix test for bitbucket
* fix test for bitbucket
2025-09-25 15:51:00 -07:00
Ishaan Jaff and GitHub
2dd38420a7
[Feat] - Cost Tracking - show input, output, tool call cost breakdown in StandardLoggingPayload ( #14921 )
...
* add new CostBreakdown typed dict
* fix CostBreakdown type
* fix fix _store_cost_breakdown_in_logging_obj
* fix CostBreakdown
* test_cost_breakdown_in_standard_logging_payload
2025-09-25 15:48:22 -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
Ishaan Jaff and GitHub
ab5fb704c2
[Feat] Logging - datadog callback Log message content w/o sending to datadog ( #14909 )
...
* add DatadogInitParams
* fix _get_datadog_params
* test_datadog_message_redaction
2025-09-25 15:46:22 -07:00
Arshdeep Singh
471f011ae5
fix: add return type annotation for full mypy compliance
2025-09-25 12:52:12 -04:00