The September publish failed (I should probably check to get some sort of notification when that happens), the error is
InvalidDistribution: Invalid distribution metadata: '2.5' is not a valid metadata version
According to the internet the problem is that:
- metadata 2.5 was published in September 2025
- hatchling 1.32 released August 11th started generating metadata 2.5
- twine < 7 doesn't support metadata 2.5, twine 7 was published July 28th
- gh-action-pypi-publish bumped twine to 7.0 on July 29th
So bumping the publication action should resolve the issue for october. Until then, users of -builtins will be missing ua-parser/uap-core#668 and I think that's it.
The September publish failed (I should probably check to get some sort of notification when that happens), the error is
According to the internet the problem is that:
So bumping the publication action should resolve the issue for october. Until then, users of
-builtinswill be missing ua-parser/uap-core#668 and I think that's it.