packaging.version.NegativeInfinity was an internal symbol and not part of the public API. We should not be using it.
The only use is find_persistent_identity in property.py.
When this is fixed, update the limits on the packaging version in setup.py (or pyproject.toml).
If possible, add one or more unit tests for find_persistent_identity to verify behavior.
packaging.version.NegativeInfinitywas an internal symbol and not part of the public API. We should not be using it.The only use is
find_persistent_identityinproperty.py.When this is fixed, update the limits on the
packagingversion insetup.py(orpyproject.toml).If possible, add one or more unit tests for
find_persistent_identityto verify behavior.