Skip to content

sdk==0.1.60

Choose a tag to compare

@github-actions github-actions released this 27 Mar 23:24
7f079ad

langgraph-sdk 0.1.60

Summary of Changes

  • Added dictionary-like behavior to the user object in the authentication module, allowing for key access, existence checks, and iteration (PR #4062)

Detailed Changes

Authentication User Object

  • Added __getitem__ method to support dictionary-like access to user properties (PR #4062)
  • Added __contains__ method to check if a property exists on the user object (PR #4062)
  • Added __iter__ method to allow iteration over the user object's properties (PR #4062)