From 0bd0966d37edbc2bb11bda97496108629d6cac06 Mon Sep 17 00:00:00 2001 From: "open-swe-dev[bot]" Date: Thu, 10 Jul 2025 23:53:13 +0000 Subject: [PATCH] Apply patch --- libs/sdk-py/langgraph_sdk/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/sdk-py/langgraph_sdk/client.py b/libs/sdk-py/langgraph_sdk/client.py index b92fcaf37..43de6fc9b 100644 --- a/libs/sdk-py/langgraph_sdk/client.py +++ b/libs/sdk-py/langgraph_sdk/client.py @@ -4919,7 +4919,7 @@ class SyncRunsClient: run_id: str, *, headers: dict[str, str] | None = None, - ) -> dict: + ) -> dict[str, Any]: """Block until a run is done. Returns the final state of the thread. Args: @@ -4928,7 +4928,7 @@ class SyncRunsClient: headers: Optional custom headers to include with the request. Returns: - None + dict[str, Any]: The final state values of the thread ???+ example "Example Usage"