[PR #1401] [MERGED] sdk-py: add sync client #2052

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1401
Author: @vbarda
Created: 8/20/2024
Status: Merged
Merged: 9/24/2024
Merged by: @nfcampos

Base: mainHead: vb/add-sync-client


📝 Commits (10+)

📊 Changes

6 files changed (+1861 additions, -78 deletions)

View changed files

📝 docs/docs/cloud/reference/sdk/python_sdk_ref.md (+6 -6)
libs/sdk-py/langgraph_sdk/client/__init__.py (+3 -0)
📝 libs/sdk-py/langgraph_sdk/client/async_client.py (+18 -71)
libs/sdk-py/langgraph_sdk/client/sync_client.py (+1775 -0)
📝 libs/sdk-py/langgraph_sdk/schema.py (+6 -1)
libs/sdk-py/langgraph_sdk/utils.py (+53 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/1401 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 8/20/2024 **Status:** ✅ Merged **Merged:** 9/24/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `vb/add-sync-client` --- ### 📝 Commits (10+) - [`422ed92`](https://github.com/langchain-ai/langgraph/commit/422ed92aef23ece58f8093b59f21d87a1b9ac5a3) sdk-py: add sync client - [`a161a9c`](https://github.com/langchain-ai/langgraph/commit/a161a9ca97bda4bad36df32203d289c2d0f8f664) more explicit naming - [`a52f397`](https://github.com/langchain-ai/langgraph/commit/a52f397db8c0ae565825eb4bff264fa15b38690a) Merge branch 'main' into vb/add-sync-client - [`a73484d`](https://github.com/langchain-ai/langgraph/commit/a73484d336178d81491e061191bc44a9139c784b) rename back - [`7233b06`](https://github.com/langchain-ai/langgraph/commit/7233b06c2bd72f3b2ae2b6d44154a48a9336c674) update sync - [`7f3c6e3`](https://github.com/langchain-ai/langgraph/commit/7f3c6e3d2fd7f95237e9f34f24ca3fe1ab1d43b2) Merge branch 'main' into vb/add-sync-client - [`6fd6ef4`](https://github.com/langchain-ai/langgraph/commit/6fd6ef43f6cdd7e3b47deea4032f5ca72f5daf1a) lint - [`142db1f`](https://github.com/langchain-ai/langgraph/commit/142db1f0205af1dce95e1f5c72032784220173d5) fix links in the reference - [`81c10a5`](https://github.com/langchain-ai/langgraph/commit/81c10a5f8ee728061b52a846b2f1a35a7d798ae2) Merge branch 'main' into vb/add-sync-client - [`2d741c7`](https://github.com/langchain-ai/langgraph/commit/2d741c7cbf05eda42f9094a568f28e4435c519f7) update ### 📊 Changes **6 files changed** (+1861 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/cloud/reference/sdk/python_sdk_ref.md` (+6 -6) ➕ `libs/sdk-py/langgraph_sdk/client/__init__.py` (+3 -0) 📝 `libs/sdk-py/langgraph_sdk/client/async_client.py` (+18 -71) ➕ `libs/sdk-py/langgraph_sdk/client/sync_client.py` (+1775 -0) 📝 `libs/sdk-py/langgraph_sdk/schema.py` (+6 -1) ➕ `libs/sdk-py/langgraph_sdk/utils.py` (+53 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:46:10 -05:00
yindo closed this issue 2026-02-20 17:46:10 -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#2052