We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b771009 commit 13da396Copy full SHA for 13da396
requirements-linting.txt
@@ -10,7 +10,6 @@ types-webob
10
opentelemetry-distro[otlp]
11
pymongo # There is no separate types module.
12
loguru # There is no separate types module.
13
-pydantic-ai # There is no separate types module.
14
pre-commit # local linting
15
httpcore
16
launchdarkly-server-sdk
sentry_sdk/integrations/pydantic_ai/spans/ai_client.py
@@ -28,7 +28,7 @@
28
from pydantic_ai.messages import (
29
BaseToolCallPart,
30
TextPart,
31
- )
+ ) # type: ignore
32
except ImportError:
33
# Fallback if these classes are not available
34
BaseToolCallPart = None
0 commit comments