houdataali and GitHub
ebcc37dfdf
add redisvl dependency to the root requiremnts.tx ( #19417 )
2026-01-21 20:12:07 -08:00
yuneng-jiang
2c2e0649d9
bump: version 0.4.24 → 0.4.25
2026-01-20 15:22:18 -08:00
yuneng-jiang
0bcf7097d2
bump: version 0.4.23 → 0.4.24
2026-01-20 15:22:11 -08:00
Sameer Kankute and GitHub
deb9142117
Merge pull request #19400 from BerriAI/main
...
merge main iin 19/1 staging
2026-01-20 16:45:01 +05:30
5db0e3289a
fix(agentcore): simplify agentcore streaming ( #17141 )
...
* fix(agentcore): simplify agentcore streaming
* fix(agentcore): move CustomStreamWrapper import to module level
The deferred imports inside streaming methods caused initialization delays
during health check requests, leading to timeouts in ECS deployments.
- Move CustomStreamWrapper import to module-level (line 19)
- Remove deferred imports from get_sync_custom_stream_wrapper (line 588)
- Remove deferred import from get_async_custom_stream_wrapper (line 747)
- Remove from TYPE_CHECKING block to use actual import
This ensures the import happens at module load time rather than during
first request processing, preventing health check endpoint blocking.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* test(agentcore): ensure sync response
* chore: upgrade boto3 to 1.40.76 in pyproject.toml
* chore: added taplo.toml
* fix(types): correct annotation type hint for MyPy compatibility
Update _convert_annotations_to_chat_format return type from
Dict[str, Any] to ChatCompletionAnnotation TypedDict to match
the Message class's expected type signature.
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Benedikt Óskarsson <bensi94@hotmail.com >
2026-01-19 05:20:24 -08:00
Sameer Kankute and GitHub
c5a8d4e34e
Merge branch 'main' into litellm_staging_01_16_2026
2026-01-19 18:11:21 +05:30
Harshit Jain and GitHub
866bd46748
chore: resolve ModuleNotFoundError for Microsoft Foundry Agents ( #18991 )
2026-01-17 04:56:52 +05:30
yuneng-jiang
1cd4c9fb17
bump: version 0.4.22 → 0.4.23
2026-01-16 14:28:19 -08:00
YutaSaito and GitHub
7aba0f738a
Revert "Litellm staging 01 15 2026"
2026-01-17 06:31:34 +09:00
Yuta Saito
bec61c39ae
bump: version 0.4.21 → 0.4.22
2026-01-17 06:17:38 +09:00
Sameer Kankute
84974d5745
Fix boto3 conflicting dependency
2026-01-16 16:55:12 +05:30
Sameer Kankute and GitHub
f3ca05112e
Merge pull request #19206 from BerriAI/main
...
merge main
2026-01-16 15:22:16 +05:30
Yuta Saito
9fa32e5d21
chore: update jaraco
2026-01-16 11:44:03 +09:00
burnerburnerburnerman and GitHub
5676c6c135
Chore: bump boto3 version ( #19090 )
2026-01-16 02:39:30 +05:30
Sameer Kankute and GitHub
8b7c36c271
Merge pull request #19135 from BerriAI/litellm_websocker_realtime_fix
...
Fix model name from query param in realtime request
2026-01-15 22:26:28 +05:30
Sameer Kankute
a3cf178e24
Fix : #19089 websocket version error
2026-01-15 15:06:24 +05:30
Sameer Kankute
7fa8ef620b
bump litellm version to 0.1.28
2026-01-15 11:35:49 +05:30
yuneng-jiang
369b1fae69
bump: version 0.4.20 → 0.4.21
2026-01-10 12:00:03 -08:00
yuneng-jiang
b6f5ba6205
bump: version 0.4.19 → 0.4.20
2026-01-07 11:10:26 -08:00
yuneng-jiang
ec6510c61b
bump: version 0.4.18 → 0.4.19
2026-01-07 10:27:07 -08:00
Ishaan Jaffer
dc553440d3
pynacl==1.6.2
2026-01-07 18:50:32 +05:30
Ishaan Jaffer
9471d616fc
aiohttp==3.13.3
2026-01-07 18:25:23 +05:30
Ishaan Jaffer
676e362d43
bump extrs
2026-01-07 14:40:30 +05:30
Ishaan Jaff and GitHub
b5d74722ba
Revert "Litellm fixes a2a sdk ( #18748 )" ( #18752 )
...
This reverts commit 1661707492 .
2026-01-07 14:04:10 +05:30
Ishaan Jaff and GitHub
1661707492
Litellm fixes a2a sdk ( #18748 )
...
* add a2a SDK to req
* fix
2026-01-07 13:31:45 +05:30
YutaSaito and GitHub
1897a1f894
Revert "Add redisvl in requirements.txt"
2026-01-06 15:04:56 +09:00
Sameer Kankute and GitHub
4ebd9b266b
Merge pull request #18177 from BerriAI/litellm_fix_redisvl_dependency
...
Add redisvl in requirements.txt
2026-01-06 10:43:25 +05:30
Eric84626 and GitHub
f59e9cef55
Merge branch 'main' into main
2026-01-06 06:57:25 +08:00
Anders Kaseorg and GitHub
89b4a6d67c
Allow installation with current grpcio on old Python ( #18473 )
...
Instead of limiting grpcio < 1.68.0, specifically exclude the versions
affected by the reconnect bug, and allow installation with either
older or newer versions.
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2026-01-04 00:45:15 +05:30
Alexsander Hamir and GitHub
4b652e19d8
[Fix] CI/CD - security_tests ( #18305 )
2025-12-20 17:08:28 -08:00
Ishaan Jaffer
b351472f89
new build
2025-12-20 14:55:41 +05:30
Eric84626
36a369a747
fix: upgraded mcp sdk depency version for fixing ClosedResourceError
2025-12-20 14:28:52 +08:00
Ishaan Jaff and GitHub
09b5ee9428
[Feat] Unified Skills API - works across Anthropic, Vertex, Azure, Bedrock ( #18232 )
...
* init LiteLLM_SkillsTable
* init LiteLLMSkillsTransformationHandler
* init LiteLLMSkillsTransformationHandler
* init skills
* init SkillsInjectionHook
* init litellm skills handler
* _fetch_skill_from_db
* LiteLLMSkillsTransformationHandler
* add _prisma_skill_to_litellm
* use SkillPromptInjectionHandler
* refactor skills handler
* add slack GIF
* test_skill_code_execution_via_deployment_hook
* init readme
* test_get_skill_sdk
* test skills in DB
* fix code qa
* init with containers param
* SkillsInjectionHook
* fix type
* convert_skill_to_anthropic_tool, get_litellm_code_execution_tool_anthropic
* fix messages skills handler
* test_slack_gif_skill_creates_gif
* init SkillsInjectionHook
* clean async_pre_call_hook
* fixes
* working unified skills API! yeet
* fix mypy linting
* LiteLLM_SkillsTable
* llm-sandbox==0.3.31
* fix
2025-12-19 18:55:59 +05:30
Alexsander Hamir and GitHub
f353bb6dba
[Fix] CI/CD - litellm_mapped_tests_llms | litellm_mapped_tests_core | caching_unit_tests ( #18197 )
2025-12-18 08:49:23 -08:00
Sameer Kankute
f4f5ea85df
Add redisvl in requirements.txt
2025-12-18 14:42:41 +05:30
yuneng-jiang
d6f8e79f0d
bump: version 0.1.26 → 0.1.27
2025-12-17 15:07:16 -08:00
yuneng-jiang
087dfbf648
Merge remote-tracking branch 'origin' into litellm_email_budget_alerts_2
2025-12-17 11:37:49 -08:00
Mateo Di Loreto and GitHub
107ea9043a
[Feature] Download Prisma binaries at build time instead of at runtime for Security Restricted environments ( #17695 )
...
* Use config file to enable prometheus metrics
* Revert "Use config file to enable prometheus metrics"
This reverts commit 15ae36e1711791c0ac0a7aa84dcec142951717f5.
* Improve hardened stack and Prisma offline flow
* Document hardened compose usage
* Remove undesired change in fastapi-sso
* Restore dashboard lockfile
* Remove unecessary tempdirs
* Document hardened/offline Docker validation flow
2025-12-16 21:25:53 +05:30
yuneng-jiang
7a18c81cf4
bump: version 0.1.25 → 0.1.26
2025-12-15 16:00:37 -08:00
Ishaan Jaffer
95e818fdc4
bump litellm-proxy-extras
2025-12-13 16:22:26 -08:00
Sameer Kankute and GitHub
bdb8c169be
Merge pull request #17818 from BerriAI/litellm_openai_package_bump
...
bump openai package to 2.9.0
2025-12-12 08:38:22 +05:30
Peter Chanthamynavong and GitHub
df9a644e37
fix: add Python 3.14 support via grpcio version constraints ( #17666 )
...
* fix: add Python 3.14 support via grpcio version constraints
Updates grpcio dependency to support Python 3.14 while maintaining
backward compatibility:
- Python <3.14: grpcio >=1.62.3,<1.68.0 (avoids buggy 1.68.x versions)
- Python >=3.14: grpcio >=1.75.0 (has cp314 wheels + bug fix)
The grpc/grpc#38290 bug was fixed in grpcio 1.75.0+, which also
added Python 3.14 wheel support.
Fixes #15504
Fixes #17374
* chore: regenerate poetry.lock
Update lock file to match pyproject.toml changes for grpcio
Python 3.14 conditional dependency.
2025-12-11 15:24:48 -08:00
yuneng-jiang and GitHub
de9a195d8c
Merge pull request #17781 from BerriAI/litellm_daily_agent_table
...
[Feature] Daily Agent Usage Backend
2025-12-11 15:01:50 -08:00
Sameer Kankute
118a06ddfb
bump openai package to 2.9.0
2025-12-11 16:01:52 +05:30
yuneng-jiang
3784b5597a
bump: version 0.4.12 → 0.4.13
2025-12-10 20:51:23 -08:00
yuneng-jiang
439d42ba67
bump: version 0.1.24 → 0.1.25
2025-12-10 18:26:07 -08:00
yuneng-jiang
b5763d27eb
bump: version 0.1.23 → 0.1.24
2025-12-09 19:31:12 -08:00
yuneng-jiang
7957244367
bump: version 0.4.11 → 0.4.12
2025-12-09 11:24:18 -08:00
Ishaan Jaffer
bcf601b8a6
bump proxy extras pip
2025-12-06 10:00:22 -08:00
yuneng-jiang and GitHub
cb18af542e
Merge pull request #17498 from BerriAI/litellm_customer_usage_backend
...
[Feature] Customer (end user) Usage
2025-12-05 15:31:08 -08:00