File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # Version 3.23.0 (2022-06-08)
4+ ## Added
5+ * ` Task ` objects now have the following properties:
6+ * ` errors ` - fetch information about why the task failed
7+ * ` result ` - fetch the result of the task
8+ * These are currently only compatible with data row import tasks.
9+ * Officially added support for python 3.9
10+
11+ ## Removed
12+ * python 3.6 is no longer officially supported
13+
314# Version 3.22.1 (2022-05-23)
415## Updated
516* Renamed ` custom_metadata ` to ` metadata_fields ` in DataRow
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.22.1 "
2+ __version__ = "3.23.0 "
33
44from labelbox .client import Client
55from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments