File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1616project = 'Python SDK reference'
1717copyright = '2024, Labelbox'
1818author = 'Labelbox'
19- release = '3.72.2 '
19+ release = '3.73.0 '
2020
2121# -- General configuration ---------------------------------------------------
2222
Original file line number Diff line number Diff line change 1+ # Changelog
2+ # Version 3.73.0 (2024-06-20)
3+ ## Added
4+ * Conversational data row checks (#1678 )
5+ * UI ontology mode support (#1676 )
6+ * Empty data row validation (#1667 )
7+
8+ ## Fixed
9+ * Numpy semver locked to < 2.0.0 (#1681 )
10+
111# Changelog
212# Version 3.72.2 (2024-06-10)
313## Added
Original file line number Diff line number Diff line change 11[project ]
22name = " labelbox"
3- version = " 3.72.2 "
3+ version = " 3.73.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__ = "3.72.2 "
3+ __version__ = "3.73.0 "
44
55from labelbox .client import Client
66from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments