Skip to content

Releases: Labelbox/labelbox-python

v7.6.0

18 Mar 14:32
9549be4

Choose a tag to compare

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

31 Jan 04:27
b1b5f7c

Choose a tag to compare

Version 7.5.0 (2026-01-30)

Added

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

v7.4.0

22 Jan 11:33
5cff6f2

Choose a tag to compare

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

27 Oct 16:56
21a3a1c

Choose a tag to compare

Version 7.3.0 (2025-10-27)

Added

  • Add support for Audio Temporal Annotations (#2013)

v7.2.0

03 Sep 21:38
2fab8c9

Choose a tag to compare

Version 7.2.0 (2025-08-28)

Updated

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

v7.1.2

14 Aug 17:11
fd781d5

Choose a tag to compare

Version 7.1.2 (2025-08-14)

Fixed

  • Project Setup: Remove project setup complete restriction (#2003)
  • API key creation: fix support of role with a space in the name (#2003)
  • Workflow cloning: Fix validation for some nodes (#2005)

v7.1.1

09 Jul 18:28
59aa3f3

Choose a tag to compare

Version 7.1.1 (2025-07-09)

Fixed

  • reset_to_initial_nodes() and clone_workflow_from() will not update initial node IDs anymore (#1999)

v7.1.0

08 Jul 16:53
dd9d5ee

Choose a tag to compare

Version 7.1.0 (2025-07-08)

Added

  • Add the ability to specify relationship constraints (#1992)

Fixed

  • Minor fixes to CRUD operations when specifying user groups (#1993)

v7.0.0

17 Jun 18:12
b71471a

Choose a tag to compare

Version 7.0.0 (2025-06-17)

Added

  • Add support for Likert scale (#1980)
  • Add creation of IAM integrations (#1976)
  • Add workflow management (#1975)
  • Add model app ID to model run creation and return it (#1973)
  • Add support for project ontology change (#1972)
  • Remove mypy from dependencies (#1968)

Updated

  • BREAKING CHANGE UserGroup no longer supports the users field - it's been replaced by the members field.
  • Update UserGroup to fix project membership (#1986)

Fixed

  • ApiKey.created_by now correctly displays the user for old API keys (#1967)

v.6.10.0

04 Apr 15:09
777bfc0

Choose a tag to compare

Version 6.10.0 (2025-04-04)

Added

  • API keys Management: (#1961)
  • Get invitations: (#1962)
  • Add tasks to organization and TaskStatus to filter tasks: (#1958)