Uh oh!
There was an error while loading. Please reload this page.
Releases: Labelbox/labelbox-python
Releases · Labelbox/labelbox-python
Release list
v7.11.0
v7.10.0
Version 7.10.0 (2026-07-22)
Added
- Add
Tool.Type.MARKERfor video marker tool ontologies — fetching an ontology containing a marker tool no longer raisesValueError(#2067)
Removed
- Remove LLM prompt/response and response-creation project support:
Client.create_prompt_response_generation_project(),Client.create_response_creation_project(),MediaType.LLMPromptCreation,MediaType.LLMPromptResponseCreation,OntologyKind.ResponseCreation,EditorTaskType.ResponseCreation, andProject.is_prompt_response()(#2063)
Fixed
- Fix Foundry app lookups to raise
ResourceNotFoundErrorfor apps that do not exist, instead of a genericLabelboxError(#2065)
v7.9.0
Version 7.9.0 (2026-07-09)
Added
- Add optional
batch_idsparameter toProject.get_overview()to return workflow state counts scoped to one or more batches (#2060)
v7.8.0
v7.7.0
Version 7.7.0 (2026-04-29)
Added
Project.bulk_assign_data_rows()method for bulk assigning data rows to a userTaskAssignmentStatusenum for filtering assignable data row statuses
Fixed
- Reorder
create_api_keyvalidation to check input params before making API calls - Fix mypy type error in
DataRowUpsertItem.build
v7.6.0
Version 7.6.0 (2026-03-18)
Added
- Add
Project.sync_external_project()method for syncing external labels, metrics, and workflow state (#2042) - Add
ProjectSyncEntry,ProjectSyncResult,ProjectSyncLabel,ProjectSyncReview,AutoQA,AutoQaStatus,CustomScore,GranularRating,SubmittedBy,ReviewedByclasses (#2042) - Add CRUD support for
Issues,CommentsandIssue Categories(#2043)
Fixed
- Fix NDJSON serialization for
VideoClassificationAnnotationwithTextvalues (#2044)