Skip to content

Conversation

@notatallshaw
Copy link
Member

@notatallshaw notatallshaw commented Mar 1, 2025

Fixes #13030

This is pretty simple, currently pip prefers pinned requirements, e.g. requests==2.32.2, when resolving so as to follow a path through the requirement graph that does not increase the number of possibilities.

However, the current code considers a requirement like requests==2.* to be pinned, which it is not. This fixes that.

@notatallshaw notatallshaw merged commit 2014c69 into pypa:main Mar 1, 2025
28 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

2 participants