Release v4.12.1 - first PyPI publication metadata - #26
Merged
Conversation
pip install mercury-composable (name verified free on PyPI). SPDX license expression + license-files (PEP 639); trove classifiers (Beta, 3.10-3.14, AsyncIO); keywords; project URLs corrected and extended (Documentation now points at this repo's own site); a constrained sdist that ships only the package sources, tests, examples and top-level docs - repo-internal layers (agent memory, skills, CI) never ride the artifact. Version 4.12.1 on the lock-step line; CHANGELOG flipped. Verified: 97 tests + ruff green, build + twine check PASSED on both artifacts, and a fresh-venv wheel install smoke test (import + mercury-serve --help) on python 3.14 - with the 3.9 system python correctly rejected by requires-python. Co-Authored-By: Claude Code <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.
What
The v4.12.1 release: PyPI publication metadata for
mercury-composable(name verifiedfree on PyPI), riding the lock-step line with the engines.
license-files(PEP 639); trove classifiers (Beta,Python 3.10-3.14, AsyncIO); keywords; project URLs corrected and extended -
Documentation now points at this repo's own site (it pointed at the engine's).
docs - the repo-internal layers (agent memory, skills, CI plumbing) never ride the
artifact. The wheel was already constrained to
src/mercury_composable.pyproject.toml+version.py); CHANGELOG flipped - the 4.12.1section carries the llm.chat / llm.stream AI nodes shipped since v4.12.0.
Why
Public package publication green-lit (P5 of the polyglot initiative); registry
artifacts should correspond to a tag, so the wrappers release v4.12.1 in lock-step
with the engines rather than publishing artifacts that do not match v4.12.0.
Verification
97 tests + ruff green;
python -m build+twine checkPASSED on both artifacts;sdist contents inspected (exactly the intended set); fresh-venv wheel install smoke
test on Python 3.14 (
importat 4.12.1 +mercury-serve --help), with the systemPython 3.9 correctly rejected by
requires-python.Co-Authored-By: Claude Code noreply@anthropic.com
🤖 Generated with Claude Code