Prep 7.10.0#2069
Merged
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
gramos-lb
requested review from
KahvehS,
StepanTytaLabelbox,
dsinha244,
john-labelbox,
labelbox-engineering,
lb-mwetter and
ramy1951
July 22, 2026 18:51
mrobers1982
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release prep for 7.10.0, following the standard pattern (#2061): version bumps + changelog only, no code changes.
What's in 7.10.0
Everything on develop since v7.9.0:
Added
Tool.Type.MARKERfor video marker tool ontologies ([PTDT-5210] Add Tool.Type.MARKER for marker ontologies #2067)Removed
Client.create_prompt_response_generation_project(),Client.create_response_creation_project(),MediaType.LLMPromptCreation,MediaType.LLMPromptResponseCreation,OntologyKind.ResponseCreation,EditorTaskType.ResponseCreation,Project.is_prompt_response()Fixed
ResourceNotFoundErrorfor missing apps instead of a genericLabelboxError(Fix foundry _get_app to raise ResourceNotFoundError for missing apps #2065)Notes for reviewers
LabelingServiceDashboarddisplay-string branches for the removed media/task types — implementation detail of the same removal, so no separate changelog bullet.test_delete_non_existent_schema_idbackend message drift.Files
pyproject.toml,__init__.py,docs/conf.py→ 7.10.0;CHANGELOG.mdgains the 7.10.0 section. Same four files as Prep 7.9.0 (#2061).Note
Low Risk
Version and changelog-only release prep with no runtime code changes in this PR.
Overview
Release prep only — bumps the published SDK version from 7.9.0 to 7.10.0 in
pyproject.toml,labelbox.__version__, and Sphinxdocs/conf.py, and adds the 7.10.0 section toCHANGELOG.md.The new changelog documents what shipped on develop since 7.9.0:
Tool.Type.MARKERfor video marker ontologies, removal of LLM prompt/response and response-creation project APIs and related enums/methods, and Foundry missing-app errors now raisingResourceNotFoundErrorinstead ofLabelboxError. No implementation changes are in this diff.Reviewed by Cursor Bugbot for commit 9f453c8. Bugbot is set up for automated code reviews on this repo. Configure here.