Skip to content

0.2.48

Choose a tag to compare

@github-actions github-actions released this 14 Nov 01:51

langgraph 0.2.48

Summary of Changes

  • Simplified command handling in map_command by removing automatic conversion of tuples to Send objects, requiring explicitly created Send objects instead

Detailed Changes

langgraph.pregel.io.map_command

  • Removed automatic conversion of tuples to Send objects in command handling
  • Simplified the input validation logic to only check if cmd.send is a list/tuple, but requires all items to be proper Send objects
  • This change makes the API more strict, requiring users to explicitly create Send objects rather than relying on automatic tuple conversion