Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 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.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.

Changelog

Sourced from openjd-model's changelog.

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

  • Implement FEATURE_BUNDLE_1 RFC 0004, increasing limits for job parameter counts and name lengths, enabling format strings in integer properties, providing control over embedded file line endings, and adding syntax sugar to simplify templates that run simple scripts with common interpreters (86f79ee)

0.8.7 (2025-12-29)

Bug Fixes

  • fix crash on invalid discriminator in Optional discriminated unions (#256) (13e1c79)

... (truncated)

Commits
  • e8a1f74 chore(release): 0.10.1 (#293)
  • 07a325b chore(release): 0.10.0 (#292)
  • ae42f60 chore(release): 0.10.0 (#291)
  • 1c30177 chore(build): build wheels for multiple platforms (#281)
  • 72db090 feat: unwrap hardening from code review
  • cff5ced chore(release): 0.10.0 (#286)
  • 4d8e3a8 fix: bump pyo3 to 0.29 and run cargo update for RUSTSEC-2026-0176/0177 (#284)
  • 07b82d1 ci(rust): cargo-deny, cargo-about, copyright headers, doc warnings, Rust CodeQL
  • 3d853e5 feat!: Rust-backed openjd.model._v1, openjd.expr, openjd.sessions._v1 via PyO3
  • 94129dc chore(github): bump dependabot/fetch-metadata from 2 to 3 (#276)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 29, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 29, 2026 07:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 29, 2026
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.10.1)

---
updated-dependencies:
- dependency-name: openjd-model
  dependency-version: 0.10.1
  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.11 branch from fa0784a to 68a0ab7 Compare July 2, 2026 00:50
@leongdl
leongdl merged commit c3b5cd1 into mainline Jul 2, 2026
18 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/openjd-model-gte-0.9-and-lt-0.11 branch July 2, 2026 00:57
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