yuneng-jiang
e39530d0e6
bump: version 0.1.30 → 0.1.31
2026-02-05 21:28:13 -08:00
yuneng-jiang
828b13279e
bump: version 0.1.29 → 0.1.30
2026-02-05 20:44:43 -08:00
yuneng-jiang
8b0d0b2610
bump: version 0.4.30 → 0.4.31
2026-02-05 14:46:38 -08:00
Sameer Kankute
3c12dda856
bump: litellm-proxy-extras 0.4.29 → 0.4.30
...
- Add allow_team_guardrail_config field to TeamTable and DeletedTeamTable
- Add migration 20260205091235_allow_team_guardrail_config
2026-02-05 09:21:20 +05:30
Ishaan Jaffer
c80fae71ef
bump litellm enterprise PIP
2026-02-03 10:39:39 -08:00
Ishaan Jaffer
7e5e626781
bump extras
2026-01-31 15:19:14 -08:00
shin-bot-litellm
ea011633d7
litellm_fix: bump litellm-proxy-extras version to 0.4.28 ( #20166 )
...
Changes were made to litellm_proxy_extras (schema.prisma, utils.py, migrations)
but version was not bumped, causing CI publish job to fail.
This commit bumps the version from 0.4.27 to 0.4.28 in all required files:
- litellm-proxy-extras/pyproject.toml
- requirements.txt
- pyproject.toml
Co-authored-by: shin-bot-litellm <shin-bot-litellm@users.noreply.github.com>
2026-01-31 10:23:17 -08:00
Alexsander Hamir
69bd4426e8
[Release Day] - Fixed CI/CD issues & changed processes ( #19902 )
2026-01-28 17:57:24 -08:00
Ishaan Jaff
51339f5ef1
[Feat] RAG API - Add s3_vectors as provider on /vector_store/search API + UI for creating + PDF support for /rag/ingest ( #19895 )
...
* init S3VectorsRAGIngestion as a supported ingestion provider for RAG API
* test: TestRAGS3Vectors
* init S3VectorsVectorStoreOptions
* init s3 vectors
* code clean up + QA
* fix: get_credentials
* S3VectorsRAGIngestion
* TestRAGS3Vectors
* docs: AWS S3 Vectors
* add asyncio QA checks
* fix: S3_VECTORS_DEFAULT_DIMENSION
* init ui for bedrock s3 vectors
* fix add /search support for s3_vectors
* init atransform_search_vector_store_request
* feat: S3VectorsVectorStoreConfig
* TestS3VectorsVectorStoreConfig
* atransform_search_vector_store_request
* fix: S3VectorsVectorStoreConfig
* add validation for bucket name etd
* fix UI validation for s3 vector store
* init extract_text_from_pdf
* add pypdf
* fix code QA checks
* fix navbar
* init s3_vector.png
* fix QA code
2026-01-27 16:30:59 -08:00
Ishaan Jaffer
df3c54ec6a
BUMP extras
2026-01-24 14:04:30 -08:00
Ishaan Jaffer
c945677ea8
BUMP pyproject
2026-01-23 13:28:06 -08:00
houdataali
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
deb9142117
Merge pull request #19400 from BerriAI/main
...
merge main iin 19/1 staging
2026-01-20 16:45:01 +05:30
Jón Levy
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
c5a8d4e34e
Merge branch 'main' into litellm_staging_01_16_2026
2026-01-19 18:11:21 +05:30
Harshit Jain
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
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
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
5676c6c135
Chore: bump boto3 version ( #19090 )
2026-01-16 02:39:30 +05:30
Sameer Kankute
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
b5d74722ba
Revert "Litellm fixes a2a sdk ( #18748 )" ( #18752 )
...
This reverts commit 1661707492 .
2026-01-07 14:04:10 +05:30
Ishaan Jaff
1661707492
Litellm fixes a2a sdk ( #18748 )
...
* add a2a SDK to req
* fix
2026-01-07 13:31:45 +05:30
YutaSaito
1897a1f894
Revert "Add redisvl in requirements.txt"
2026-01-06 15:04:56 +09:00
Sameer Kankute
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
f59e9cef55
Merge branch 'main' into main
2026-01-06 06:57:25 +08:00
Anders Kaseorg
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
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
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
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
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 15ae36e171 .
* 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