Split llm_runner runtime release lines - #107
Draft
yaroslavyaroslav wants to merge 1 commit into
Draft
Conversation
deathaxe
reviewed
Aug 1, 2026
| "issues": "https://github.com/yaroslavyaroslav/llm_runner/issues", | ||
| "releases": [ | ||
| { | ||
| "base": "https://pypi.org/project/llm-runner/0.2.14", |
Collaborator
There was a problem hiding this comment.
Only compatible releases are picked for each python version. If new versions of a library require py314+, latest available one will continue to be shipped for 38 and 313.
There should in general not be any requirement for version pinning, nor restricting "sublime_text" versions. The later might even be redundant with python_versions specifier.
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.
What changed
llm_runnertemplates at PyPI 0.2.14 for Sublime Text 4050–4204musllinuxartifactsWhy
Package Control dependencies contain library names, not version constraints. Without separate release templates, an older Sublime/plugin line can be affected by future library publication. The fixed PyPI base and non-overlapping Sublime/Python selectors make the compatibility boundary explicit.
Impact
Old hosts resolve 0.2.14 cp38/cp313 wheels only. New hosts resolve cp314 wheels only; the currently published bridge is 0.2.13 and the next line will be 0.3.x.
Validation
repository.jsonwithpython3 -m json.toolis_compatible_version()andversion_match_prefix()implementationsPyPiClientagainst live PyPI metadata: all 12 legacy templates resolve 0.2.14 and all six Python 3.14 templates resolve the current cp314 bridge