fix: validate the published SDK dependency - #92
Merged
carolinerg1 merged 2 commits intoAug 17, 2026
Merged
Conversation
Contributor
Author
|
The new mandatory zizmor check flagged the four tag-based actions in the workflow modified here. I pinned the three |
damaz91
approved these changes
Aug 17, 2026
carolinerg1
approved these changes
Aug 17, 2026
carolinerg1
merged commit Aug 17, 2026
c7b9a69
into
Universal-Commerce-Protocol:main
16 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
A standalone conformance checkout cannot follow the README's
uv syncsetup:[tool.uv.sources]redirectsucp-sdkto an absent../python-sdk/sibling. Ignoring that local source still installs the staleucp-sdk==0.3.0, whose generated models cannot import the current 2026-04-08 conformance suite.This updates the published dependency to
ucp-sdk==0.4.4, the current SDK release for UCP 2026-04-08, while retaining the editable sibling source for coordinated local development. CI now also resolves dependencies with--no-sources, so the standalone published-package path cannot silently drift again.Testing
uv sync --no-sources --no-install-projectin an isolated archive*_test.pymodules againstucp-sdk==0.4.4uv run ruff check .uv run ruff format --check .uvx pre-commit run --all-files --show-diff-on-failuregit diff --checkType of change
Checklist