基本信息
摘要
Changes since langchain-anthropic==1.3.4 release(anthropic): 1.3.5 (#35873) fix(anthropic): Ignore general usage cache_creation fields if more specific fields are set (#35845) perf(.github): set a timeout on get min versions HTTP calls (#35851) feat(model-profiles): new fields + `Makefile` target (#35788) fix(anthropic): support eager_input_streaming (#35779) fix(anthropic): move _make_message_chunk_from_anthropic_event to instance method (#35670) chore: bump langgraph from 1.0.8 to 1.0.10rc1 i
原始链接
https://github.com/langchain-ai/langchain/releases/tag/langchain%3D%3D1.2.10 →AI 生成内容
LangChain 发布 1.2.10 版本:修复 Token 计数问题并大规模更新依赖
LangChain 团队(langchain-ai)近日发布了 langchain 1.2.10 版本。本次更新主要修复了部分消息序列中 Token 计数不准确的问题,同时对内部代码进行了重构,将 `_SUPPORTED_PROVIDERS` 重命名为 `_BUILTIN_PROVIDERS` 以提升代码可读性。此外,该版本还在 3 个目录中完成了累计超过 50 项依赖更新,确保框架的安全性与兼容性。作为 GitHub 上拥有超过 126408 颗 Star 的热门开源项目,LangChain 持续保持着高频迭代节奏,为全球开发者构建 LLM 应用提供稳定可靠的基础设施。
LangChain 是由 langchain-ai 团队维护的大语言模型(LLM)应用开发框架,在 GitHub 上拥有超过 126408 颗 Star,是当前 AI 应用开发领域最受关注的开源项目之一。最新发布的 1.2.10 版本聚焦于稳定性和代码质量的提升。核心修复包括解决了在处理部分消息序列(partial message sequences)时 Token 计数不准确的问题,这对于依赖精确 Token 管理来控制成本和上下文窗口的开发者而言尤为重要。代码重构方面,团队将 `_SUPPORTED_PROVIDERS` 重命名为 `_BUILTIN_PROVIDERS`,使命名更加语义化,有助于区分内置提供商与第三方扩展。依赖管理方面,本次更新在 3 个目录中完成了累计超过 50 项依赖包的升级,覆盖了安全补丁和兼容性改进。虽然 1.2.10 并非功能性大版本,但它体现了 LangChain 团队对工程质量的持续投入,为后续功能迭代奠定了更坚实的基础。
原始数据
{
"type": "release",
"org": "langchain-ai",
"repo": "langchain",
"tag": "langchain-anthropic==1.3.5",
"stars": 129607,
"prerelease": false,
"merged_sources": [
"github"
],
"merged_count": 2
}