Skip to content

Releases: Labelbox/labelbox-python

v7.11.0

Choose a tag to compare

@pawelkozik-labelboxpawelkozik-labelbox released this 28 Jul 13:14
c8ac7fb

Added

  • Add User.last_login_at to expose GraphQL lastLoginAt (nullable datetime of last session in the organization) (#2070)

v7.10.0

Choose a tag to compare

@mrobers1982mrobers1982 released this 24 Jul 13:53
bd46a49

Version 7.10.0 (2026-07-22)

Added

  • Add Tool.Type.MARKER for video marker tool ontologies — fetching an ontology containing a marker tool no longer raises ValueError (#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, and Project.is_prompt_response() (#2063)

Fixed

  • Fix Foundry app lookups to raise ResourceNotFoundError for apps that do not exist, instead of a generic LabelboxError (#2065)

v7.9.0

Choose a tag to compare

@mrobers1982mrobers1982 released this 13 Jul 14:09
cf28762

Version 7.9.0 (2026-07-09)

Added

  • Add optional batch_ids parameter to Project.get_overview() to return workflow state counts scoped to one or more batches (#2060)

v7.8.0

Choose a tag to compare

@mrobers1982mrobers1982 released this 15 Jun 14:23
16c79d7

Version 7.8.0 (2026-06-11)

Added

  • Add ModelRun.total_cost and ModelRun.total_data_rows properties to retrieve inference cost and data row count for a model run (#2057)
  • Add ModelRun.refresh_cost_and_usage() to re-fetch live cost and usage data (#2057)

v7.7.0

Choose a tag to compare

@midhun-pmmidhun-pm released this 29 Apr 14:14
b8bf134

Version 7.7.0 (2026-04-29)

Added

  • Project.bulk_assign_data_rows() method for bulk assigning data rows to a user
  • TaskAssignmentStatus enum for filtering assignable data row statuses

Fixed

  • Reorder create_api_key validation to check input params before making API calls
  • Fix mypy type error in DataRowUpsertItem.build

v7.6.0

Choose a tag to compare

@mrobers1982mrobers1982 released this 18 Mar 14:32
9549be4

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, ReviewedBy classes (#2042)
  • Add CRUD support for Issues, Comments and Issue Categories (#2043)

Fixed

  • Fix NDJSON serialization for VideoClassificationAnnotation with Text values (#2044)

v7.5.0

Choose a tag to compare

@mrobers1982mrobers1982 released this 31 Jan 04:27
b1b5f7c

Version 7.5.0 (2026-01-30)

Added

  • Add support for text subclasses under global text subclasses (#2040)

v7.4.0

Choose a tag to compare

@lb-pnolb-pno released this 22 Jan 11:33
5cff6f2

Version 7.4.0 (2026-01-22)

Added

  • Add support of groups to invite_user() (#2035)
  • Add group classification type (#2030)
  • Add model config response count support (#2014)

Fixed

  • Workflow Management allow multiple inputs (#2031)

v7.3.0

Choose a tag to compare

@mrobers1982mrobers1982 released this 27 Oct 16:56
21a3a1c

Version 7.3.0 (2025-10-27)

Added

  • Add support for Audio Temporal Annotations (#2013)

v7.2.0

Choose a tag to compare

@mrobers1982mrobers1982 released this 03 Sep 21:38
2fab8c9

Version 7.2.0 (2025-08-28)

Updated

  • DataRowMetadata: Remove enforcement of character limit (#2010)