partinfo 0.1.2
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.