chore(deps): bump mloda to 0.9.0#78
Merged
Merged
Conversation
mloda 0.9.0 changes input-feature option forwarding: options now forward to input features by default, with typed opt-outs, and the feature_chainer_parser_key shield is retired. The template example code does not use these paths, so no code changes are needed here. Minor bump (feat, not chore/patch) to flag the upstream breaking change to downstream template consumers. No BREAKING CHANGE footer is used on purpose: the template's own public surface is unchanged, and the footer would force a major release under the conventionalcommits preset.
6c583e0 to
9fef57a
Compare
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.
Bumps the
mlodadependency floor from>=0.8.0to>=0.9.0(latest release, 2026-07-07) and relocks.Changes
pyproject.toml:mloda>=0.8.0->mloda>=0.9.0uv.lock: mloda0.8.0->0.9.0(wheel + hash + requires-dist), plus incidental exceptiongroup marker re-resolutionmloda-testingis already at its latest (0.3.2), left unchanged. No other tracked file references the mloda version.Notes
mloda 0.9.0 ships a breaking change (
feat!: forward input-feature options by default), but it is a runtime feature-resolution behavior change with zero surface area here: the placeholder plugin code only subclasses stable public base classes and the tests are import/subclass smoke tests. Bumping the floor (rather than relocking only) is deliberate so plugins scaffolded from the template start on the current 0.9.0 semantics.Verification
toxgreen: 15 passed, ruff format/check clean, mypy --strict clean, bandit clean.