Skip to content

sdk==0.1.56

Choose a tag to compare

@github-actions github-actions released this 12 Mar 13:49
208cd4d

langgraph-sdk 0.1.56

Summary of Changes

  • Fixed the put_item method in the SDK client to properly filter out unprovided values in request payloads (PR #3786)

Detailed Changes

Client.put_item

  • Updated both synchronous and asynchronous implementations of put_item method to use _provided_vals(payload) instead of sending the raw payload, ensuring that only explicitly provided values are sent to the server (PR #3786)