langchain-tests==1.1.9 リリース langchain-tests==1.1.9
- langchain-testsがv1.1.9にアップデート。
- ストリーミングアサーションで追加コンテンツブロックを許容する改善と依存ライブラリidnaのバージョンアップを含む。
English summary
- Changes since langchain-tests==1.1.8 release(standard-tests): 1.1.9 ( #37609 ) test(standard-tests): allow extra content blocks in streaming assertions ( #37592 ) chore: bump idna from 3.11 to 3.15 in
langchain-tests 1.1.9がリリースされました。前バージョン1.1.8からの主な変更点は2つです。まず、標準テスト(standard-tests)においてストリーミングアサーション時に追加のコンテンツブロックが含まれていても許容されるよう修正されました(PR #37592)。これにより、実装によって出力ブロック数が異なる場合でもテストが不必要に失敗しにくくなります。
また、依存ライブラリ`idna`が3.11から3.15へバンプされています(chore変更)。idnaのバージョンアップはセキュリティ修正を含む場合があるため、langchainを利用しているプロジェクトでも依存関係の更新を確認することを推奨します。詳細は公式リリースページをご参照ください。
langchain-tests 1.1.9 is a small but meaningful patch release following 1.1.8. The headline change (PR #37592) relaxes streaming assertions in the standard test suite to allow extra content blocks. Previously, tests may have failed when a model implementation returned additional blocks beyond what was strictly expected; this update makes the suite more resilient to such variation without sacrificing correctness checks.
The release also bumps the `idna` dependency from version 3.11 to 3.15. While the changelog labels this a chore, idna updates frequently carry security or compatibility fixes, so projects depending on langchain-tests should ensure their environments pick up the updated transitive dependency.
Overall, this is a routine maintenance release. No breaking changes are indicated, but users running custom standard-test extensions should verify their assertions still behave as expected after the streaming relaxation.
本ページの本文・要約は AI による自動生成です。正確性は元記事 (github.com) をご確認ください。