[PR #377] [MERGED] Optional 2nd arg to StateGraph with config schema #1421

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/377
Author: @nfcampos
Created: 5/3/2024
Status: Merged
Merged: 5/3/2024
Merged by: @nfcampos

Base: mainHead: nc/3may/config-schema


📝 Commits (1)

  • 467f42d Optional 2nd arg to StateGraph with config schema

📊 Changes

4 files changed (+107 additions, -3 deletions)

View changed files

📝 langgraph/graph/state.py (+7 -3)
📝 langgraph/pregel/__init__.py (+11 -0)
📝 tests/__snapshots__/test_pregel.ambr (+3 -0)
📝 tests/test_pregel.py (+86 -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/377 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 5/3/2024 **Status:** ✅ Merged **Merged:** 5/3/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/3may/config-schema` --- ### 📝 Commits (1) - [`467f42d`](https://github.com/langchain-ai/langgraph/commit/467f42d799108cb09fa0dc9aa00e494eef2546f8) Optional 2nd arg to StateGraph with config schema ### 📊 Changes **4 files changed** (+107 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/state.py` (+7 -3) 📝 `langgraph/pregel/__init__.py` (+11 -0) 📝 `tests/__snapshots__/test_pregel.ambr` (+3 -0) 📝 `tests/test_pregel.py` (+86 -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:44:41 -05:00
yindo closed this issue 2026-02-20 17:44:41 -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#1421