From 9f453c8cadf8b30b39a556ea2626c0fd0718c3a3 Mon Sep 17 00:00:00 2001 From: gerry Date: Wed, 22 Jul 2026 11:47:26 -0700 Subject: [PATCH] Prep 7.10.0 Co-authored-by: Cursor --- docs/conf.py | 2 +- libs/labelbox/CHANGELOG.md | 8 ++++++++ libs/labelbox/pyproject.toml | 2 +- libs/labelbox/src/labelbox/__init__.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9e8d011f4..55b49af36 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = 'Python SDK reference' copyright = '2025, Labelbox' author = 'Labelbox' -release = '7.9.0' +release = '7.10.0' # -- General configuration --------------------------------------------------- diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index 247e07852..1e9f562f2 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +# 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](https://github.com/Labelbox/labelbox-python/pull/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](https://github.com/Labelbox/labelbox-python/pull/2063)) +## Fixed +* Fix Foundry app lookups to raise `ResourceNotFoundError` for apps that do not exist, instead of a generic `LabelboxError` ([#2065](https://github.com/Labelbox/labelbox-python/pull/2065)) + # 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](https://github.com/Labelbox/labelbox-python/pull/2060)) diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index d2eeb165d..b50df665a 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "7.9.0" +version = "7.10.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 4882e0582..0c7b77484 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -1,6 +1,6 @@ name = "labelbox" -__version__ = "7.9.0" +__version__ = "7.10.0" from labelbox.client import Client from labelbox.schema.annotation_import import (