langchain-core==1.3.1

LangChain Releases / 4/24/2026

📰 NewsDeveloper Stack & Infrastructure

Key Points

  • langchain-core はバージョン 1.3.1 へ更新され、1.3.0 以降の変更点がまとめて反映されました。
  • _format_output が ToolOutputMixin インスタンスのリストをそのまま(pass through)通せるようになった機能改善が含まれます。
  • Tracer のメタデータにおける特殊キーの継承(inheritance)挙動が更新され、メタデータ伝播のルールが調整されています。
  • 依存パッケージとして nbconvert と langsmith のバージョンがそれぞれ 7.17.1 と 0.7.31 に引き上げられています。

Changes since langchain-core==1.3.0

release(core): 1.3.1 (#36972)
feat(core): allow _format_output to pass through list of ToolOutputMixin instances (#36963)
chore: bump nbconvert from 7.17.0 to 7.17.1 in /libs/core (#36923)
feat(core): Update inheritance behavior for tracer metadata for special keys (#36900)
chore: bump langsmith from 0.7.13 to 0.7.31 in /libs/core (#36813)