Skip to content

chore(deps): bump cuemsutils 0.1.0rc10 -> 0.1.0rc11 - #18

Merged
ibiltari merged 1 commit into
rc_1from
chore/cuemsutils-rc11
Jul 28, 2026
Merged

chore(deps): bump cuemsutils 0.1.0rc10 -> 0.1.0rc11#18
ibiltari merged 1 commit into
rc_1from
chore/cuemsutils-rc11

Conversation

@ibiltari

Copy link
Copy Markdown
Member

Picks up the free-text field coercion fix in cuems-utils rc11 — ClickUp 869cqbpxa, cuems-utils PR #8.

What rc11 fixes

CuemsParser.str_to_value() coerced every scalar regardless of its key, so cue names that fall in strtobool's vocabulary were silently rewritten on save (n/N/f/FFalse, y/Y/t/TTrue, bare digits → int), and names of lowercase none/null failed XSD validation outright with a hard XMLSchemaValidationError.

Scope of this PR

Lock-only. pyproject.toml needs no change — it is already cuemsutils = ">=0.1.0rc10", which rc11 satisfies. The exact pin lives in poetry.lock, which is what moves here.

Regenerated with poetry update --lock cuemsutils. The diff is 4 lines: the version and the two file hashes, plus the generator header (Poetry 2.3.22.4.1, the version this repo pins on main). No other package versions moved.

Base is rc_1 rather than main because rc_1 is 38 commits ahead here and is the live line.

Picks up the free-text field coercion fix (ClickUp 869cqbpxa): cue names
that are single letters from strtobool's vocabulary (n/N/f/F -> False,
y/Y/t/T -> True) or bare digits were silently rewritten on save, and names
of lowercase none/null failed XSD validation outright.

pyproject.toml needs no change -- it is already cuemsutils = ">=0.1.0rc10",
which rc11 satisfies. Only the hash-pinned lock entry moves.

Lock regenerated with `poetry update --lock cuemsutils`; the only other
change is the generator header (Poetry 2.3.2 -> 2.4.1, the version this
repo pins on main). No other package versions moved.
@ibiltari
ibiltari requested a review from backenv as a code owner July 28, 2026 15:31
@cursor

cursor Bot commented Jul 28, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@ibiltari
ibiltari merged commit cb2cd65 into rc_1 Jul 28, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant