Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport release-24.11] python312Packages.pkginfo: 1.11.1 -> 1.12.0
Changelog: https://pypi.org/project/pkginfo/#pkginfo-changelog (cherry picked from commit 6b32ff9) pkginfo 1.12.0 supports a new metadata format - verison 2.4. If you run "poetry lock" and it tries to process a package that has updated to use this format, poetry fails with an error. A number of packages on pypi are now using this format - for example Pydantic. The error that occurs without this change looks something like (edited a bit for clarity): NewMetadataVersion: New metadata version (2.4) higher than latest supported version: parsing as 2.3 Unable to determine package info for path: /var/folders/ff/m96xlgrd72vf894h3wtw6wtw0000gq/T/tmpourev7sh/pydantic-2.10.4-py3-none-any.whl Unknown metadata version: 2.4
- Loading branch information