Skip to content

v0.3.0.dev20260607200608

@renyuchen1 renyuchen1 tagged this 07 Jun 20:04
## Motivation

GitHub release metadata may contain control characters in the release
body.
When parsing the release metadata, json.loads() can raise:

    JSONDecodeError: Invalid control character

As a result, the installer fails to extract the wheel URL and exits
with:

    Error: No wheel file found in the latest release.

## Change

Add strict=False to json.loads() when parsing release metadata so the
installer
can tolerate control characters and continue extracting the wheel URL.

Signed-off-by: Renyu Chen <renyuchen1@gmail.com>
Assets 2
Loading