Skip to content

0.3.12

Choose a tag to compare

@github-actions github-actions released this 18 Mar 00:14
2e1adaa

langgraph 0.3.12

Summary of Changes

  • Fixed an error handling issue in StateGraph.add_node to catch NameError exceptions

Detailed Changes

langgraph.graph.state.StateGraph

  • Fixed a bug in the add_node method by adding NameError to the list of caught exceptions, ensuring more robust error handling when processing node destinations