[PR #565] [MERGED] Rename Packet to Send #1539

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

📋 Pull Request Information

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

Base: mainHead: nc/31may/send


📝 Commits (4)

📊 Changes

10 files changed (+33 additions, -43 deletions)

View changed files

📝 langgraph/channels/base.py (+1 -1)
📝 langgraph/checkpoint/base.py (+4 -4)
📝 langgraph/constants.py (+1 -1)
📝 langgraph/graph/graph.py (+5 -7)
📝 langgraph/graph/state.py (+4 -7)
📝 langgraph/pregel/__init__.py (+7 -7)
📝 langgraph/pregel/write.py (+5 -9)
📝 langgraph/serde/jsonplus.py (+1 -2)
📝 tests/test_pregel.py (+2 -2)
📝 tests/test_pregel_async.py (+3 -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/565 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 5/31/2024 **Status:** ✅ Merged **Merged:** 5/31/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/31may/send` --- ### 📝 Commits (4) - [`5b5323b`](https://github.com/langchain-ai/langgraph/commit/5b5323b94fb0acb9983c0443f47de942d8232c95) Rename Packet to Send - [`a436e14`](https://github.com/langchain-ai/langgraph/commit/a436e14fad0ae4e1b7165cbaae231d121ee6fb3c) Rename checkpoint var - [`823b484`](https://github.com/langchain-ai/langgraph/commit/823b4849a2e2df34b209c0f17db7cb85a0e264ea) Fix serde - [`8d038ac`](https://github.com/langchain-ai/langgraph/commit/8d038ac8abf1a43e1aa160dc3f2b08aab0d1aba2) Lint ### 📊 Changes **10 files changed** (+33 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/channels/base.py` (+1 -1) 📝 `langgraph/checkpoint/base.py` (+4 -4) 📝 `langgraph/constants.py` (+1 -1) 📝 `langgraph/graph/graph.py` (+5 -7) 📝 `langgraph/graph/state.py` (+4 -7) 📝 `langgraph/pregel/__init__.py` (+7 -7) 📝 `langgraph/pregel/write.py` (+5 -9) 📝 `langgraph/serde/jsonplus.py` (+1 -2) 📝 `tests/test_pregel.py` (+2 -2) 📝 `tests/test_pregel_async.py` (+3 -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:44:59 -05:00
yindo closed this issue 2026-02-20 17:44:59 -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#1539