Skip to content

fix(ucp): _DEFAULT_VERSION 2026-04-17 -> 2026-04-08 (1.5.1) - #16

Merged
vvillait88 merged 1 commit into
mainfrom
fix/ucp-version-default
May 10, 2026
Merged

fix(ucp): _DEFAULT_VERSION 2026-04-17 -> 2026-04-08 (1.5.1)#16
vvillait88 merged 1 commit into
mainfrom
fix/ucp-version-default

Conversation

@vvillait88

Copy link
Copy Markdown
Contributor

Summary

Mirror of node-commerce. External UCP validators flagged our shipped profiles with: "Version 2026-04-17 is not recognized; validating against latest (2026-04-08)". The `ucp.version` field declares which UCP spec version the profile conforms to; must match a published spec date (2026-04-08, 2026-01-23, 2026-01-11), NOT a free-form date.

  • `agentscore_commerce/identity/ucp.py`: _DEFAULT_VERSION 2026-04-17 -> 2026-04-08
  • `tests/test_ucp_jwks.py`: same in the hand-crafted base profile fixture
  • 10 cross-lang fixtures regenerated
  • Package version 1.5.0 -> 1.5.1

Test plan

  • `uv run pytest` — 883 pass, 3 skipped, 95% coverage

🤖 Generated with Claude Code

Mirror of node-commerce. ucp.version declares which UCP spec version the
profile conforms to; must match a published spec date (2026-04-08,
2026-01-23, 2026-01-11), NOT a free-form date. External UCP validators
flagged the prior default with "Version 2026-04-17 is not recognized;
validating against latest (2026-04-08)".

- agentscore_commerce/identity/ucp.py: _DEFAULT_VERSION 2026-04-17 -> 2026-04-08
- tests/test_ucp_jwks.py: same in the hand-crafted base profile
- 10 cross-lang fixtures regenerated
- package version 1.5.0 -> 1.5.1

883/883 tests pass, 95% coverage.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vvillait88
vvillait88 merged commit 966bdc3 into main May 10, 2026
7 checks passed
@vvillait88
vvillait88 deleted the fix/ucp-version-default branch May 10, 2026 21:04
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