release(runtime-python): 0.1.28 — ship the cross-tool bridge - #14
Merged
Conversation
PyPI 0.1.27 was cut 2026-04-17, before the cross-tool bridge merged (#13), so the published 0.1.27 lacks `register_foreign_runner` / the `bridge` module even though main was still labeled 0.1.27. Bump to 0.1.28 so the bridge is actually released, and re-sync the lagging `__init__.__version__` (was 0.1.26). No code changes — version metadata only. 106 runtime-python tests pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Why
PyPI
orca-runtime-python 0.1.27was uploaded 2026-04-17, six weeks before the cross-tool bridge merged (#13, 2026-05-29). So the published0.1.27does not containregister_foreign_runneror thebridgemodule — yetmainwas still labeled0.1.27. A consumer doingpip install orca-runtime-pythongets a runtime with no bridge.This bumps to 0.1.28 so the bridge is actually released, and re-syncs the lagging
__init__.__version__(it had drifted to0.1.26).Changes
pyproject.toml:version = 0.1.27 → 0.1.28orca_runtime_python/__init__.py:__version__ = 0.1.26 → 0.1.28No code changes — version metadata only.
Verification
pytest packages/runtime-python/tests/→ 106 passedpython -m build→ sdist + wheel;twine check→ PASSED (both)0.1.28wheel into a fresh Python 3.11 venv:register_foreign_runner = True,BRIDGE_PROTOCOL_VERSION = 1.0,importlib.metadata.version == 0.1.28.Follow-up after merge: tag
runtime-python-v0.1.28andtwine uploadthe built artifacts.🤖 Generated with Claude Code