Commit Graph

  • 00f852cec4 Merge pull request #24266 from BerriAI/litellm_/eager-chaum yuneng-jiang 2026-03-20 23:19:54 -07:00
  • 8aa1ebfb07 [Fix] UI - Policies: Fix unhandled promise rejections and isPending semantics yuneng-jiang 2026-03-20 23:04:25 -07:00
  • e1d2ab3a87 test(ui): add unit test for tags dropdown populated via useTags hook Ryan Crabbe 2026-03-20 22:56:46 -07:00
  • 8766004c36 fix(ui): use useTags hook so tag dropdown populates on key creation Ryan Crabbe 2026-03-20 21:30:59 -07:00
  • b78e3bad85 address greptile review feedback (greploop iteration 4) litellm_/eager-chaum yuneng-jiang 2026-03-20 22:54:25 -07:00
  • 0108095dd6 chore: update Next.js build artifacts (2026-03-21 05:46 UTC, node v22.16.0) v1.82.3.dev.4 yuneng-jiang 2026-03-20 22:46:09 -07:00
  • 7c9664147f address greptile review feedback (greploop iteration 3) yuneng-jiang 2026-03-20 22:43:01 -07:00
  • fd4fc284e2 fix(ui): address CodeQL security alerts from GHAS scan litellm_security_fixes_ghas yuneng-jiang 2026-03-20 21:52:08 -07:00
  • 5acb52b40a address greptile review feedback (greploop iteration 2) yuneng-jiang 2026-03-20 22:24:02 -07:00
  • edd41cf88d address greptile review feedback (greploop iteration 1) yuneng-jiang 2026-03-20 22:11:17 -07:00
  • d7890fb278 [Fix] Standardize MCP endpoint HTTP status codes yuneng-jiang 2026-03-20 22:07:48 -07:00
  • 0ca13cc6a5 [Fix] Invalidate team cache after extra_permissions update yuneng-jiang 2026-03-20 22:04:01 -07:00
  • 4f6b8a2a3e [Fix] Exclude team_id from MCP server DB create payload yuneng-jiang 2026-03-20 22:01:16 -07:00
  • f80d7dc2f2 [Fix] Add /team/available_permissions to self_managed_routes yuneng-jiang 2026-03-20 21:57:35 -07:00
  • 5d688c9f27 [Feature] MCP team management + per-member granular permissions yuneng-jiang 2026-03-20 21:51:42 -07:00
  • 36828d2f5b fix(ui): address CodeQL security alerts from GHAS scan yuneng-jiang 2026-03-20 21:52:08 -07:00
  • 0e6a2ec378 feat(prometheus.py): emit db event metrics litellm_1_81_6_prometheus Krrish Dholakia 2026-03-20 21:11:16 -07:00
  • 871df9f40b fix: rename test methods to remove stale _in_backup suffix and test actual helper Chesars 2026-03-20 23:32:45 -03:00
  • a3095f47fd Merge pull request #24076 from Chesars/feat/cache-control-tool-config-21969 Cesar Garcia 2026-03-20 23:29:53 -03:00
  • a4f091c025 Merge pull request #24073 from Chesars/feat/gemini-context-circulation Cesar Garcia 2026-03-20 23:29:30 -03:00
  • 89a5a44ee0 fix: rename _load_backup_json call sites to _load_model_cost_json Chesars 2026-03-20 23:24:41 -03:00
  • 29ab11a9c2 fix(types): add CacheControlToolConfigInjectionPoint to union type Chesars 2026-03-20 23:23:28 -03:00
  • 7290bcdf1c fix: separate .gitignore entries (missing newline) Chesars 2026-03-20 23:14:55 -03:00
  • 3a56bb62bf Update tests/test_litellm/test_deepseek_model_metadata.py Cesar Garcia 2026-03-20 23:14:03 -03:00
  • 620fd34e65 Merge branch 'main' of https://github.com/BerriAI/litellm into refactor/remove-backup-file-dry-principle Chesars 2026-03-20 23:06:24 -03:00
  • b223dc9b7b fix: PR review - meta truthiness, BlobResourceContents mimeType, add Blob+empty meta tests shivam 2026-03-20 18:59:36 -07:00
  • f4752413fe chore: gitignore litellm/model_prices_and_context_window.json Chesars 2026-03-20 22:58:55 -03:00
  • fa1b1de99e fix: resolve merge conflicts with main Chesars 2026-03-20 22:47:15 -03:00
  • 0fd5b94e20 added support for metadata shivam 2026-03-20 18:45:37 -07:00
  • 2c6cd45318 chore: remove check_files_match pre-commit hook Chesars 2026-03-20 22:35:25 -03:00
  • 6eaa48a0b3 fix: req changes from greptile Harshit28j 2026-03-21 06:57:34 +05:30
  • ead607a42b Merge pull request #24072 from Chesars/fix/strict-additional-properties-20997-clean Cesar Garcia 2026-03-20 22:19:39 -03:00
  • 4e4dd88e7e Update litellm/litellm_core_utils/get_model_cost_map.py Cesar Garcia 2026-03-20 22:18:16 -03:00
  • 21b0ff9662 Fix incomplete string escaping in public_model_hub.tsx litellm_fix_incomplete_string_escaping yuneng-jiang 2026-03-20 17:59:43 -07:00
  • 4e32db2f11 Merge pull request #23167 from BerriAI/litellm_audit_log_s3_export ryan-crabbe 2026-03-20 17:37:12 -07:00
  • ae21527aea fix black formatting Ryan Crabbe 2026-03-20 17:35:05 -07:00
  • d8e4fc4dd0 Merge pull request #24260 from BerriAI/litellm_yj_march_19_2026 yuneng-jiang 2026-03-20 17:35:19 -07:00
  • 2ca4fa6189 Merge branch 'main' into litellm_yj_march_19_2026 yuneng-jiang 2026-03-20 17:28:41 -07:00
  • 9c47d50f74 add startup messages Ryan Crabbe 2026-03-20 16:50:35 -07:00
  • 1998c4f370 fix req changes from greptile v1.82.5-nightly litellm_claude_traces Harshit28j 2026-03-21 04:13:09 +05:30
  • 8b8285ce5d fix: req changes by greptile bot Harshit28j 2026-03-21 00:58:45 +05:30
  • 69928449f7 fix req changes by greptile Harshit28j 2026-03-20 23:57:00 +05:30
  • 4dec34b752 fix: address req changes Harshit28j 2026-03-20 18:44:23 +05:30
  • 2757c47c84 fix: claude traces on langfuse Harshit28j 2026-03-18 17:34:26 +05:30
  • 1da02b66f6 Merge branch 'main' into litellm_audit_log_s3_export ryan-crabbe 2026-03-20 16:39:54 -07:00
  • 79aea5ddcf [Refactor] UI - Policies: Extract usePolicyVersions hook from FlowBuilderPage yuneng-jiang 2026-03-20 16:25:40 -07:00
  • 4cd9e3d638 Merge branch 'main' into litellm_claude_traces Harshit Jain 2026-03-21 04:55:17 +05:30
  • e6e3085845 Merge pull request #24258 from joereyna/fix/anthropic-file-content-test-mock yuneng-jiang 2026-03-20 16:14:59 -07:00
  • e678ddea43 Fix unreachable special MCP server name guard in add_mcp_server yuneng-jiang 2026-03-20 16:12:48 -07:00
  • f0e0d98f86 fix(test): mock get_auth_header instead of get_api_key in anthropic file content test joereyna 2026-03-20 16:07:09 -07:00
  • 53cf3f6937 adding oidc to apply gaurdrail oidc_for_guardrails shivam 2026-03-20 15:47:27 -07:00
  • 03fb63ca98 Refactor pipeline_flow_builder.tsx to reduce duplication and improve maintainability litellm_refactor_pipeline_flow_builder yuneng-jiang 2026-03-20 15:58:30 -07:00
  • 7acbc1729d adding oidc to apply gaurdrail v1.81.14.dev.1 litellm_add_apply_guardrail_to_oidc shivam 2026-03-20 15:47:27 -07:00
  • 6862930538 Revert test to match reverted team MCP manager feature yuneng-jiang 2026-03-20 15:44:00 -07:00
  • f6d533ac2b fix req changes from greptile v1.82.3.dev.3 Harshit28j 2026-03-21 04:13:09 +05:30
  • 1fad0d557d Merge pull request #24255 from BerriAI/revert-24171-litellm_/awesome-dhawan yuneng-jiang 2026-03-20 15:42:10 -07:00
  • c9683c6f97 Revert "[Feature] Team MCP Server Manager Role" yuneng-jiang 2026-03-20 15:41:57 -07:00
  • 72c307df0e Merge pull request #24217 from BerriAI/litellm_ryan_march_18 ryan-crabbe 2026-03-20 14:05:19 -07:00
  • 541863a566 Merge branch 'litellm_ryan_march_18' of https://github.com/BerriAI/litellm into litellm_ryan_march_18 Ryan Crabbe 2026-03-20 13:58:32 -07:00
  • 6f81eb01fe fix: apply Black formatting to ui_sso.py Ryan Crabbe 2026-03-20 13:57:26 -07:00
  • 59b4a05782 Merge branch 'main' into litellm_ryan_march_18 ryan-crabbe 2026-03-20 13:36:37 -07:00
  • ba4aae02c7 Fix outdated MCP server auth test for team MCP manager flow yuneng-jiang 2026-03-20 13:10:10 -07:00
  • 5d317c3a5c Merge remote-tracking branch 'origin' into litellm_yj_march_19_2026 yuneng-jiang 2026-03-20 12:59:21 -07:00
  • 50f88c8642 Merge pull request #24243 from BerriAI/litellm_/gifted-spence yuneng-jiang 2026-03-20 12:51:13 -07:00
  • 4d198558c8 Merge branch 'main' into litellm_/gifted-spence yuneng-jiang 2026-03-20 12:44:20 -07:00
  • 404c68c74b Add missing team_member_budget_duration param to new_team docstring yuneng-jiang 2026-03-20 12:42:35 -07:00
  • 3ea69c9539 Merge remote-tracking branch 'origin' into litellm_yj_march_19_2026 yuneng-jiang 2026-03-20 12:37:26 -07:00
  • b36269e2c1 Merge pull request #24171 from BerriAI/litellm_/awesome-dhawan yuneng-jiang 2026-03-20 12:30:50 -07:00
  • 28506f88d9 fix: req changes by greptile bot Harshit28j 2026-03-21 00:58:45 +05:30
  • 700fd86de9 Fix importorskip guard and add LiteLLM_TeamTableCachedObj import yuneng-jiang 2026-03-20 12:13:09 -07:00
  • 4b80094b90 [Test] UI: Add vitest coverage for 10 previously untested components litellm_ui_vitest_coverage yuneng-jiang 2026-03-20 12:04:10 -07:00
  • c6ffda9671 Merge pull request #23484 from michelligabriele/fix/team-member-budget-duration-on-create yuneng-jiang 2026-03-20 11:56:30 -07:00
  • 5927a77a14 Merge branch 'main' into fix/aggregated-activity-entity-breakdown yuneng-jiang 2026-03-20 11:50:59 -07:00
  • f884e4ac66 Merge branch 'main' into fix/team-member-budget-duration-on-create yuneng-jiang 2026-03-20 11:48:08 -07:00
  • d381b58570 Merge branch 'main' into litellm_ryan_march_18 ryan-crabbe 2026-03-20 11:44:45 -07:00
  • a05824d9ba Fix code qa Sameer Kankute 2026-03-21 00:14:33 +05:30
  • 8ab12722f1 docs: add missing CLI arguments to cli.md cursor/proxy-cli-arguments-ef5d Cursor Agent 2026-03-20 18:40:43 +00:00
  • 78139472a1 fix(moonshot): preserve reasoning_content on Pydantic Message objects in multi-turn tool calls (#23828) BillionToken 2026-03-21 02:39:17 +08:00
  • 00dd984415 fix(whisper): correct output_cost_per_second pricing and cost calculation (#23842) Geoffray Viossat 2026-03-20 19:32:15 +01:00
  • af7e2e6878 Fix ruff PLR0915 error Sameer Kankute 2026-03-21 00:01:48 +05:30
  • 5abfddf47f fix req changes by greptile Harshit28j 2026-03-20 23:57:00 +05:30
  • 714c1b80e1 docs(pricing): add official source links for Azure DeepSeek & Cohere models (#20181) Jayachander Reddy kandakatla 2026-03-20 13:25:53 -05:00
  • e8ec9eb44a Merge pull request #24220 from milan-berri/fix/streaming-metadata-hidden-params Krish Dholakia 2026-03-20 11:25:45 -07:00
  • 45f322caef Fix ruff PLR0915 error Sameer Kankute 2026-03-20 23:52:54 +05:30
  • 8cb3a0f1d2 Fix ruff PLR0915 error Sameer Kankute 2026-03-20 23:42:07 +05:30
  • 7c168ab173 Fix gpt-5.4 using remote model cost map for tests Sameer Kankute 2026-03-20 23:34:40 +05:30
  • 92e98a2fd5 Fix test_aaamodel_prices_and_context_window_json_is_valid Sameer Kankute 2026-03-20 23:19:39 +05:30
  • 2a69426e2f Fix mypy and code qa issues Sameer Kankute 2026-03-20 23:18:58 +05:30
  • 0673c57fef Merge pull request #23939 from Sameerlite/Sameerlite/azure-ai-annotations Sameer Kankute 2026-03-20 23:33:08 +05:30
  • 8d843fd93b Merge pull request #23957 from Sameerlite/litellm_vertex-cancel-batch Sameer Kankute 2026-03-20 23:32:50 +05:30
  • bec71df7ab test(openrouter): mock network and relax image URL assertion circleci/fix-flaky-test-1774027192308 circleci-app[bot] 2026-03-20 17:19:54 +00:00
  • 58fd3ea5a8 test: isolate anthropic missing-api-key case from env creds cursor/main-branch-stability-b8ce Cursor Agent 2026-03-20 17:05:42 +00:00
  • 589c6cdad0 fix(gemini-embeddings): convert task_type to camelCase taskType for Gemini API (#24191) Christopher Baer 2026-03-20 10:02:22 -07:00
  • 330ef5e579 docs: add Gemini/Vertex AI to prompt caching docs Klaus 2026-03-20 09:48:31 -07:00
  • 5372334233 Merge branch 'main' into fix/streaming-metadata-hidden-params milan-berri 2026-03-20 16:32:36 +00:00
  • f36a59d196 fix(logging): merge hidden_params into metadata for streaming completions Milan 2026-03-20 16:27:41 +00:00
  • d7123aef05 refactor: gitignore generated openapi files, keep only alias types Ryan Crabbe 2026-03-20 09:21:51 -07:00
  • 1cd7a48c33 Add tests for edit and delete MCP server manager paths yuneng-jiang 2026-03-20 09:19:53 -07:00
  • 431b8dbe59 docs: fix Docker image tag in v1.82.3 release notes cursor/litellm-docs-tag-efdc Cursor Agent 2026-03-20 16:11:02 +00:00
  • 523fbed233 Merge pull request #24199 from stias/fix/bedrock-count-tokens-custom-endpoint Krish Dholakia 2026-03-20 09:10:30 -07:00