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 1
1
# Changelog
2
2
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
+
3
14
# Version 3.22.1 (2022-05-23)
4
15
## Updated
5
16
* Renamed ` custom_metadata ` to ` metadata_fields ` in DataRow
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.22.1 "
2
+ __version__ = "3.23.0 "
3
3
4
4
from labelbox .client import Client
5
5
from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments