Skip to content

Commit b5f26c3

Browse files
authored
docs: Fix import for BaseModel in graph example code (#1894)
1 parent b0d3ebd commit b5f26c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ Instead of running the entire graph in a single process invocation, we run the g
653653

654654
from dataclasses import dataclass, field
655655

656-
from groq import BaseModel
656+
from pydantic import BaseModel
657657
from pydantic_graph import (
658658
BaseNode,
659659
End,

0 commit comments

Comments
 (0)