langchain-perplexity==1.3.0 リリース langchain-perplexity==1.3.0
- langchain-perplexity 1.3.0 がリリース。
- ChatPerplexity に use_responses_api フラグが追加され、インフラ依存関係も更新された。
English summary
- Changes since langchain-perplexity==1.2.0 release(perplexity): 1.3.0 ( #37707 ) feat(perplexity): use_responses_api flag on ChatPerplexity ( #37359 ) chore(infra): bump langchain-tests floor to 1.1.9
langchain-perplexity 1.3.0 が2026年5月27日に公開されました。前バージョン 1.2.0 からの主な変更点として、`ChatPerplexity` クラスに `use_responses_api` フラグが追加されています(PR #37359)。このフラグにより、Perplexity の Responses API を明示的に切り替えて利用できるようになると推測されますが、詳細な動作はソースおよび公式ドキュメントで確認してください。
インフラ面では、`langchain-tests` の最低バージョンが 1.1.9 に引き上げられました(PR #37707)。これはテスト基盤の品質維持を目的としたルーティンな更新です。破壊的変更の有無など詳細はリリースノートを参照してください。
langchain-perplexity 1.3.0 was published on May 27, 2026, following the 1.2.0 release. The headline change is the addition of a use_responses_api flag to the ChatPerplexity class (PR #37359), which appears to let developers explicitly opt into Perplexity's Responses API. The exact behavior and any configuration requirements should be verified in the official documentation or the linked pull request.
On the infrastructure side, the minimum required version of langchain-tests has been bumped to 1.1.9 (PR #37707). This is a routine maintenance change aimed at keeping the test suite aligned with current tooling standards. Users integrating langchain-perplexity into existing projects should check for any transitive dependency implications before upgrading.
本ページの本文・要約は AI による自動生成です。正確性は元記事 (github.com) をご確認ください。