Skip to content

Commit d4b9b59

Browse files
authored
Merge pull request #597 from Labelbox/develop
3.23.0
2 parents 52b7b20 + df33f43 commit d4b9b59

17 files changed

+2157
-1782
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- python-version: 3.6
17+
- python-version: 3.7
1818
prod-key: LABELBOX_API_KEY
1919
staging-key: STAGING_LABELBOX_API_KEY
2020
da-test-key: DA_GCP_LABELBOX_API_KEY
21-
- python-version: 3.7
21+
- python-version: 3.8
2222
prod-key: PROD_LABELBOX_API_KEY_2
2323
staging-key: STAGING_LABELBOX_API_KEY_2
2424
da-test-key: DA_GCP_LABELBOX_API_KEY
25-
- python-version: 3.8
25+
- python-version: 3.9
2626
prod-key: PROD_LABELBOX_API_KEY_3
2727
staging-key: STAGING_LABELBOX_API_KEY_3
2828
da-test-key: DA_GCP_LABELBOX_API_KEY

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Labelbox Python API offers a simple, user-friendly way to interact with the
1818

1919
## Requirements
2020

21-
- Use Python 3.6, 3.7 or 3.8
21+
- Use Python 3.7, 3.8 or 3.9
2222
- [Create an account](http://app.labelbox.com/)
2323
- [Generate an API key](https://labelbox.com/docs/api/getting-started#create_api_key)
2424

0 commit comments

Comments
 (0)