Bump contract and runtime to 0.7.2 / 0.4.0 for the python-csv release - #44
Merged
Conversation
Bumps continuo-engine-contract 0.7.1 -> 0.7.2 and continuo-python-runtime 0.3.1 -> 0.4.0, updates the adapter pins and doc/template version references, and regenerates uv.lock. Mirrors #39: one tag ships both packages and both engine images, so a new contract version never exists without a new runtime version to match it. Contract content is unchanged for this release -- the version moves only because the tag-triggered publish workflow uploads both packages in the same run, and PyPI rejects a re-upload of an existing version. Signed-off-by: Simone Carolini <simonecarolini.sc@gmail.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
continuo-engine-contract0.7.1 -> 0.7.2 andcontinuo-python-runtime0.3.1 -> 0.4.0, mirroring the shape of Bump contract and runtimes #39 (the previous release bump).adapters/postgres/pyproject.toml,adapters/trino/pyproject.toml) and the README/template/Dockerfileimage-tag references to the new version, and regeneratesuv.lock(version metadata only).Test plan
uv lockregenerated cleanly (version metadata only diff)uv sync --all-packages --all-groupsuv run pytest tests contract/tests -m "not image" -q— 614 passed, 3 deselecteduv run pytest tests/test_contract_pin_consistency.py tests/test_template.py -v— 6 passeduv run ruff check .— cleanuv run mypyper-package (matchingci.yml) — clean across runtime, contract, postgres adapter, trino adapter🤖 Generated with Claude Code