You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since PEP 700 simple index index API 1.1 and above has supported the field upload-time. It would be useful for many use cases to support restricting what packages are installed by specifying an upper limit on this upload-time.
Particularly because:
Libraries are strongly discouraged from providing upper bounds
Metadata can not be changed once uploaded to PyPI
Leading to the problem: If library A depends on library B and B releases a version that is incompatible with A, then a new version of A can get released that excludes the incompatible version of B, but this can mean that package installer might just backtrack on A and install functionality incompatible versions of A and B even though their metadata doesn't describe it
Therefore installing older requirements can sometimes be significantly helped by adding an upper limit on upload-time.
The text was updated successfully, but these errors were encountered:
Since PEP 700 simple index index API 1.1 and above has supported the field
upload-time
. It would be useful for many use cases to support restricting what packages are installed by specifying an upper limit on thisupload-time
.Particularly because:
Therefore installing older requirements can sometimes be significantly helped by adding an upper limit on upload-time.
The text was updated successfully, but these errors were encountered: