[PR #567] [MERGED] feat(langgraph): Add type hints for configurable field if config schema is passed #855

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/567
Author: @jacoblee93
Created: 10/8/2024
Status: Merged
Merged: 10/8/2024
Merged by: @jacoblee93

Base: mainHead: jacob/typed_configurable


📝 Commits (1)

  • 52696af Add type hints for configurable field if config schema is passed

📊 Changes

5 files changed (+26 additions, -14 deletions)

View changed files

📝 libs/langgraph/package.json (+1 -1)
📝 libs/langgraph/src/graph/graph.ts (+6 -2)
📝 libs/langgraph/src/graph/state.ts (+1 -1)
📝 libs/langgraph/src/pregel/index.ts (+14 -6)
📝 yarn.lock (+4 -4)

📄 Description

Fixes #550


🔄 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/567 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 10/8/2024 **Status:** ✅ Merged **Merged:** 10/8/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/typed_configurable` --- ### 📝 Commits (1) - [`52696af`](https://github.com/langchain-ai/langgraphjs/commit/52696af4980002a59be600f6c1c3a873e1fc93c6) Add type hints for configurable field if config schema is passed ### 📊 Changes **5 files changed** (+26 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/package.json` (+1 -1) 📝 `libs/langgraph/src/graph/graph.ts` (+6 -2) 📝 `libs/langgraph/src/graph/state.ts` (+1 -1) 📝 `libs/langgraph/src/pregel/index.ts` (+14 -6) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description Fixes #550 --- <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 19:16:09 -05:00
yindo closed this issue 2026-02-15 19:16:09 -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#855