We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08230bb commit 682e370Copy full SHA for 682e370
parea/schemas/models.py
@@ -139,7 +139,7 @@ class TraceLog(EvaluatedLog):
139
140
# from UI
141
comments: Optional[List[TraceLogCommentSchema]] = None
142
- annotations: Optional[dict[int, dict[str, TraceLogAnnotationSchema]]] = None
+ annotations: Optional[Dict[int, Dict[str, TraceLogAnnotationSchema]]] = None
143
144
145
@define
0 commit comments