Skip to content

cli==0.1.46

Choose a tag to compare

@github-actions github-actions released this 27 Jun 19:13
00259d6

langgraph-cli 0.1.46

Summary of Changes

  • Fixed issue in async execution helper by properly returning coroutine results (#860)

Detailed Changes

Internal execution utilities

  • The internal _Runner.run() method now properly returns the result of executed coroutines (#860)
    • Previously, return values from coroutines executed via the CLI's execution utilities were being discarded
    • Any code relying on these return values will now work correctly