[PR #1829] [MERGED] sdk-py: combine sync & async into a single file #2327

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

📋 Pull Request Information

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

Base: mainHead: vb/combine-sdk-into-single-file


📝 Commits (1)

  • cc8ea9e sdk-py: combine sync & async into a single file

📊 Changes

7 files changed (+3638 additions, -3685 deletions)

View changed files

📝 docs/docs/cloud/reference/sdk/python_sdk_ref.md (+6 -6)
📝 libs/sdk-py/langgraph_sdk/__init__.py (+2 -2)
libs/sdk-py/langgraph_sdk/client.py (+3630 -0)
libs/sdk-py/langgraph_sdk/client/__init__.py (+0 -3)
libs/sdk-py/langgraph_sdk/client/async_client.py (+0 -1822)
libs/sdk-py/langgraph_sdk/client/sync_client.py (+0 -1799)
libs/sdk-py/langgraph_sdk/utils.py (+0 -53)

📄 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/1829 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 9/24/2024 **Status:** ✅ Merged **Merged:** 9/24/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `vb/combine-sdk-into-single-file` --- ### 📝 Commits (1) - [`cc8ea9e`](https://github.com/langchain-ai/langgraph/commit/cc8ea9e608460b26ed7ba573d63d6a51aa365e01) sdk-py: combine sync & async into a single file ### 📊 Changes **7 files changed** (+3638 additions, -3685 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/cloud/reference/sdk/python_sdk_ref.md` (+6 -6) 📝 `libs/sdk-py/langgraph_sdk/__init__.py` (+2 -2) ➕ `libs/sdk-py/langgraph_sdk/client.py` (+3630 -0) ➖ `libs/sdk-py/langgraph_sdk/client/__init__.py` (+0 -3) ➖ `libs/sdk-py/langgraph_sdk/client/async_client.py` (+0 -1822) ➖ `libs/sdk-py/langgraph_sdk/client/sync_client.py` (+0 -1799) ➖ `libs/sdk-py/langgraph_sdk/utils.py` (+0 -53) </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:49 -05:00
yindo closed this issue 2026-02-20 17:46:49 -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#2327