[PR #1582] [MERGED] Remove pydantic base class from Pregel/PregelNode #2163

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1582
Author: @nfcampos
Created: 9/2/2024
Status: Merged
Merged: 9/3/2024
Merged by: @nfcampos

Base: mainHead: nc/2sep/rm-pydantic-base-class


📝 Commits (4)

  • 3c5913a Remove pydantic base class from Pregel/PregelNode
  • 4793b3f Use a lock for all operations on sqlite checkpointer
  • a99b66a Update
  • 4ddb4ae Update

📊 Changes

8 files changed (+171 additions, -133 deletions)

View changed files

📝 libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/__init__.py (+11 -10)
📝 libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py (+6 -4)
📝 libs/langgraph/langgraph/graph/graph.py (+4 -0)
📝 libs/langgraph/langgraph/graph/state.py (+1 -1)
📝 libs/langgraph/langgraph/pregel/__init__.py (+48 -41)
📝 libs/langgraph/langgraph/pregel/read.py (+84 -42)
📝 libs/langgraph/tests/__snapshots__/test_pregel.ambr (+10 -30)
📝 libs/langgraph/tests/test_pregel.py (+7 -5)

📄 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/1582 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 9/2/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/2sep/rm-pydantic-base-class` --- ### 📝 Commits (4) - [`3c5913a`](https://github.com/langchain-ai/langgraph/commit/3c5913aa29d2c43c20f6378c909b050e92f47f28) Remove pydantic base class from Pregel/PregelNode - [`4793b3f`](https://github.com/langchain-ai/langgraph/commit/4793b3f5e1c690a29b0773e36a4fe37bc53b2b78) Use a lock for all operations on sqlite checkpointer - [`a99b66a`](https://github.com/langchain-ai/langgraph/commit/a99b66ae3f1d08a848aa4e0eb710744ee465f5e6) Update - [`4ddb4ae`](https://github.com/langchain-ai/langgraph/commit/4ddb4ae5a037b329cd820a40453aeaaff2b61644) Update ### 📊 Changes **8 files changed** (+171 additions, -133 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/__init__.py` (+11 -10) 📝 `libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py` (+6 -4) 📝 `libs/langgraph/langgraph/graph/graph.py` (+4 -0) 📝 `libs/langgraph/langgraph/graph/state.py` (+1 -1) 📝 `libs/langgraph/langgraph/pregel/__init__.py` (+48 -41) 📝 `libs/langgraph/langgraph/pregel/read.py` (+84 -42) 📝 `libs/langgraph/tests/__snapshots__/test_pregel.ambr` (+10 -30) 📝 `libs/langgraph/tests/test_pregel.py` (+7 -5) </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:46:26 -05:00
yindo closed this issue 2026-02-20 17:46:26 -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#2163