[PR #707] [MERGED] fix(langgraph): Prevent non RunnableConfig keys from being passed #950

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/707
Author: @bracesproul
Created: 12/5/2024
Status: Merged
Merged: 12/5/2024
Merged by: @bracesproul

Base: mainHead: brace/prevent-config-keys-passing


📝 Commits (10+)

📊 Changes

4 files changed (+77 additions, -9 deletions)

View changed files

📝 examples/package.json (+1 -1)
📝 libs/langgraph/package.json (+1 -1)
📝 libs/langgraph/src/tests/pregel.test.ts (+49 -0)
📝 yarn.lock (+26 -7)

📄 Description

Depends on https://github.com/langchain-ai/langchainjs/pull/7324 merging & releasing. Then, bump the min dep requirement


🔄 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/707 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/5/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/prevent-config-keys-passing` --- ### 📝 Commits (10+) - [`7962f24`](https://github.com/langchain-ai/langgraphjs/commit/7962f24b77fb360248f5db56864ff9ce464de3a2) fix(langgraph): Prevent non RunnableConfig keys from being passed - [`e2f26d6`](https://github.com/langchain-ai/langgraphjs/commit/e2f26d6b3766d633b7074f7e1b41c1293f30a036) Merge branch 'main' into brace/prevent-config-keys-passing - [`5d68a8a`](https://github.com/langchain-ai/langgraphjs/commit/5d68a8a2773d52cfa8013a2b9649b7a029920055) cr - [`8f6ff41`](https://github.com/langchain-ai/langgraphjs/commit/8f6ff416ee6d33b5608e655c56cfbbc34d0f8411) fix dep - [`e1176ff`](https://github.com/langchain-ai/langgraphjs/commit/e1176fffaa56fbe4e22fb598d315429be54ed900) chore: lint files - [`8306df8`](https://github.com/langchain-ai/langgraphjs/commit/8306df8888cbfe6094f18838614cf4b0782c07ba) chore: lint files - [`0e416ea`](https://github.com/langchain-ai/langgraphjs/commit/0e416ea18c7cb74e2067157907ad1562931800e5) unfocus - [`40b5ac6`](https://github.com/langchain-ai/langgraphjs/commit/40b5ac63e783f2f575d37cd123d8ca1509fd6c4d) bump min dep and use pick config - [`61798c3`](https://github.com/langchain-ai/langgraphjs/commit/61798c324aee82836cdaf248a25ecca4c41ae112) fix deps and add test - [`b3ccc68`](https://github.com/langchain-ai/langgraphjs/commit/b3ccc68b5d4f0137f0dab1a227a2f74813197808) chore: lint files ### 📊 Changes **4 files changed** (+77 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `examples/package.json` (+1 -1) 📝 `libs/langgraph/package.json` (+1 -1) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+49 -0) 📝 `yarn.lock` (+26 -7) </details> ### 📄 Description Depends on https://github.com/langchain-ai/langchainjs/pull/7324 merging & releasing. Then, bump the min dep requirement --- <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:31 -05:00
yindo closed this issue 2026-02-15 19:16:31 -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#950