File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1616project = 'Python SDK reference'
1717copyright = '2025, Labelbox'
1818author = 'Labelbox'
19- release = '6.9 .0'
19+ release = '6.10 .0'
2020
2121# -- General configuration ---------------------------------------------------
2222
Original file line number Diff line number Diff line change 11# Changelog
2+ # Version 6.10.0 (2025-04-04)
3+ ## Added
4+ * API keys Management: ([ #1961 ] ( https://github.com/Labelbox/labelbox-python/pull/1961 ) )
5+ * Get invitations: ([ #1962 ] ( https://github.com/Labelbox/labelbox-python/pull/1962 ) )
6+ * Add tasks to organization and TaskStatus to filter tasks: ([ #1958 ] ( https://github.com/Labelbox/labelbox-python/pull/1958 ) )
7+
8+
29# Version 6.9.0 (2025-03-17)
310## Added
411* Provide support to cancel tasks ([ #1957 ] ( https://github.com/Labelbox/labelbox-python/pull/1957 ) )
Original file line number Diff line number Diff line change 11[project ]
22name = " labelbox"
3- version = " 6.9 .0"
3+ version = " 6.10 .0"
44description = " Labelbox Python API"
55authors = [{ name = " Labelbox" , email = " engineering@labelbox.com" }]
66dependencies = [
Original file line number Diff line number Diff line change 11name = "labelbox"
22
3- __version__ = "6.9 .0"
3+ __version__ = "6.10 .0"
44
55from labelbox .client import Client
66from labelbox .schema .annotation_import import (
You can’t perform that action at this time.
0 commit comments