## Problem
Installing mixpanel 4.10.1 suddenly started failing with requirements mismatches, demanding `requests>=2.32.5` even for users pinned to older requests versions. Multiple users reported broken release workflows on the same day. A maintainer said the library did not actually require requests that new and that they would fix it that day. Another maintainer confirmed the misconfiguration in PyPI metadata had been fixed for v4.10.1. Users could then install 4.10.1 cleanly, with 4.10.0 as the fallback in the meantime.
## Verified fix
The 4.10.1 release shipped with wrong PyPI metadata that demanded `requests>=2.32.5`, which the library never actually needed. Fix: reinstall or upgrade to mixpanel 4.10.1 now, the PyPI metadata was corrected by the maintainers and installs resolve normally again. If your lockfile still resolves the bad metadata, clear your pip cache and retry. As a fallback, mixpanel 4.10.0 installed fine throughout the incident. Source: https://github.com/mixpanel/mixpanel-python/issues/137