Skip to content

Commit 0929e58

Browse files
committed
fix(integrations): type checking import missing
1 parent 7f335f9 commit 0929e58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry_sdk/integrations/pydantic_ai/spans/ai_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
from typing import TYPE_CHECKING
1515

1616
if TYPE_CHECKING:
17-
from typing import Any
17+
from typing import Any, List, Dict
18+
from pydantic_ai.usage import RequestUsage
1819

1920

2021
def _set_usage_data(span, usage):

0 commit comments

Comments
 (0)