[PR #5485] fix(langgraph): remove ABC spec for PregelProtocol #4464

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

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/5485

State: closed
Merged: Yes


ABC is inherited from Runnable and was causing issues re MRO after https://github.com/langchain-ai/langchain/pull/31877.

This should not change behavior at all.

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/5485 **State:** closed **Merged:** Yes --- `ABC` is inherited from `Runnable` and was causing issues re MRO after https://github.com/langchain-ai/langchain/pull/31877. This should not change behavior at all.
yindo added the pull-request label 2026-02-20 17:50:14 -05:00
yindo closed this issue 2026-02-20 17:50:14 -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#4464