File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1616project = 'Python SDK reference'
1717copyright = '2025, Labelbox'
1818author = 'Labelbox'
19- release = '7.1.2 '
19+ release = '7.2.0 '
2020
2121# -- General configuration ---------------------------------------------------
2222
Original file line number Diff line number Diff line change 11# Changelog
2+ # Version 7.2.0 (2025-08-28)
3+ ## Updated
4+ * DataRowMetadata: Remove enforcement of character limit ([ #2010 ] ( https://github.com/Labelbox/labelbox-python/pull/2010 ) )
5+
26# Version 7.1.2 (2025-08-14)
37## Fixed
48* Project Setup: Remove project setup complete restriction ([ #2003 ] ( https://github.com/Labelbox/labelbox-python/pull/2002 ) )
Original file line number Diff line number Diff line change 11[project ]
22name = " labelbox"
3- version = " 7.1.2 "
3+ version = " 7.2.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.1.2 "
3+ __version__ = "7.2.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