releaseintermediate
[Release] langchain-ai/langchain langchain-fireworks==1.3.1: langchain-fireworks==1.3.1
By github-actions[bot]github
View original on githublangchain-fireworks version 1.3.1 is a patch release that addresses three key issues: requiring explicit API key configuration in FireworksEmbeddings, fixing a release versioning issue, and correcting how ToolMessage text content blocks are processed by removing non-wire protocol keys. This update ensures proper authentication handling and improves compatibility with the Fireworks API.
Key Points
- •API key is now required in FireworksEmbeddings configuration to prevent authentication failures
- •ToolMessage text content blocks are sanitized to remove non-wire protocol keys for proper API compatibility
- •Patch release (1.3.1) addresses critical bugs from 1.3.0 version
- •Improved error handling for missing or invalid authentication credentials
- •Enhanced data serialization for tool messages sent to Fireworks API
- •Breaking change: FireworksEmbeddings now enforces mandatory api_key parameter
Found this useful? Add it to a playbook for a step-by-step implementation guide.
Workflow Diagram
Start Process
Step A
Step B
Step C
Complete