Skip to content

Commit a52dcd6

Browse files
add chat enum to TaskType (#81)
1 parent 12d1721 commit a52dcd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scaleapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "2.15.1"
1+
__version__ = "2.15.2"
22
__package_name__ = "scaleapi"

scaleapi/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class TaskType(Enum):
3030
VideoPlaybackAnnotation = "videoplaybackannotation"
3131
VideoCuboidAnnotation = "videocuboidannotation"
3232
SensorFusion = "sensorfusion"
33+
Chat = "chat"
3334

3435

3536
class TaskReviewStatus(Enum):

0 commit comments

Comments
 (0)