v1.34.9
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.