langchain-core==1.3.3

LangChain Releases / 5/6/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical UsageModels & Research

Key Points

  • langchain-coreのバージョン1.3.3がリリースされ、1.3.2からの変更点として複数の修正・保守対応が反映されました。
  • 具体的には、非推奨(deprecation)のsince値をリリース情報と整合させる修正が行われています。
  • 信頼できないマニフェストに対するload()の挙動を強化し、安全性を高める修正が入っています。
  • ツール実行時のトレーサー(tracers)でstructured inputsを保持する修正により、入出力データの扱いが改善されています。
  • 依存関係としてnotebookやtypes-pyyamlのバージョン更新(bump)も含まれています。

Changes since langchain-core==1.3.2

release(core): 1.3.3 (#37198)
fix(core): set deprecation since to 1.3.3 to match release (#37200)
fix(core, langchain): harden load() against untrusted manifests (#37197)
chore: bump notebook from 7.5.0 to 7.5.6 in /libs/core (#37109)
chore: bump types-pyyaml from 6.0.12.20250915 to 6.0.12.20260408 in /libs/core (#37129)
fix(core): preserve structured inputs on tool runs in tracers (#37108)
release(perplexity): 1.2.0 (#37091)
chore(docs): update x handle references (#37081)
fix(core): make removal optional in warn_deprecated (#37056)
fix(core): validate batch_size in _batch and _abatch to prevent infinite loop (#36663)
chore(core): mark stream_v2/astream_v2 as beta (#36992)