Commit 85791c9
Remove unused BinaryContent and ImageUrl imports from pydantic_ai utils
The BinaryContent and ImageUrl imports in spans/utils.py were never
referenced. The serialization functions accept Any and don't perform
isinstance checks - those checks are done by callers in ai_client.py
and invoke_agent.py which have their own imports.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent eb4393d commit 85791c9
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 16 | | |
23 | 17 | | |
24 | 18 | | |
| |||
0 commit comments