AI Navigate

langchain-anthropic==1.3.5

LangChain Releases / 2026/3/14

📰 ニュースDeveloper Stack & InfrastructureTools & Practical Usage

要点

  • langchain-anthropic の 1.3.5 リリースでは model-profiles に新しいフィールドと Makefile ターゲットを追加し、設定オプションを拡張します (#35788).
  • Anthropic の統合に関する問題を修正するため、より具体的なフィールドが設定されている場合には一般的な usage cache_creation フィールドを無視し、さらに eager_input_streaming のサポートを追加します (#35845) および (#35779).
  • コードのリファクタリングにより _make_message_chunk_from_anthropic_event がインスタンスメソッドへ移動します (#35670)、および min-versions HTTP 呼び出しに対するタイムアウト追加というパフォーマンス改善 (#35851).
  • /libs/partners/anthropic 配下の langgraph を 1.0.8 から 1.0.10rc1 に更新します (#35614).
本文:

langchain-anthropic==1.3.4 以降の変更

リリース(anthropic): 1.3.5 (#35873)
fix(anthropic): より具体的なフィールドが設定されている場合、一般的な usage の cache_creation フィールドを無視する (#35845)
perf(.github): min versions の HTTP 呼び出しにタイムアウトを設定 (#35851)
feat(model-profiles): 新しいフィールド + Makefile ターゲット (#35788)
fix(anthropic): eager_input_streaming のサポート (#35779)
fix(anthropic): _make_message_chunk_from_anthropic_event をインスタンスメソッドへ移動 (#35670)
chore: /libs/partners/anthropic 配下の langgraph を 1.0.8 から 1.0.10rc1 に更新 (#35614)