Skip to content

Add option to upgrade all packages in the environment, e.g., upgrade --all #1419

@ikrommyd

Description

@ikrommyd

Something missing from pip is the ability to do upgrade --all like conda can do update --all in an environment.
Wrappers around pip that do this are oftentimes slow because python. Given that you already have some resolution strategies available, it would be really nice to see something like that. And it's also gonna be very fast in your case I believe.
The exact resolution strategy for something like that is up for discussion but I think resolution strategies like the one conda uses have been liked by the community.


Maintainer edit: See #1419 (comment) for a current overview of problems and solutions

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or improvement to existing functionalityneeds-designNeeds discussion, investigation, or designuv pipRelated to the uv pip interface

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions