Skip to content

Commit 67eaa69

Browse files
committed
minor changes
1 parent bc735ce commit 67eaa69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/superannotate_schemas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from superannotate_schemas.validators import AnnotationValidators
88

9-
__version__ = '1.0.43dev2'
9+
__version__ = '1.0.43dev3'
1010

1111
__all__ = [
1212
"__version__",

src/superannotate_schemas/schemas/external/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class PolylineParameter(BaseParameter):
124124

125125

126126
class PointParameter(BaseParameter):
127-
timestamps: conlist(StrictNumber, min_items=2)
127+
timestamps: conlist(PointTimeStamp, min_items=2)
128128

129129

130130
class EventParameter(BaseParameter):

0 commit comments

Comments
 (0)