Skip to content

chore(deps): update openjd-model requirement from <0.11,>=0.9 to >=0.9,<0.12#225

Merged
leongdl merged 1 commit into
mainlinefrom
dependabot/pip/openjd-model-gte-0.9-and-lt-0.12
Jul 13, 2026
Merged

chore(deps): update openjd-model requirement from <0.11,>=0.9 to >=0.9,<0.12#225
leongdl merged 1 commit into
mainlinefrom
dependabot/pip/openjd-model-gte-0.9-and-lt-0.12

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on openjd-model to permit the latest version.

Release notes

Sourced from openjd-model's releases.

0.11.0 (2026-07-09)

Features

  • bump openjd crates for EXPR and WRAP_ACTIONS extension support (#306) (9995c45)
  • Implement WRAP_ACTIONS with EXPR binding to RS (#285) (8eae8ae)

Bug Fixes

Changelog

Sourced from openjd-model's changelog.

0.11.0 (2026-07-09)

Features

  • bump openjd crates for EXPR and WRAP_ACTIONS extension support (#306) (9995c45)
  • Implement WRAP_ACTIONS with EXPR binding to RS (#285) (8eae8ae)

Bug Fixes

0.10.1 (2026-06-25)

There are no new changes introduced in this release, it is identical to 0.10.0. This release was made to publish all release artifacts on PyPI and the GitHub releases page that were missed in the 0.10.0 release due to a new build and release process.

0.10.0 (2026-06-23)

Features

  • An experimental rust-based implementation of the OpenJD model and expression language are now available as opt-in features, delivering significant performance improvements for template parsing, expression evaluation, and job creation. Consumers can opt into the Rust implementation by importing from openjd.model._v1 or openjd.expr directly, with the _v1 prefix indicating these APIs are experimental and may evolve. (3d853e5)
    • openjd.expr — New expression language, with evaluate_expression, parse_expression, path mapping (PathFormat, PathMappingRule), range expressions, symbol tables, and typed error hierarchy.
    • openjd.model._v1 — Rust-backed template decoding (decode_job_template), job creation (create_job), capability validation, and all template/job types.

Bug Fixes

  • make userInterface control field optional for all parameter types (#278) (5e10e2c)
  • require attribute and amount names to be unique (#265) (c5ba60e)
  • reject control characters in job names (#263) (0d428c4)

0.9.1 (2026-02-20)

Bug Fixes

  • reject path separators in embedded filenames (#264) (d2ff7e0)
  • allow minLength of 0 for strings and paths (#262) (96651fa)
  • run extensions field validator even when template omits extensions field (4c2c253)

0.9.0 (2026-02-02)

BREAKING CHANGES

  • The types of some model class fields are extended from Optional[int] to Optional[int | FormatString], so downstream code that relies on those types can fail type checking.

Features

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 13, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 13, 2026 07:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 13, 2026
@leongdl
leongdl enabled auto-merge (squash) July 13, 2026 19:05
Updates the requirements on [openjd-model](https://github.com/OpenJobDescription/openjd-model-for-python) to permit the latest version.
- [Release notes](https://github.com/OpenJobDescription/openjd-model-for-python/releases)
- [Changelog](https://github.com/OpenJobDescription/openjd-model-for-python/blob/mainline/CHANGELOG.md)
- [Commits](OpenJobDescription/openjd-model-for-python@0.9.0...0.11.0)

---
updated-dependencies:
- dependency-name: openjd-model
  dependency-version: 0.11.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/openjd-model-gte-0.9-and-lt-0.12 branch from d573356 to fab87cc Compare July 13, 2026 19:07
@leongdl
leongdl merged commit 0ead04b into mainline Jul 13, 2026
32 of 33 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/openjd-model-gte-0.9-and-lt-0.12 branch July 13, 2026 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code waiting-on-maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant