Skip to content

fix: auto-update dependency version pins during release#45

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/pin-dependency-versions
Apr 13, 2026
Merged

fix: auto-update dependency version pins during release#45
Jammy2211 merged 1 commit into
mainfrom
feature/pin-dependency-versions

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

Summary

  • Add sed command to replace pinned PyAuto dependency versions in pyproject.toml with the release version
  • Added in both the test-PyPI build step and the release step, matching the existing __version__ sed pattern
  • Pattern: sed -i "s/\(\"auto[a-z]*\)==[0-9][0-9\.]*\"/\1==$VERSION\"/g" pyproject.toml

Test plan

  • Dry-run sed against pyproject.toml files confirms correct matches
  • Next release updates dependency pins to the new version number

🤖 Generated with Claude Code

Add sed command to replace pinned PyAuto dependency versions in
pyproject.toml with the release version, matching the existing
__version__ sed pattern.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant