[PR #624] [MERGED] allow path_map keys to be non-strings in add_conditional_edges #1576

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/624
Author: @vbarda
Created: 6/7/2024
Status: Merged
Merged: 6/7/2024
Merged by: @nfcampos

Base: mainHead: vb/conditional-edges-typing


📝 Commits (5)

📊 Changes

3 files changed (+115 additions, -10 deletions)

View changed files

📝 langgraph/graph/graph.py (+12 -10)
📝 tests/__snapshots__/test_pregel.ambr (+61 -0)
📝 tests/test_pregel.py (+42 -0)

📄 Description

Fixes #620


🔄 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/624 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 6/7/2024 **Status:** ✅ Merged **Merged:** 6/7/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `vb/conditional-edges-typing` --- ### 📝 Commits (5) - [`68774a2`](https://github.com/langchain-ai/langgraph/commit/68774a2b0fd1bc6ba9332c6d82bd843169003b0a) allow path_map keys to be non-strings in add_conditional_edges - [`f688a8a`](https://github.com/langchain-ai/langgraph/commit/f688a8ad31151f913b4830aa7c5bbad438f2987a) update path - [`92e95c2`](https://github.com/langchain-ai/langgraph/commit/92e95c21abbc438b413eb089d100947c3e68c59a) use hashable - [`76e207b`](https://github.com/langchain-ai/langgraph/commit/76e207b643451394074cef3d489aa1fb98c2cdee) add unittest - [`91653cf`](https://github.com/langchain-ai/langgraph/commit/91653cf2ab7f71f1f853f6cd974efcfef24b3160) fix ci ### 📊 Changes **3 files changed** (+115 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/graph.py` (+12 -10) 📝 `tests/__snapshots__/test_pregel.ambr` (+61 -0) 📝 `tests/test_pregel.py` (+42 -0) </details> ### 📄 Description Fixes #620 --- <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:04 -05:00
yindo closed this issue 2026-02-20 17:45:04 -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#1576