File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616project = 'Python SDK reference'
1717copyright = '2025, Labelbox'
1818author = 'Labelbox'
19- release = '7.4 .0'
19+ release = '7.5 .0'
2020
2121# -- General configuration ---------------------------------------------------
2222
Original file line number Diff line number Diff line change 11# Changelog
2+ # Version 7.5.0 (2026-01-30)
3+ ## Added
4+ * Add support for text subclasses under global text subclasses ([ #2040 ] ( https://github.com/Labelbox/labelbox-python/pull/2040 ) )
5+
26# Version 7.4.0 (2026-01-22)
37## Added
48* Add support of groups to invite_user() ([ #2035 ] ( https://github.com/Labelbox/labelbox-python/pull/2035 ) )
5- * Add group classification type ([ 2030] ( https://github.com/Labelbox/labelbox-python/pull/2030 ) )
9+ * Add group classification type ([ # 2030 ] ( https://github.com/Labelbox/labelbox-python/pull/2030 ) )
610* Add model config response count support ([ #2014 ] ( https://github.com/Labelbox/labelbox-python/pull/2014 ) )
711
812## Fixed
Original file line number Diff line number Diff line change 11[project ]
22name = " labelbox"
3- version = " 7.4 .0"
3+ version = " 7.5 .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__ = "7.4 .0"
3+ __version__ = "7.5 .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