Description
I'm seeing this behavior again in the latest pip version. #11928
Expected behavior
Recent versions of pip should avoid downloading a whole package just to get its metadata, see PEP 658.
pip version
24.1.1
Python version
Python 3.8, 3.9, 3.10, 3.11
OS
Linux
How to Reproduce
pip install awscli s3fs boto3
Output
No response
Code of Conduct