-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a way to perform non-eager upgrades #3871
Comments
My answers to the questions in OP are:
Quoting myself from #3786:
|
What is the status of this work now? |
It got stalled because I ran out of free time. And another time, I messed up the permissions on my system and ate up time trying to fix it instead of working on this. I have an unpushed, partially tested patch that I was planning to visit this weekend to polish and publish, hopefully as another PR. |
Circling back to this now. Here's what I think we should do:
This will have a longer lead time before non-eager is the default, but it allows us to phase it in slower to make sure there's not some use case that's going to go kaboom from it. Ideally I think we'd want to eventually get rid of the |
The new flag sounds reasonable to me. |
Agreed, that sounds like a sensible way to handle this. |
Sounds good to me too. |
Bump. Should the switch of the default happen in 10.0 or wait till 11.0? |
I think given our original timeline we'd make the change in v10. |
Cool. :) I'll make a PR? |
Sure! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Ref #59, #3786
pip should provide a way to do non-eager upgrades, i.e. upgrade a dependency only if it no longer satisfies the newer parent version requirements.
To be decided:
The text was updated successfully, but these errors were encountered: