You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)