Skip to content

Commit baf5ab6

Browse files
fix: Remove import
Signed-off-by: Luis Valdes <[email protected]>
1 parent 019563d commit baf5ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing import Any
88
from zoneinfo import ZoneInfo
99

10-
from pydantic_ai import Agent, RunDeps
10+
from pydantic_ai import Agent
1111

1212

1313
@dataclass
@@ -16,7 +16,7 @@ class State:
1616

1717

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

0 commit comments

Comments
 (0)