[PR #447] [MERGED] Fix memory checkpointer list/alist #1473

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

📋 Pull Request Information

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

Base: mainHead: nc/14may/small-fixes


📝 Commits (1)

  • 0c37a17 Fix memory checkpointer list/alist

📊 Changes

4 files changed (+221 additions, -8 deletions)

View changed files

📝 langgraph/checkpoint/memory.py (+19 -7)
📝 langgraph/pregel/__init__.py (+0 -1)
📝 tests/test_pregel.py (+100 -0)
📝 tests/test_pregel_async.py (+102 -0)

📄 Description

  • add tests for memory checkpointer list and alist
  • fix async step counting

🔄 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/447 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 5/14/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/14may/small-fixes` --- ### 📝 Commits (1) - [`0c37a17`](https://github.com/langchain-ai/langgraph/commit/0c37a1717263dfa5ccc2d5868f4b16054a87402c) Fix memory checkpointer list/alist ### 📊 Changes **4 files changed** (+221 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/checkpoint/memory.py` (+19 -7) 📝 `langgraph/pregel/__init__.py` (+0 -1) 📝 `tests/test_pregel.py` (+100 -0) 📝 `tests/test_pregel_async.py` (+102 -0) </details> ### 📄 Description - add tests for memory checkpointer list and alist - fix async step counting --- <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:48 -05:00
yindo closed this issue 2026-02-20 17:44:49 -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#1473