langchain-perplexity==1.2.0のリリース

LangChain Releases / 2026/4/30

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

要点

  • langchain-perplexity==1.2.0は、langchain-perplexity==1.1.0からの更新としてPerplexity向けの新機能と修正を含んでいます。
  • PerplexityEmbeddingsの追加により、Perplexityを使った埋め込み(embeddings)処理が利用しやすくなります。
  • core側ではcontent-block-centric streaming(v2)を追加し、ストリーミングの方式が強化されています。
  • 最低限のcoreバージョン引き上げ(bump)やCIの修正(nobenchmarkフラグ削除)など、互換性・開発/検証フローに関わるホットフィックスが入っています。
  • ドキュメント更新や、パートナー連携の統合テスト実行方法の標準化など、周辺作業(chore)も行われています。

langchain-perplexity==1.1.0 からの変更点

release(perplexity): 1.2.0(#37091
feat(perplexity): PerplexityEmbeddings を追加(#37082
chore(docs): x のハンドル参照を更新(#37081
hotfix: 最小コアバージョンを引き上げ(#36996
feat(core): コンテンツブロック中心のストリーミング(v2)を追加(#36834
hotfix(ci): nobenchmark フラグを削除(#36959
chore(partners): 統合テスト呼び出しを標準化(#36958
chore(deps): pytest を 9.0.3 に更新(#36801
chore: /libs/partners/perplexity における langsmith を 0.6.3 から 0.7.31 へ引き上げ(#36785
chore: /libs/partners/perplexity における pillow を 12.1.1 から 12.2.0 へ引き上げ(#36778
chore: pygments>=2.20.0 を説明するコメントを追加(#36570
chore: すべてのパッケージで pygments>=2.20.0 を適用(CVE-2026-4539)(#36385
chore: /libs/partners/perplexity における requests を 2.32.5 から 2.33.0 へ引き上げ(#36246
chore(partners): langchain-core の最小値を 1.2.21 に引き上げ(#36183
fix(core,model-profiles): 欠落していた ModelProfile フィールドを追加し、スキーマのドリフトを警告(#36129
ci: CI において pytest のストリーミング出力を抑制(#36092
ci: リントターゲットで不要な依存関係のインストールを回避(#36046
chore: /libs/partners/perplexity で orjson を 3.11.5 から 3.11.6 に更新 (#35865)
feat(model-profiles): 新しいフィールド + Makefile ターゲット (#35788)
fix(model-profiles): 安定した差分のために、生成されたプロファイルをモデルIDで並べ替え (#35344)
docs(perplexity): output_parsers.strip_think_tags() の docstring を修正 (#35264)
chore: model profiles をバンプ (#35294)
fix(nomic,openai,perplexity): pillow のバージョンを >= 12.1.1、<13.0.0 に更新 (#35254)
chore: /libs/partners/perplexity で pillow を 11.3.0 から 12.1.1 にバンプ (#35176)
chore(deps): /libs/partners/perplexity で langsmith を 0.4.31 から 0.6.3 にバンプ (#35154)
feat(model-profiles): text_inputstext_outputs を追加 (#35084)
chore: make type ターゲットを追加 (#35015)
revert: "chore: Makefile に typing ターゲットを追加" (#35013)
chore: Makefile に typing ターゲットを追加 (#35012)
chore: pyproject.toml ファイルを充実させる (#34980)
chore(deps): 20 個のディレクトリにまたがって uv グループを、3 つの更新でバンプ (#34941)
chore: urllib3 を 2.6.3 にアップグレード (#34940)
docs: パートナー連携に不足しているモジュールレベルの docstring を追加 (#34838)
chore: Twitter の URL を更新 (#34736)
chore: すべてのパッケージで相対インポートを禁止 (#34691)

feat(perplexity): 公式SDKとSearch APIによる統合を刷新(#34412)
chore: ロックファイル内のコア依存関係を更新(#34216