Releases: langchain-ai/langchain-litellm
Releases · langchain-ai/langchain-litellm
v0.6.1: Remove Build Artifacts
0.6.1 (2026-03-01)
Bug Fixes
What's Changed
- chore: remove dist folder from version control and add to gitignore by Akshay Dongare (@Akshay-Dongare) in #94
- fix: clean up build artifacts to unblock PyPI publication by Akshay Dongare (@Akshay-Dongare) in #95
- chore(main): release 0.6.1 by @github-actions[bot] in #96
Full Changelog: v0.6.0...v0.6.1
v0.6.0: Native Embeddings Support!
0.6.0 (2026-03-01)
Features
What's Changed
- Bump filelock from 3.20.0 to 3.20.3 in the pip group across 1 directory by Dependabot (@dependabot)[bot] in #72
- Bump protobuf from 6.33.1 to 6.33.5 in the pip group across 1 directory by Dependabot (@dependabot)[bot] in #73
- Bump aiohttp from 3.13.2 to 3.13.3 in the pip group across 1 directory by Dependabot (@dependabot)[bot] in #74
- Bump langchain-core from 1.0.7 to 1.2.11 in the pip group across 1 directory by Dependabot (@dependabot)[bot] in #76
- Bump langsmith from 0.4.45 to 0.6.3 in the pip group across 1 directory by Dependabot (@dependabot)[bot] in #75
- chore: housekeeping post-transfer by Mason Daugherty (@mdrxy) in #77
- Bump the pip group across 1 directory with 2 updates by Dependabot (@dependabot)[bot] in #78
- chore: fix Poetry license field for Dependabot by Akshay Dongare (@Akshay-Dongare) in #79
- chore: correct mis-indented dependencies in pyproject.toml by Akshay Dongare (@Akshay-Dongare) in #80
- chore: enforce minimum cryptography version for security by Akshay Dongare (@Akshay-Dongare) in #81
- chore(deps): unblock cryptography security fix by widening cffi const… by Akshay Dongare (@Akshay-Dongare) in #82
- Bump cryptography from 45.0.7 to 46.0.5 in the pip group across 1 directory by Dependabot (@dependabot)[bot] in #83
- chore: migrate package manager to uv and automate releases by Akshay Dongare (@Akshay-Dongare) in #84
- Fix extended thinking block round-trip for LiteLLM assistant messages by Akshay Dongare (@Akshay-Dongare) in #85
- feat: add LiteLLMEmbeddings and LiteLLMEmbeddingsRouter by Nicholas Gigliotti (@ndgigliotti) in #88
- chore(ci): configure release-please to use standard version tags by Akshay Dongare (@Akshay-Dongare) in #90
- chore(ci): configure release-please to bump minor version for features by Akshay Dongare (@Akshay-Dongare) in #92
- chore(main): release 0.6.0 by @github-actions[bot] in #93
New Contributors
- Dependabot (@dependabot)[bot] made their first contribution in #72
- Mason Daugherty (@mdrxy) made their first contribution in #77
- Nicholas Gigliotti (@ndgigliotti) made their first contribution in #88
Full Changelog: v0.5.1...v0.6.0
v0.5.1: Add configurable timeout and retry logic to LiteLLMOCRLoader
What's Changed
- feat: add configurable timeout and retry logic to LiteLLMOCRLoader by Akshay Dongare (@Akshay-Dongare) in #68
Full Changelog: v0.5.0...v0.5.1
v0.5.0: LiteLLM OCR Support
What's Changed
- LiteLLM OCR Loader by Bas Schimmel (@Bschim) in #65
New Contributors
- Bas Schimmel (@Bschim) made their first contribution in #65
Full Changelog: v0.4.0...v0.5.0
v0.4.0: Usage Statistics, Timeout Fixes & Gemini 2.5 Support
What's Changed
- Update README with usage examples for Vertex AI by Akshay Dongare (@Akshay-Dongare) in #48
- Update model features table in litellm.ipynb by Akshay Dongare (@Akshay-Dongare) in #49
- Fix: Expose cache tokens in streaming responses by Akshay Dongare (@Akshay-Dongare) in #53
- fix: allow reasoning_content and function_call to coexist in message … by Akshay Dongare (@Akshay-Dongare) in #55
- Fix missing usage metadata in streaming responses by Akshay Dongare (@Akshay-Dongare) in #56
- Add support for num_ctx parameter and improve documentation by Akshay Dongare (@Akshay-Dongare) in #57
- Fix request_timeout parameter not being respected by Akshay Dongare (@Akshay-Dongare) in #58
- Fix AttributeError in streaming when chunks lack role or function_cal… by Akshay Dongare (@Akshay-Dongare) in #59
- Add support for gemini-2.5-pro by updating litellm dependency by Akshay Dongare (@Akshay-Dongare) in #60
- Fix multimodal content handling and preserve LiteLLM native format by Akshay Dongare (@Akshay-Dongare) in #61
- Fix structured output crashes: handle tool_choice and Dict arguments by Akshay Dongare (@Akshay-Dongare) in #62
- Add support for base_model parameter to fix fine-tuned Vertex AI models by Akshay Dongare (@Akshay-Dongare) in #63
- Fix streaming crash on Bedrock while preserving OpenAI usage stats by Akshay Dongare (@Akshay-Dongare) in #64
Full Changelog: v0.3.5...v0.4.0
v0.3.5
What's Changed
- Inject Root Metadata into Delta by Akshay Dongare (@Akshay-Dongare) in #47
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Vertex ai grounding metadata by Akshay Dongare (@Akshay-Dongare) in #45
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Fix bug where reason content is not output in invoke by YongJie Wu (@TBice123123) in #25
- Add support for provider_specific_field by Akshay Dongare (@Akshay-Dongare) in #43
New Contributors
- YongJie Wu (@TBice123123) made their first contribution in #25
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Add logprobs to ChatResult for ChatLiteLLM by Allen Cook (@allen-cook) in #40
- Fix: Preserve litellm_params in ChatLiteLLMRouter by SamMaggioli in #37
- add structured output support in ChatLiteLLM by Phan Thế Khánh (@k4han) in #36
- feat: add support for extra headers in ChatLiteLLM by Phan Thế Khánh (@k4han) in #35
New Contributors
- Allen Cook (@allen-cook) made their first contribution in #40
- SamMaggioli made their first contribution in #37
- Phan Thế Khánh (@k4han) made their first contribution in #36
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Add support for LangChain version 1.0 by Quinlan Jager (@quinlanjager) in #38
New Contributors
- Quinlan Jager (@quinlanjager) made their first contribution in #38
Full Changelog: v0.3.0...v0.3.1