Skip to content

chore: bump python_runtime __init__.py to 0.34.0 (publish-fix)#85

Merged
drewstone merged 1 commit into
mainfrom
chore/release-0.34.0-fix-python-version
May 22, 2026
Merged

chore: bump python_runtime __init__.py to 0.34.0 (publish-fix)#85
drewstone merged 1 commit into
mainfrom
chore/release-0.34.0-fix-python-version

Conversation

@drewstone
Copy link
Copy Markdown
Contributor

0.34.0 release tag failed publish.yml's version-lock check — clients/python/src/agent_eval_rpc/__init__.py still had the 0.32.0 fallback string for __version__ when the installed package metadata isn't available. The workflow asserts this matches the npm version.

Pure 1-line bump. After merge, the v0.34.0 tag needs to be re-pushed (or workflow_dispatch'd) to retry the publish.

The 0.34.0 release tag failed publish.yml's version-lock check —
clients/python/src/agent_eval_rpc/__init__.py still had the 0.32.0
fallback string (the in-process __version__ when the installed package
metadata isn't available). The workflow asserts this matches the npm
version. Bumping in lockstep.
Copy link
Copy Markdown
Contributor

@tangletools tangletools left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified — 1-line fix to unblock publish.yml's lockstep version check. The python runtime's init.py version fallback was 0.32.0; publish refused to ship 0.34.0 with a mismatched python runtime. Now aligned.

@drewstone drewstone merged commit 90d4a26 into main May 22, 2026
@drewstone drewstone deleted the chore/release-0.34.0-fix-python-version branch May 22, 2026 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants