[PR #365] [MERGED] Nc/29apr/support non str thread ids #1408

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/365
Author: @nfcampos
Created: 4/30/2024
Status: Merged
Merged: 4/30/2024
Merged by: @nfcampos

Base: nc/29apr/support-cond-edge-list-literalHead: nc/29apr/support-non-str-thread-ids


📝 Commits (3)

📊 Changes

6 files changed (+160 additions, -635 deletions)

View changed files

📝 examples/time-travel.ipynb (+3 -3)
📝 langgraph/checkpoint/aiosqlite.py (+5 -5)
📝 langgraph/checkpoint/sqlite.py (+5 -5)
📝 langgraph/graph/graph.py (+1 -1)
📝 tests/__snapshots__/test_pregel.ambr (+134 -605)
📝 tests/test_pregel.py (+12 -16)

📄 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/365 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 4/30/2024 **Status:** ✅ Merged **Merged:** 4/30/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `nc/29apr/support-cond-edge-list-literal` ← **Head:** `nc/29apr/support-non-str-thread-ids` --- ### 📝 Commits (3) - [`516a743`](https://github.com/langchain-ai/langgraph/commit/516a74351d5c34bbd210630733c3e69002fca131) Support non str ids in sqlite checkpointers - [`ca2c93e`](https://github.com/langchain-ai/langgraph/commit/ca2c93e0a1845affb31b6101fdffe1988ad9c927) Lint - [`7554309`](https://github.com/langchain-ai/langgraph/commit/7554309abfd4577b82f79280c0c5bd405583ba90) Update tests ### 📊 Changes **6 files changed** (+160 additions, -635 deletions) <details> <summary>View changed files</summary> 📝 `examples/time-travel.ipynb` (+3 -3) 📝 `langgraph/checkpoint/aiosqlite.py` (+5 -5) 📝 `langgraph/checkpoint/sqlite.py` (+5 -5) 📝 `langgraph/graph/graph.py` (+1 -1) 📝 `tests/__snapshots__/test_pregel.ambr` (+134 -605) 📝 `tests/test_pregel.py` (+12 -16) </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:39 -05:00
yindo closed this issue 2026-02-20 17:44:39 -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#1408