Skip to content

Commit c60d18b

Browse files
committed
chore: trigger error
1 parent 8a551c5 commit c60d18b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ "3.9" ]
10+
python-version: [ "3.8" ]
1111

1212
steps:
1313
- uses: actions/[email protected]

parea/schemas/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class TraceLog(EvaluatedLog):
139139

140140
# from UI
141141
comments: Optional[List[TraceLogCommentSchema]] = None
142-
annotations: Optional[Dict[int, Dict[str, TraceLogAnnotationSchema]]] = None
142+
annotations: Optional[Dict[int, dict[str, TraceLogAnnotationSchema]]] = None
143143

144144

145145
@define

0 commit comments

Comments
 (0)