Skip to content

chore: 2.1.2 — republish from current main (recover from ghost 2.2.1) - #23

Merged
vvillait88 merged 1 commit into
mainfrom
chore/2.1.2-republish
May 11, 2026
Merged

chore: 2.1.2 — republish from current main (recover from ghost 2.2.1)#23
vvillait88 merged 1 commit into
mainfrom
chore/2.1.2-republish

Conversation

@vvillait88

Copy link
Copy Markdown
Contributor

Summary

Recovers the version line after the cwd-error v2.2.1 ghost. Both v2.1.1 and v2.2.1 publishes built from pre-merge commit `aa8a810` (source-byte-identical to 2.1.0). This bump tags the post-merge commit `e494560` so the published 2.1.2 sdist actually reflects what its version metadata claims.

Why

  • v2.1.1 PyPI sdist: source-byte-identical to 2.1.0 (only `pyproject.toml` version + `PKG-INFO` differ)
  • v2.2.1 PyPI sdist: same — accidental cwd-error publish, being yanked
  • v2.1.2 (this PR): tagged from the post-merge commit on main; same source code (idna 3.13 → 3.14 was lockfile-only and lockfiles aren't in the sdist), but at least it's a "real" tag pointing to the head we want consumers on

After 2.2.1 is yanked + this PR is merged + tagged: `pip install agentscore-py` resolves to 2.1.2.

Test plan

  • `uv run pytest` (152 passed, 97% coverage)
  • `uv run ty check agentscore`
  • `uv run ruff check .`

🤖 Generated with Claude Code

The previous 2.1.1 + accidental-cwd 2.2.1 publishes both built from a
pre-merge commit (aa8a810, source-byte-identical to 2.1.0). This bump tags
the post-merge commit (e494560) so the published 2.1.2 sdist actually
reflects the version metadata. Source code is unchanged from 2.1.0/2.1.1
(idna 3.13 -> 3.14 was lockfile-only and lockfiles aren't shipped in the
sdist), so no consumer behavior change.

After 2.2.1 is yanked, pip install agentscore-py will resolve to 2.1.2.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vvillait88
vvillait88 merged commit 324f9ed into main May 11, 2026
7 checks passed
@vvillait88
vvillait88 deleted the chore/2.1.2-republish branch May 11, 2026 00:44
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