Agent DailyAgent Daily
releaseintermediate

[Release] langchain-ai/langchain langchain-perplexity==1.3.2: langchain-perplexity==1.3.2

By github-actions[bot]github
View original on github

LangChain released langchain-perplexity version 1.3.2, a patch update that fixes serialization issues for ToolMessage and AIMessage.tool_calls. This release addresses a critical bug in message handling that affects tool integration workflows. The fix ensures proper serialization of tool-related messages in the Perplexity integration, improving compatibility with LangChain's message processing pipeline.

Key Points

  • Released langchain-perplexity==1.3.2 as a patch update from 1.3.1
  • Fixed serialization of ToolMessage objects in the Perplexity integration
  • Fixed serialization of AIMessage.tool_calls attribute
  • Addresses message handling in tool-based agent workflows
  • Improves compatibility with LangChain's message processing pipeline
  • Critical bug fix for tool integration scenarios

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
Quality

Concepts