[PR #1440] [MERGED] Remove current_tasks from checkpoint interface #2077

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1440
Author: @nfcampos
Created: 8/22/2024
Status: Merged
Merged: 8/22/2024
Merged by: @nfcampos

Base: mainHead: nc/22aug/rm-current-tasks


📝 Commits (2)

  • a883e6d Remove current_tasks from checkpoint interface
  • 4ebee10 Add comment

📊 Changes

7 files changed (+2 additions, -22 deletions)

View changed files

📝 libs/checkpoint-postgres/README.md (+0 -2)
📝 libs/checkpoint-sqlite/README.md (+1 -3)
📝 libs/checkpoint/README.md (+0 -1)
📝 libs/checkpoint/langgraph/checkpoint/base/__init__.py (+1 -6)
📝 libs/langgraph/langgraph/pregel/loop.py (+0 -4)
📝 libs/langgraph/tests/test_pregel.py (+0 -3)
📝 libs/langgraph/tests/test_pregel_async.py (+0 -3)

📄 Description

No description provided


🔄 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/1440 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 8/22/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/22aug/rm-current-tasks` --- ### 📝 Commits (2) - [`a883e6d`](https://github.com/langchain-ai/langgraph/commit/a883e6dddcc58019cb5f94f859c95f3965cade3c) Remove current_tasks from checkpoint interface - [`4ebee10`](https://github.com/langchain-ai/langgraph/commit/4ebee10f94327b0fa38fbc70d2de68ad861fb2f5) Add comment ### 📊 Changes **7 files changed** (+2 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint-postgres/README.md` (+0 -2) 📝 `libs/checkpoint-sqlite/README.md` (+1 -3) 📝 `libs/checkpoint/README.md` (+0 -1) 📝 `libs/checkpoint/langgraph/checkpoint/base/__init__.py` (+1 -6) 📝 `libs/langgraph/langgraph/pregel/loop.py` (+0 -4) 📝 `libs/langgraph/tests/test_pregel.py` (+0 -3) 📝 `libs/langgraph/tests/test_pregel_async.py` (+0 -3) </details> ### 📄 Description _No description provided_ --- <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:46:14 -05:00
yindo closed this issue 2026-02-20 17:46: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#2077