Commit graph

24858 commits

Author SHA1 Message Date
Krrish Dholakia
c45ede7187 test: update test 2025-09-09 21:31:34 -07:00
Krrish Dholakia
f0de7d1dfd fix: remove EOL model name 2025-09-09 21:15:12 -07:00
Krrish Dholakia
d05f58721e test: remove end of life model from tests 2025-09-09 21:01:45 -07:00
Krrish Dholakia
e443d01925 test: remove redundant test 2025-09-09 20:37:09 -07:00
Krrish Dholakia
bff76715a5 test: skip test with invalid arn 2025-09-09 20:35:44 -07:00
Krrish Dholakia
07a83056a6 test: update test 2025-09-09 20:30:50 -07:00
Krrish Dholakia
44566977f1 test: update test 2025-09-09 20:18:03 -07:00
Krrish Dholakia
ba6819dc18 bump: version 1.77.0 → 1.77.1 2025-09-09 19:58:21 -07:00
Krish Dholakia
22aef4e7b2
Merge pull request #14387 from BerriAI/litellm_dev_09_09_2025_p1
fix(internal_user_endpoints.py): ensure only proxy admin can update v…
2025-09-09 19:54:13 -07:00
Krrish Dholakia
076b46c806 build: remove end of life bedrock model 2025-09-09 19:49:22 -07:00
Krrish Dholakia
0854c35d3e test: remove eol bedrock model from tests 2025-09-09 19:48:35 -07:00
Krrish Dholakia
7cbf91cf36 fix(proxy_server.py): fix api call 2025-09-09 19:44:25 -07:00
Krrish Dholakia
62fcc52eb6 fix(internal_user_endpoints.py): ensure only proxy admin can update values for other users
prevents proxy_admin_viewer from updating other user passwords
2025-09-09 19:28:16 -07:00
Krrish Dholakia
98444a900b fix(config_settings.md): document new env var 2025-09-09 19:25:38 -07:00
Krrish Dholakia
944176f5e8 fix: check if metadata is not none 2025-09-09 19:23:07 -07:00
Ishaan Jaff
555efd60b5
[Security] Fix: Ensure .info() logs are not used for request/responses + Add code QA check for possible violations (#14386)
* test: info log

* fixes for debug

* add info_log_check

* fix: debug level

* fix: debug level

* fix: use .debug

* fix info statements

* fix info log check

* fix: fix emit_standard_logging_payload

* fix RequestBody

* Potential fix for code scanning alert no. 3339: Clear-text logging of sensitive information

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* fix check

* fix code qa check

---------

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-09-09 13:55:56 -07:00
Duc Tran
fd70ccfd5b
Update proxy_cli.py help message (#14369) 2025-09-09 13:52:59 -07:00
Arseny Boykov
5b680bb4a3
Use _PROXY_MaxParallelRequestsHandler_v3 by default (#14352)
(cherry picked from commit f3fa45cf8fbd5f5cce2f45a7312776d5005fb08e)
2025-09-09 13:51:00 -07:00
Pedro Azevedo
44dc6d3aef
Fix: Add supports_function_calling for GPT OSS in Bedrock provider (#14375)
* Refactor JSON formatting and remove unnecessary whitespace in model prices and context window

* Fix formatting inconsistencies and remove unnecessary whitespace in model prices JSON
2025-09-09 13:49:32 -07:00
Ishaan Jaff
af7d3cd334
[Fix] Remove INFO level log from /messages endpoint (#14377)
* fix: verbose_proxy_logger.debug

* fix: chat_completion_pass_through_endpoint
2025-09-09 12:51:03 -07:00
Arseny Boykov
29309f767c
Use fastuuid for litellm_call_id (#14346)
(cherry picked from commit 201806401ff12564fb6065b69cd8af347ed7c8e6)
2025-09-09 11:21:31 -07:00
pinkgu
285b14bd69
Fix/gcp model armor (#14381)
* chore: fix model armor always success

Signed-off-by: bjorn <bjornjee95@gmail.com>

* chore: fix sanitisation field extraction

Signed-off-by: bjorn <bjornjee95@gmail.com>

---------

Signed-off-by: bjorn <bjornjee95@gmail.com>
2025-09-09 09:18:37 -07:00
Krish Dholakia
351896cd1d
Merge pull request #12414 from dotmobo/feature/fix-timestamp-granularities
The parameter timestamp_granularities is broken for openai-like transcription
2025-09-08 23:13:13 -07:00
Krish Dholakia
b9ce3a1587
Merge pull request #12416 from dotmobo/feature/fix-alloy
feat: add a health_check_voice parameter in model_info
2025-09-08 23:12:48 -07:00
Krish Dholakia
8c5dd753cf
Merge pull request #12651 from ocraviotto/fix-gemini-400-when-no-user-msg
fix: ensure Gemini calls include a user message (fixes #9733)
2025-09-08 23:08:32 -07:00
Krish Dholakia
1beb58f85b
Merge pull request #9175 from vvidovic/propagate_metadata_to_vertexai_labels
Optional `labels` field in Vertex AI request
2025-09-08 19:08:32 -07:00
Krish Dholakia
a92b521ad4
Merge branch 'main' into propagate_metadata_to_vertexai_labels 2025-09-08 19:08:22 -07:00
Krish Dholakia
54c3ae15c8
Merge pull request #14312 from mubashir1osmani/main
fix: spend tags endpoint returns 500
2025-09-08 19:05:13 -07:00
Krish Dholakia
5ab091f1a4
Merge pull request #14335 from TeddyAmkie/custom-sso-doc-update
Scim docs updated with user removal behavior
2025-09-08 19:04:45 -07:00
Ishaan Jaff
87f116bded test fix 2025-09-08 18:46:20 -07:00
Ishaan Jaff
2cc85936ed
Revert "Security fix - prevent proxy_admin_viewer from modifying other user's credentials + remove hardcoded sensitive keys from test repo" (#14362) 2025-09-08 18:40:54 -07:00
Ishaan Jaff
ddfbf7c36c docs v1.76.3 2025-09-08 18:37:28 -07:00
Ishaan Jaff
a0b380a296 fix install 2025-09-08 18:30:01 -07:00
Ishaan Jaff
68d250973c
[Feature]: Support "Token" MCPAuth (#14359)
* add MCPAuth.authorization type

* test: Token Auth MCP

* fix: _get_auth_headers to handle auth_type == MCPAuth.authorization

* docs auth types with MCP on config.yaml

* test_mcp_server_works_without_config_auth_value
2025-09-08 18:25:41 -07:00
Krrish Dholakia
3dba103e2c fix: fix typo 2025-09-08 18:13:34 -07:00
Ishaan Jaff
af751a61dd docs fix 2025-09-08 18:07:33 -07:00
Ishaan Jaff
e71e06510c fix test 2025-09-08 17:38:44 -07:00
Ishaan Jaff
f1699d4cbf fix IGNORE_FUNCTIONS 2025-09-08 17:33:36 -07:00
Ishaan Jaff
e37c1069a1 fix test images gemini 2025-09-08 17:22:59 -07:00
Ishaan Jaff
6400552308 fix lic check 2025-09-08 17:18:42 -07:00
Ishaan Jaff
c7f9be6803 test_async_log_cache_hit_on_callbacks 2025-09-08 17:15:53 -07:00
Ishaan Jaff
4af67aacb6 ruff fix 2025-09-08 17:12:14 -07:00
Ishaan Jaff
0a78ff718b bump pyproject.toml 2025-09-08 16:59:32 -07:00
Ishaan Jaff
a7c99e1841
Revert "Modify cryptography dependency to latest" (#14358) 2025-09-08 16:58:13 -07:00
Ishaan Jaff
ac2d349161
[Security] Ensure LiteLLM Images have 0 Critical, High, Medium vulnerabilities with CVSS ≥ 4.0 (#14357)
* updated scans

* fix scans

* fix litellm_security_tests

* fix

* fix count CVEE

* add readme

* fix Security Scans

* fix: starlette==0.47.2 # starlette fastapi dep

* bump fastapi==0.115.14

* bump 0.116.1
2025-09-08 16:49:52 -07:00
Boopesh Shanmugam
f8cb06db60
Changed the model field in the response format to open AI matching the default request (#14354) 2025-09-08 13:45:30 -07:00
Zhengyi Lai
8a77fb4da1
Update docker_quick_start.md (#14322) 2025-09-08 12:58:13 -07:00
Arseny Boykov
05741a7c82
Use executors in post-logging hooks (#14332) 2025-09-08 12:57:26 -07:00
berri-teddy
a09613edfd Scim docs updated with user removal behavior 2025-09-08 09:20:00 -07:00
mubashir1osmani
d9bbbc10a6 added tests 2025-09-07 10:17:28 -04:00