[PR #2050] sdk-py: Update return type annotation for Thread.update_state() methods. #2470

Closed
opened 2026-02-20 17:47:03 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/2050

State: closed
Merged: Yes


Summary

The response body of the endpoint POST /threads/{thread_id}/state looks like this:

{
    "checkpoint": {
        "thread_id": "e2496803-ecd5-4e0c-a779-3226296181c2",
        "checkpoint_ns": "",
        "checkpoint_id": "1ef4a9b8-e6fb-67b1-8001-abd5184439d1",
        "checkpoint_map": {}
    }
}
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/2050 **State:** closed **Merged:** Yes --- ### Summary The response body of the endpoint `POST /threads/{thread_id}/state` looks like this: ``` { "checkpoint": { "thread_id": "e2496803-ecd5-4e0c-a779-3226296181c2", "checkpoint_ns": "", "checkpoint_id": "1ef4a9b8-e6fb-67b1-8001-abd5184439d1", "checkpoint_map": {} } } ```
yindo added the pull-request label 2026-02-20 17:47:03 -05:00
yindo closed this issue 2026-02-20 17:47:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2470