[PR #1695] [CLOSED] chore(langgraph): remove deprecated getGraph in favour of getGraphAsync #1659

Closed
opened 2026-02-15 20:16:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1695
Author: @dqbd
Created: 9/23/2025
Status: Closed

Base: v1Head: dqbd/remove-get-graph-non-async


📝 Commits (2)

  • 6a33f43 chore(langgraph): remove deprecated getGraph in favour of getGraphAsync
  • 02cec8f Add changeset, update changeset config

📊 Changes

8 files changed (+51 additions, -242 deletions)

View changed files

📝 .changeset/config.json (+1 -2)
.changeset/thick-wings-open.md (+5 -0)
📝 libs/langgraph/src/graph/graph.ts (+31 -186)
📝 libs/langgraph/src/pregel/index.ts (+8 -25)
📝 libs/langgraph/src/pregel/remote.ts (+0 -16)
📝 libs/langgraph/src/pregel/types.ts (+0 -7)
📝 libs/langgraph/src/tests/diagrams.test.ts (+3 -3)
📝 libs/langgraph/src/tests/pregel.test.ts (+3 -3)

📄 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/langgraphjs/pull/1695 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 9/23/2025 **Status:** ❌ Closed **Base:** `v1` ← **Head:** `dqbd/remove-get-graph-non-async` --- ### 📝 Commits (2) - [`6a33f43`](https://github.com/langchain-ai/langgraphjs/commit/6a33f437bc7cf52887cbb25f2f9a1aa06694e4c6) chore(langgraph): remove deprecated `getGraph` in favour of `getGraphAsync` - [`02cec8f`](https://github.com/langchain-ai/langgraphjs/commit/02cec8f00aff3bd7c857cb8dc5fdf91e284b90e1) Add changeset, update changeset config ### 📊 Changes **8 files changed** (+51 additions, -242 deletions) <details> <summary>View changed files</summary> 📝 `.changeset/config.json` (+1 -2) ➕ `.changeset/thick-wings-open.md` (+5 -0) 📝 `libs/langgraph/src/graph/graph.ts` (+31 -186) 📝 `libs/langgraph/src/pregel/index.ts` (+8 -25) 📝 `libs/langgraph/src/pregel/remote.ts` (+0 -16) 📝 `libs/langgraph/src/pregel/types.ts` (+0 -7) 📝 `libs/langgraph/src/tests/diagrams.test.ts` (+3 -3) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+3 -3) </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-15 20:16:26 -05:00
yindo closed this issue 2026-02-15 20:16:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1659