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 12d1721 commit a52dcd6Copy full SHA for a52dcd6
scaleapi/_version.py
@@ -1,2 +1,2 @@
1
-__version__ = "2.15.1"
+__version__ = "2.15.2"
2
__package_name__ = "scaleapi"
scaleapi/tasks.py
@@ -30,6 +30,7 @@ class TaskType(Enum):
30
VideoPlaybackAnnotation = "videoplaybackannotation"
31
VideoCuboidAnnotation = "videocuboidannotation"
32
SensorFusion = "sensorfusion"
33
+ Chat = "chat"
34
35
36
class TaskReviewStatus(Enum):
0 commit comments