Skip to content

partinfo 0.1.2

Choose a tag to compare

@hed0rah hed0rah released this 16 Jul 01:05

Lower requires-python to >=3.9 so partinfo installs on the RHEL/Alma/Rocky 9 family (Python 3.9), Ubuntu 20.04, and Debian 11.

The schema's runtime-evaluated union annotations moved from int | str to typing.Union[...]; the previous >=3.11 pin was overcautious. No functional changes.