[PR #88] [MERGED] Fix typing for _dict_getter #1230

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/88
Author: @ldorigo
Created: 2/7/2024
Status: Merged
Merged: 2/8/2024
Merged by: @hwchase17

Base: mainHead: patch-1


📝 Commits (1)

  • e4a1bf2 Fix typing for _dict_getter

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 langgraph/graph/state.py (+1 -1)

📄 Description

Small typing error I noticed while stepping through the code.


🔄 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/88 **Author:** [@ldorigo](https://github.com/ldorigo) **Created:** 2/7/2024 **Status:** ✅ Merged **Merged:** 2/8/2024 **Merged by:** [@hwchase17](https://github.com/hwchase17) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`e4a1bf2`](https://github.com/langchain-ai/langgraph/commit/e4a1bf23768b5d074cb7e10d852c56a56b4450fb) Fix typing for _dict_getter ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/state.py` (+1 -1) </details> ### 📄 Description Small typing error I noticed while stepping through the code. --- <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:14 -05:00
yindo closed this issue 2026-02-20 17:44:14 -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#1230