[PR #6077] docs(how-tos/graph-api) : Fix import path for RetryPolicy #4816

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

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

State: closed
Merged: No


Resolves an ImportError caused by the incorrect import path of RetryPolicy in LangGraph. The RetryPolicy class has been moved to the pregel.types submodule in the latest LangGraph versions.

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/6077 **State:** closed **Merged:** No --- Resolves an `ImportError` caused by the incorrect import path of RetryPolicy in LangGraph. The RetryPolicy class has been moved to the pregel.types submodule in the latest LangGraph versions.
yindo added the pull-request label 2026-02-20 17:50:47 -05:00
yindo closed this issue 2026-02-20 17:50:47 -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#4816