[PR #1581] [CLOSED] Harrison/core 0 3 #2165

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1581
Author: @hwchase17
Created: 9/2/2024
Status: Closed

Base: mainHead: harrison/core_0_3


📝 Commits (4)

📊 Changes

9 files changed (+152 additions, -1008 deletions)

View changed files

📝 libs/langgraph/langgraph/graph/state.py (+1 -1)
📝 libs/langgraph/langgraph/prebuilt/tool_validator.py (+2 -2)
📝 libs/langgraph/langgraph/pregel/__init__.py (+1 -1)
📝 libs/langgraph/langgraph/pregel/read.py (+1 -1)
📝 libs/langgraph/langgraph/utils.py (+1 -0)
📝 libs/langgraph/tests/__snapshots__/test_pregel.ambr (+131 -987)
📝 libs/langgraph/tests/test_prebuilt.py (+1 -1)
📝 libs/langgraph/tests/test_pregel.py (+13 -14)
📝 libs/langgraph/tests/test_pregel_async.py (+1 -1)

📄 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/1581 **Author:** [@hwchase17](https://github.com/hwchase17) **Created:** 9/2/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `harrison/core_0_3` --- ### 📝 Commits (4) - [`8742acb`](https://github.com/langchain-ai/langgraph/commit/8742acb2f1473fcd56171bb414713846bee1ea60) stash - [`3def4f8`](https://github.com/langchain-ai/langgraph/commit/3def4f871c4044836f4ee0f736da64bca811fca1) stash - [`af76020`](https://github.com/langchain-ai/langgraph/commit/af76020e7b8cc64a8c0087a7d64e3503ee695af6) cr - [`fed268e`](https://github.com/langchain-ai/langgraph/commit/fed268e70050f625cf25b582e374439d16ea32c2) cr ### 📊 Changes **9 files changed** (+152 additions, -1008 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/graph/state.py` (+1 -1) 📝 `libs/langgraph/langgraph/prebuilt/tool_validator.py` (+2 -2) 📝 `libs/langgraph/langgraph/pregel/__init__.py` (+1 -1) 📝 `libs/langgraph/langgraph/pregel/read.py` (+1 -1) 📝 `libs/langgraph/langgraph/utils.py` (+1 -0) 📝 `libs/langgraph/tests/__snapshots__/test_pregel.ambr` (+131 -987) 📝 `libs/langgraph/tests/test_prebuilt.py` (+1 -1) 📝 `libs/langgraph/tests/test_pregel.py` (+13 -14) 📝 `libs/langgraph/tests/test_pregel_async.py` (+1 -1) </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:26 -05:00
yindo closed this issue 2026-02-20 17:46: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/langgraph#2165