[PR #1089] [MERGED] Fix StateGraph.add_edge end_key check #1881

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1089
Author: @mihaic
Created: 7/22/2024
Status: Merged
Merged: 7/23/2024
Merged by: @nfcampos

Base: mainHead: patch-1


📝 Commits (1)

  • 3f43e0d Fix StateGraph.add_edge end_key check

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 libs/langgraph/langgraph/graph/state.py (+2 -2)

📄 Description

It looks like a typo to me: END should be START.

END should be accepted as end_key and it is accepted with the super call path.


🔄 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/1089 **Author:** [@mihaic](https://github.com/mihaic) **Created:** 7/22/2024 **Status:** ✅ Merged **Merged:** 7/23/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`3f43e0d`](https://github.com/langchain-ai/langgraph/commit/3f43e0d94597d2da8f8504cd02f83febde814450) Fix StateGraph.add_edge end_key check ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/graph/state.py` (+2 -2) </details> ### 📄 Description It looks like a typo to me: `END` should be `START`. `END` should be accepted as `end_key` and it is accepted with the `super` call path. --- <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:45:46 -05:00
yindo closed this issue 2026-02-20 17:45:46 -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#1881