Skip to content

chore: sync uv.lock own-version to the released 2.8.0 - #128

Merged
vvillait88 merged 1 commit into
mainfrom
chore/relock-uvlock-2.8.0
Aug 31, 2026
Merged

chore: sync uv.lock own-version to the released 2.8.0#128
vvillait88 merged 1 commit into
mainfrom
chore/relock-uvlock-2.8.0

Conversation

@vvillait88

Copy link
Copy Markdown
Contributor

Summary

Release 2.8.0 (#125) bumped pyproject.toml to 2.8.0 but the committed uv.lock still recorded agentscore-commerce at 2.7.2. uv.lock embeds the project's own version, so a version bump leaves the lock stale unless uv lock is re-run in the same change. This syncs the lock's own-version line to 2.8.0.

uv lock resolves 141 packages with no dependency change; the only diff is the own-version line. The published 2.8.0 wheel is unaffected (the lock's own-version line is metadata, not shipped), so no re-release is needed.

Worked with: Varun.

Type of change

  • Docs, tests, or internal maintenance only

Public API

None.

Test plan

uv lock re-run produced a single-line diff (2.7.2 to 2.8.0) and no dependency changes. No code changed. CI (ruff, format, ty, pytest) is the gate.

Checklist

  • Tests cover the new behavior, and the suite passes locally
  • Lint, format, and type checks pass
  • Docs and README examples updated if the public surface changed
  • No secrets, credentials, or personal data in the diff or the tests

Release 2.8.0 (#125) bumped pyproject.toml but the committed uv.lock still
recorded agentscore-commerce 2.7.2. uv.lock embeds the project's own version,
so a version bump leaves the lock stale unless uv lock is re-run. Re-locking
resolves 141 packages with no dependency change; this corrects only the
own-version line.
@vvillait88
vvillait88 merged commit 5caad1f into main Aug 31, 2026
7 checks passed
@vvillait88
vvillait88 deleted the chore/relock-uvlock-2.8.0 branch August 31, 2026 21:17
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