[PR #1196] [MERGED] langgraph: remove deprecations and add new warnings #1941

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1196
Author: @vbarda
Created: 8/2/2024
Status: Merged
Merged: 8/2/2024
Merged by: @vbarda

Base: mainHead: vb/deprecations


📝 Commits (3)

  • b71c3da langgraph: remove deprecations and add new warnings
  • 8fed5dc support classes in the decorator
  • 72591e6 Merge branch 'main' into vb/deprecations

📊 Changes

7 files changed (+52 additions, -610 deletions)

View changed files

📝 libs/langgraph/langgraph/_api/deprecation.py (+44 -18)
📝 libs/langgraph/langgraph/prebuilt/__init__.py (+0 -4)
libs/langgraph/langgraph/prebuilt/agent_executor.py (+0 -181)
📝 libs/langgraph/langgraph/prebuilt/chat_agent_executor.py (+4 -139)
📝 libs/langgraph/langgraph/prebuilt/tool_executor.py (+4 -0)
📝 libs/langgraph/tests/test_pregel.py (+0 -135)
📝 libs/langgraph/tests/test_pregel_async.py (+0 -133)

📄 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/1196 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 8/2/2024 **Status:** ✅ Merged **Merged:** 8/2/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/deprecations` --- ### 📝 Commits (3) - [`b71c3da`](https://github.com/langchain-ai/langgraph/commit/b71c3da817881f2ff2f506c00835c51ff430a1c1) langgraph: remove deprecations and add new warnings - [`8fed5dc`](https://github.com/langchain-ai/langgraph/commit/8fed5dcec7f6d4715fbcb4269fc260a95147dfa0) support classes in the decorator - [`72591e6`](https://github.com/langchain-ai/langgraph/commit/72591e6c3472a496b93eafc94b4c5c8f353d1333) Merge branch 'main' into vb/deprecations ### 📊 Changes **7 files changed** (+52 additions, -610 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/_api/deprecation.py` (+44 -18) 📝 `libs/langgraph/langgraph/prebuilt/__init__.py` (+0 -4) ➖ `libs/langgraph/langgraph/prebuilt/agent_executor.py` (+0 -181) 📝 `libs/langgraph/langgraph/prebuilt/chat_agent_executor.py` (+4 -139) 📝 `libs/langgraph/langgraph/prebuilt/tool_executor.py` (+4 -0) 📝 `libs/langgraph/tests/test_pregel.py` (+0 -135) 📝 `libs/langgraph/tests/test_pregel_async.py` (+0 -133) </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:55 -05:00
yindo closed this issue 2026-02-20 17:45:55 -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#1941