chore(deps): bump cuemsutils 0.1.0rc10 -> 0.1.0rc11 - #18
Merged
Conversation
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.
|
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. |
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.
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 instrtobool's vocabulary were silently rewritten on save (n/N/f/F→False,y/Y/t/T→True, bare digits →int), and names of lowercasenone/nullfailed XSD validation outright with a hardXMLSchemaValidationError.Scope of this PR
Lock-only.
pyproject.tomlneeds no change — it is alreadycuemsutils = ">=0.1.0rc10", which rc11 satisfies. The exact pin lives inpoetry.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.2→2.4.1, the version this repo pins onmain). No other package versions moved.Base is
rc_1rather thanmainbecauserc_1is 38 commits ahead here and is the live line.