[PR #235] [MERGED] Fix - Updated uuid pkg to support v6 generation #596

Closed
opened 2026-02-15 19:15:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/235
Author: @chentschel
Created: 6/27/2024
Status: Merged
Merged: 6/27/2024
Merged by: @nfcampos

Base: mainHead: fix-uuid-v1


📝 Commits (3)

  • d2ac7b2 - fix: updated uuid pkg to support v6 generation
  • d28a8c7 Add test
  • d8fda21 Update types, remove node

📊 Changes

4 files changed (+31 additions, -67 deletions)

View changed files

📝 langgraph/package.json (+2 -2)
📝 langgraph/src/checkpoint/id.ts (+2 -41)
📝 langgraph/src/tests/checkpoints.test.ts (+7 -20)
📝 yarn.lock (+20 -4)

📄 Description

Fixes #234


🔄 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/langgraphjs/pull/235 **Author:** [@chentschel](https://github.com/chentschel) **Created:** 6/27/2024 **Status:** ✅ Merged **Merged:** 6/27/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `fix-uuid-v1` --- ### 📝 Commits (3) - [`d2ac7b2`](https://github.com/langchain-ai/langgraphjs/commit/d2ac7b291f9c62bc229bebaa749839d93b3f9bda) - fix: updated uuid pkg to support v6 generation - [`d28a8c7`](https://github.com/langchain-ai/langgraphjs/commit/d28a8c79841bd14379705a7a7046dc30697bdc63) Add test - [`d8fda21`](https://github.com/langchain-ai/langgraphjs/commit/d8fda217d3d422e461ed8227b179a229691736ff) Update types, remove node ### 📊 Changes **4 files changed** (+31 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/package.json` (+2 -2) 📝 `langgraph/src/checkpoint/id.ts` (+2 -41) 📝 `langgraph/src/tests/checkpoints.test.ts` (+7 -20) 📝 `yarn.lock` (+20 -4) </details> ### 📄 Description Fixes #234 --- <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-15 19:15:09 -05:00
yindo closed this issue 2026-02-15 19:15:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#596