Release cortext.py v1.3.0 - #2
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the cortext.py Python binding for the v1.3.0 release that corresponds to the merged text-media API by aligning package metadata, release/install tooling, asset manifests, and CI/release workflows to the new version and engine asset tag.
Changes:
- Bump binding/package version and all user-facing release/install references from 1.2.4 → 1.3.0.
- Align shipped model/native asset manifests and default engine release tag to v1.3.0.
- Remove CI fallback that allowed vendoring mismatched upstream engine assets.
Reviewed changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Updates locked root package version and records dev extra metadata for v1.3.0. |
| scripts/write_wheel_index.py | Updates example commands/URLs to v1.3.0. |
| scripts/vendor_release_assets.py | Updates example command to v1.3.0. |
| scripts/install.sh | Updates default install tag and usage comment to v1.3.0. |
| scripts/install_from_release.sh | Updates usage examples to v1.3.0. |
| scripts/build_wheels.py | Updates missing-native guidance to reference v1.3.0 vendoring. |
| README.md | Updates install/release documentation and examples to v1.3.0. |
| pyproject.toml | Bumps project version to 1.3.0. |
| cortext/release.py | Bumps default upstream release tag and updates “LATEST” error example to v1.3.0. |
| cortext/models/manifest.json | Updates model manifest cortext_version to 1.3.0. |
| cortext/assets-manifest.json | Updates release assets manifest cortext_version fields to 1.3.0. |
| .github/workflows/release-wheels.yml | Updates workflow_dispatch input description example to v1.3.0. |
| .github/workflows/ci.yml | Removes fallback vendoring of a mismatched upstream engine tag; enforces matching tag. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Prepare the Python binding v1.3.0 release for the merged text-media API.
Validation: pytest (10 passed), metadata consistency, and diff checks pass.