[PR #1594] [MERGED] langgraph: changes for compatibility pydantic v2 / langchain-core==0.3 #2176

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1594
Author: @vbarda
Created: 9/3/2024
Status: Merged
Merged: 9/5/2024
Merged by: @vbarda

Base: mainHead: vb/bump-to-0.3


📝 Commits (10+)

📊 Changes

18 files changed (+639 additions, -1774 deletions)

View changed files

📝 .github/workflows/_test.yml (+10 -2)
📝 examples/llm-compiler/math_tools.py (+1 -1)
📝 libs/checkpoint/poetry.lock (+6 -5)
📝 libs/checkpoint/pyproject.toml (+1 -1)
📝 libs/checkpoint/tests/test_jsonplus.py (+2 -2)
📝 libs/cli/examples/graphs/storm.py (+1 -1)
📝 libs/langgraph/langgraph/graph/state.py (+4 -7)
📝 libs/langgraph/langgraph/prebuilt/tool_validator.py (+20 -9)
📝 libs/langgraph/langgraph/utils/runnable.py (+13 -13)
📝 libs/langgraph/poetry.lock (+11 -1236)
📝 libs/langgraph/pyproject.toml (+1 -8)
📝 libs/langgraph/tests/__snapshots__/test_pregel.ambr (+85 -71)
📝 libs/langgraph/tests/__snapshots__/test_pregel_async.ambr (+15 -15)
📝 libs/langgraph/tests/conftest.py (+4 -0)
📝 libs/langgraph/tests/messages.py (+9 -2)
📝 libs/langgraph/tests/test_prebuilt.py (+4 -4)
📝 libs/langgraph/tests/test_pregel.py (+217 -190)
📝 libs/langgraph/tests/test_pregel_async.py (+235 -207)

📄 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/1594 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/5/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/bump-to-0.3` --- ### 📝 Commits (10+) - [`3e016b5`](https://github.com/langchain-ai/langgraph/commit/3e016b525830338d405f8513c3b4660cc8926aef) Remove pydantic base class from Pregel/PregelNode - [`d6c301d`](https://github.com/langchain-ai/langgraph/commit/d6c301d42c9b0354a7f24d2209decca329b8de17) update core to 0.3 - [`a0bdd25`](https://github.com/langchain-ai/langgraph/commit/a0bdd259948021bdc078400e0bd303b82ecc0477) more changes - [`33556fb`](https://github.com/langchain-ai/langgraph/commit/33556fbb7e731398e3afd1bef70fe4f5f68de74c) Merge branch 'main' into vb/bump-to-0.3 - [`461b1e2`](https://github.com/langchain-ai/langgraph/commit/461b1e2596bfeda1d405e2d6763e5ce7a71d06d6) update snapshots - [`93c2ec0`](https://github.com/langchain-ai/langgraph/commit/93c2ec0b5add286868b04333156202585887c352) update async & more - [`76859b2`](https://github.com/langchain-ai/langgraph/commit/76859b23c3928768b1159fb26a94ee7c4788e467) bring back removed snapshots - [`248c102`](https://github.com/langchain-ai/langgraph/commit/248c1025516e3043f17d186fb62760d5d746424d) update - [`a29ed31`](https://github.com/langchain-ai/langgraph/commit/a29ed31f9585dc62816fb8e7ec6da6c0fd6874ad) install latest core - [`7b9b640`](https://github.com/langchain-ai/langgraph/commit/7b9b640602ba6e99aa0cca6723a35d92bba2e5fe) support v1 in prebuilt ### 📊 Changes **18 files changed** (+639 additions, -1774 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/_test.yml` (+10 -2) 📝 `examples/llm-compiler/math_tools.py` (+1 -1) 📝 `libs/checkpoint/poetry.lock` (+6 -5) 📝 `libs/checkpoint/pyproject.toml` (+1 -1) 📝 `libs/checkpoint/tests/test_jsonplus.py` (+2 -2) 📝 `libs/cli/examples/graphs/storm.py` (+1 -1) 📝 `libs/langgraph/langgraph/graph/state.py` (+4 -7) 📝 `libs/langgraph/langgraph/prebuilt/tool_validator.py` (+20 -9) 📝 `libs/langgraph/langgraph/utils/runnable.py` (+13 -13) 📝 `libs/langgraph/poetry.lock` (+11 -1236) 📝 `libs/langgraph/pyproject.toml` (+1 -8) 📝 `libs/langgraph/tests/__snapshots__/test_pregel.ambr` (+85 -71) 📝 `libs/langgraph/tests/__snapshots__/test_pregel_async.ambr` (+15 -15) 📝 `libs/langgraph/tests/conftest.py` (+4 -0) 📝 `libs/langgraph/tests/messages.py` (+9 -2) 📝 `libs/langgraph/tests/test_prebuilt.py` (+4 -4) 📝 `libs/langgraph/tests/test_pregel.py` (+217 -190) 📝 `libs/langgraph/tests/test_pregel_async.py` (+235 -207) </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:27 -05:00
yindo closed this issue 2026-02-20 17:46:28 -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#2176