chore(release): refresh platform manifest for openadapt-flow 1.28.0 - #1083
Merged
Conversation
PyPI published openadapt-flow 1.28.0, so validate-platform-manifest fails on every PR with a flow version drift error. Regenerated with scripts/generate_platform_manifest.py; only the flow component version, its artifact URLs/digests, and generated_at change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Summary
openadapt-flow1.28.0, so thevalidate-platform-manifestcheck fails on every PR with:flow version drift: manifest has '1.27.1' but PyPI's latest openadapt-flow is '1.28.0'(example: failing job).platform-manifest.jsonwithscripts/generate_platform_manifest.py. Only the flow component version, its wheel/sdist URLs and sha256 digests, andgenerated_atchange.Verification
scripts/validate_platform_manifest.pypasses:OK: platform manifest validated (including published artifacts); 2 warning(s).status.jsonin openadapt-web; they are non-fatal and must be fixed there (public/status.json,data/published-version-claims.json).Follow-up
validate-platform-manifestcheck on open PRs (e.g. docs: align entry commands and substrate maturity across repo READMEs #1082).🤖 Generated with Claude Code