[PR #30] [MERGED] Nc/8jan #1183

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

📋 Pull Request Information

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

Base: mainHead: nc/8jan


📝 Commits (5)

📊 Changes

13 files changed (+128 additions, -101 deletions)

View changed files

Dockerfile (+12 -0)
📝 langgraph/channels/base.py (+1 -1)
📝 langgraph/channels/topic.py (+5 -3)
📝 langgraph/checkpoint/base.py (+3 -3)
📝 langgraph/checkpoint/memory.py (+3 -1)
📝 langgraph/pregel/__init__.py (+61 -59)
📝 langgraph/pregel/io.py (+5 -4)
📝 langgraph/pregel/read.py (+23 -15)
📝 langgraph/pregel/reserved.py (+1 -1)
📝 langgraph/pregel/validate.py (+4 -4)
📝 langgraph/pregel/write.py (+3 -3)
📝 poetry.lock (+4 -4)
📝 pyproject.toml (+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/30 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 1/8/2024 **Status:** ✅ Merged **Merged:** 1/8/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/8jan` --- ### 📝 Commits (5) - [`2ee200a`](https://github.com/langchain-ai/langgraph/commit/2ee200a5f136070c17cd3a56254163cf6404d69d) Update dep - [`513edb8`](https://github.com/langchain-ai/langgraph/commit/513edb8f69c6fe9fa648a8cf6f9e5a40f90c0489) Use strenum - [`1494e54`](https://github.com/langchain-ai/langgraph/commit/1494e549f31302641e34a7e605f9511312d89402) Add test dockerfile - [`fea9aca`](https://github.com/langchain-ai/langgraph/commit/fea9acab06bc54cb132358890f534c779ea901bd) Python 3.9 compat - [`6a7d2c6`](https://github.com/langchain-ai/langgraph/commit/6a7d2c6ee4876c372ff0981ba14c5cc4f8b8a439) Bump ### 📊 Changes **13 files changed** (+128 additions, -101 deletions) <details> <summary>View changed files</summary> ➕ `Dockerfile` (+12 -0) 📝 `langgraph/channels/base.py` (+1 -1) 📝 `langgraph/channels/topic.py` (+5 -3) 📝 `langgraph/checkpoint/base.py` (+3 -3) 📝 `langgraph/checkpoint/memory.py` (+3 -1) 📝 `langgraph/pregel/__init__.py` (+61 -59) 📝 `langgraph/pregel/io.py` (+5 -4) 📝 `langgraph/pregel/read.py` (+23 -15) 📝 `langgraph/pregel/reserved.py` (+1 -1) 📝 `langgraph/pregel/validate.py` (+4 -4) 📝 `langgraph/pregel/write.py` (+3 -3) 📝 `poetry.lock` (+4 -4) 📝 `pyproject.toml` (+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:07 -05:00
yindo closed this issue 2026-02-20 17:44:07 -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#1183