[PR #1152] [MERGED] lib: Improve compat with pydantic 2 models #1918

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1152
Author: @nfcampos
Created: 7/26/2024
Status: Merged
Merged: 7/26/2024
Merged by: @nfcampos

Base: mainHead: nc/26jul/pydantic-2-compat


📝 Commits (1)

  • 6eacc6b lib: Improve compat with pydantic 2 models

📊 Changes

3 files changed (+363 additions, -7 deletions)

View changed files

📝 libs/langgraph/langgraph/graph/state.py (+11 -3)
📝 libs/langgraph/tests/__snapshots__/test_pregel.ambr (+226 -0)
📝 libs/langgraph/tests/test_pregel.py (+126 -4)

📄 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/1152 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 7/26/2024 **Status:** ✅ Merged **Merged:** 7/26/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/26jul/pydantic-2-compat` --- ### 📝 Commits (1) - [`6eacc6b`](https://github.com/langchain-ai/langgraph/commit/6eacc6b7c89da8d9c1081fb0c93a066cac7b9b70) lib: Improve compat with pydantic 2 models ### 📊 Changes **3 files changed** (+363 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/graph/state.py` (+11 -3) 📝 `libs/langgraph/tests/__snapshots__/test_pregel.ambr` (+226 -0) 📝 `libs/langgraph/tests/test_pregel.py` (+126 -4) </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:45:51 -05:00
yindo closed this issue 2026-02-20 17:45:51 -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#1918