Skip to content

Commit 6fbcd9f

Browse files
committed
chore: bump version
1 parent b7e498f commit 6fbcd9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
[tool.poetry]
77
name = "parea-ai"
88
packages = [{ include = "parea" }]
9-
version = "0.2.137"
9+
version = "0.2.138"
1010
description = "Parea python sdk"
1111
readme = "README.md"
1212
authors = ["joel-parea-ai <[email protected]>"]

0 commit comments

Comments
 (0)