mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 14:42:28 +02:00
Inherited attributes where not considered. Pydantic model can inherit from other pydantic models. In those cases, inherited attributes where not considered in the check and the code fails. --------- Co-authored-by: vbarda <vadym@langchain.dev>