From 649784478a896ef8e22b8348c91bf1c1a682ff4f Mon Sep 17 00:00:00 2001 From: Dmytro Apollonin Date: Thu, 11 Jun 2026 16:45:19 -0600 Subject: [PATCH] Prep 7.8.0 --- docs/conf.py | 2 +- libs/labelbox/CHANGELOG.md | 5 +++++ libs/labelbox/pyproject.toml | 2 +- libs/labelbox/src/labelbox/__init__.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c5542aa52..b4fb65d81 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = 'Python SDK reference' copyright = '2025, Labelbox' author = 'Labelbox' -release = '7.7.0' +release = '7.8.0' # -- General configuration --------------------------------------------------- diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index a499d12a8..95df1750c 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +# 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](https://github.com/Labelbox/labelbox-python/pull/2057)) +* Add `ModelRun.refresh_cost_and_usage()` to re-fetch live cost and usage data ([#2057](https://github.com/Labelbox/labelbox-python/pull/2057)) + # Version 7.7.0 (2026-04-29) ## Added * Add `Project.bulk_assign_data_rows()` method for bulk assigning data rows to a user ([#2054](https://github.com/Labelbox/labelbox-python/pull/2054)) diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index 1f06f2628..d9639f3fa 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "7.7.0" +version = "7.8.0" description = "Labelbox Python API" authors = [{ name = "Labelbox", email = "engineering@labelbox.com" }] dependencies = [ diff --git a/libs/labelbox/src/labelbox/__init__.py b/libs/labelbox/src/labelbox/__init__.py index c86f0b95c..98fc10eb1 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -1,6 +1,6 @@ name = "labelbox" -__version__ = "7.7.0" +__version__ = "7.8.0" from labelbox.client import Client from labelbox.schema.annotation_import import (