Pip does not seem to be handling deep requirements correctly #4160
Labels
auto-locked
Outdated issues that have been locked by automation
C: dependency resolution
About choosing which dependencies to install
Description:
Pip does not seem to be handling deep requirements correctly.
What I've run:
The pinnings are set to allow for bug fixes but prevent new features.
I expected that pip would honor the pinning to
botocore==1.4.57
since that's more restrictive, and within range, of<1.5.0
.The text was updated successfully, but these errors were encountered: