langchain==1.3.2 リリース langchain==1.3.2
- langchain 1.3.2 がリリース。
- langgraph>=1.2.2 を要件に追加し、TodoListMiddleware のバグ修正などを含む。
English summary
- Changes since langchain==1.3.1 chore(langchain): bump to 1.3.2, require langgraph>=1.2.2 ( #37703 ) fix(langchain): land final answer in last AIMessage for TodoListMiddleware ( #37643 ) feat(langch
langchain 1.3.2 が 2026年5月26日に公開されました。前バージョン 1.3.1 からの主な変更点は、依存関係として langgraph>=1.2.2 が必須になったことです。これにより、LangGraph との連携をより安定した形で利用できるようになります。
バグ修正として、TodoListMiddleware において最終回答が最後の AIMessage に正しく格納されない問題が解消されました。その他の変更詳細は公式リリースページで確認することをお勧めします。
パッチバージョンのリリースであるため、破壊的変更は基本的に含まれませんが、langgraph のバージョン要件が引き上げられている点に注意してください。既存環境をアップグレードする際は依存関係を確認してください。
langchain 1.3.2 was published on May 26, 2026, as a patch release following 1.3.1. The most notable change is a tightened dependency requirement: langgraph>=1.2.2 is now mandatory. Users upgrading from 1.3.1 should verify that their environment satisfies this constraint before updating.
On the bug-fix side, an issue with TodoListMiddleware has been resolved: the final answer is now correctly placed in the last AIMessage, ensuring downstream consumers receive the response in the expected location. Additional feature work (prefixed 'feat') is referenced in the changelog but full details should be confirmed at the official GitHub release page.
As a patch release, breaking changes are not expected, but the raised langgraph floor could indirectly affect projects pinning older versions of that library. Review your dependency tree accordingly.
本ページの本文・要約は AI による自動生成です。正確性は元記事 (github.com) をご確認ください。