langchain-anthropic==1.4.1 の変更点

LangChain Releases / 2026/4/17

📰 ニュースDeveloper Stack & InfrastructureTools & Practical UsageModels & Research

要点

  • langchain-anthropic のバージョン 1.4.1 がリリースされ、1.4.0 からの変更が反映されました。
  • fix として、compaction blocks 内の null な encrypted_content を除去する対応が入りました。
  • feat として、opus 4.7 に関する機能サポートが追加されました。
  • langsmith や pytest など周辺依存のバージョン更新(langsmith 0.6.3 → 0.7.31、pytest 9.0.3 など)が行われました。

langchain-anthropic==1.4.0 からの変更点

fix(anthropic): 圧縮ブロックから暗号化済みの encrypted_content に含まれる null を削除する (#36850)
release(anthropic): 1.4.1 (#36848)
feat(anthropic): opus 4.7 の機能をサポート (#36847)
chore: /libs/partners/anthropic にて langsmith を 0.6.3 から 0.7.31 に更新 (#36803)
chore(deps): pytest を 9.0.3 に更新 (#36801)
chore: /libs/partners/anthropic にて langsmith を 0.6.3 から 0.7.31 に更新 (#36789)
chore(model-profiles): モデルプロファイルデータを更新 (#36482)
fix(core): ドキュメントの誤字を修正 (#36459)
chore: 全パッケージで pygments>=2.20.0 を適用 (CVE-2026-4539) (#36385)
feat(anthropic): adaptive thinking モードをサポート (#36293)
chore: /libs/partners/anthropic にて requests を 2.32.5 から 2.33.0 に更新 (#36258)
chore(partners): langchain-core の最小バージョンを 1.2.21 に更新 (#36183)
fix(core,model-profiles): 不足している ModelProfile フィールドを追加し、スキーマのドリフトを警告する (#36129)
ci: CI における pytest のストリーミング出力を抑制する (#36092)
ci: リントターゲットで不要な依存関係のインストールを回避する (#36046)