Skip to content

v1.34.9

Choose a tag to compare

@github-actions github-actions released this 26 Apr 09:46
· 38 commits to main since this release
fix(build): move Python version injection to build artifact only

Inject version into ./bin/pyproject.toml (the build copy) instead of
sdk/python/pyproject.toml (the source), matching the pattern used by
build_nodejs. This keeps the committed pyproject.toml as a 0.0.0
placeholder and prevents the worktree check from seeing the
timestamp-based version as a dirty change.