Skip to content

Commit ad03b68

Browse files
Fix
Signed-off-by: Luis Valdes <[email protected]>
1 parent baf5ab6 commit ad03b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/integrations/pydantic-ai/examples/server/api/agentic_chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class State:
1616

1717

1818
@dataclass
19-
class Deps
19+
class Deps:
2020
"""Dependencies that implement StateHandler protocol."""
2121
state: State
2222

0 commit comments

Comments
 (0)