[PR #508] [MERGED] Expose checkpoint timestamp in get/update/list state methods #1508

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

📋 Pull Request Information

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

Base: mainHead: nc/20may/add-checkpoint-state-methods


📝 Commits (2)

  • de71709 Expose checkpoint timestamp in get/update/list state methods
  • c13741f Lint

📊 Changes

4 files changed (+171 additions, -1 deletions)

View changed files

📝 langgraph/pregel/__init__.py (+4 -0)
📝 langgraph/pregel/types.py (+3 -1)
📝 tests/test_pregel.py (+53 -0)
📝 tests/test_pregel_async.py (+111 -0)

📄 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/508 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 5/20/2024 **Status:** ✅ Merged **Merged:** 5/20/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/20may/add-checkpoint-state-methods` --- ### 📝 Commits (2) - [`de71709`](https://github.com/langchain-ai/langgraph/commit/de71709fdceb3319e12761114faf31ce6ec03b24) Expose checkpoint timestamp in get/update/list state methods - [`c13741f`](https://github.com/langchain-ai/langgraph/commit/c13741f9da7b9f5f8ef51a4f44a8c3ceeb124454) Lint ### 📊 Changes **4 files changed** (+171 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/pregel/__init__.py` (+4 -0) 📝 `langgraph/pregel/types.py` (+3 -1) 📝 `tests/test_pregel.py` (+53 -0) 📝 `tests/test_pregel_async.py` (+111 -0) </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:44:55 -05:00
yindo closed this issue 2026-02-20 17:44:55 -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#1508