Change8

langchain-fireworks==1.3.1

📦 langchainView on GitHub →
🐛 2 fixes🔧 2 symbols

Summary

Version 1.3.1 of langchain-fireworks includes fixes related to API key requirements in embeddings and cleaning up ToolMessage content blocks.

Migration Steps

  1. Ensure that `api_key` is explicitly provided when initializing `FireworksEmbeddings`.

🐛 Bug Fixes

  • The FireworksEmbeddings class now requires the `api_key` parameter.
  • Stripped non-wire keys from `ToolMessage` text content blocks.

Affected Symbols