Prep 7.12.0 - #2076
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
mrobers1982
requested review from
ChuckTerry,
KahvehS,
carl-l-chua,
gramos-lb,
john-labelbox,
lb-mwetter and
snmodi21
August 25, 2026 15:33
abacchilb
approved these changes
Aug 25, 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.
Context
developvia [PLT-4347] Route embedding metadata operations through GraphQL #2074, but the published SDK is still 7.11.0JSONDecodeErrorwith opaquelbx_API keys only get the fix after a versioned release (Prep → tag → Publish)In scope
pip install labelboxships the embedding metadata GraphQL routing fixOut of scope
import_vectors_from_file,get_imported_vector_count) that [PLT-4347] Route embedding metadata operations through GraphQL #2074 intentionally left onAdvClient🤖 Generated with Claude Code
Note
Low Risk
Release-only version and documentation updates with no runtime code changes in this diff.
Overview
Bumps the labelbox package from 7.11.0 to 7.12.0 across
pyproject.toml,labelbox.__version__, and the Sphinx docsreleasefield so the next publish ships a new SDK version.Adds a 7.12.0 changelog entry (2026-08-25) under Fixed, calling out that embedding metadata APIs (
Client.create_embedding(),Client.get_embeddings(),Client.get_embedding_by_id(),Embedding.delete()) are routed through GraphQL for opaquelbx_API keys (#2074). This PR does not change SDK implementation—only release metadata and release notes for code already ondevelop.Reviewed by Cursor Bugbot for commit 9de436b. Bugbot is set up for automated code reviews on this repo. Configure here.