Skip to content

Commit 15d9f57

Browse files
authored
minor: bump mloda to 0.9.0 (#78)
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.
1 parent 3b76cf1 commit 15d9f57

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.4.0"
1010
description = "TEMPLATE PLACEHOLDER - Do not install directly. This package reserves the name for mloda-plugin-template. See https://github.com/mloda-ai/mloda-plugin-template"
1111
license = "Apache-2.0"
1212
authors = [{ name = "Your Name placeholder", email = "placeholder@placeholder.com" }]
13-
dependencies = ["mloda>=0.8.0", "mloda-testing>=0.3.2"]
13+
dependencies = ["mloda>=0.9.0", "mloda-testing>=0.3.2"]
1414
requires-python = ">=3.10"
1515

1616
[project.optional-dependencies]

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)