mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-05 17:27:47 +02:00
- Correctly distinguish between exception classes, lists/tuples of exception classes, and callables. - Add support for lists in `retry_on`, alongside tuples. - Prevent exception classes from being incorrectly treated as callables. - Raise a `TypeError` if `retry_on` is of an unsupported type.