We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding an extra does not update the package without --upgrade, e.g.
--upgrade
❯ uv pip install packse ... ❯ packse index up Using index commands requires installation with extra 'index'. ❯ uv pip install "packse[index]" Audited 1 package in 10ms ❯ uv pip install "packse[index]" --upgrade Resolved 33 packages in 368ms Downloaded 1 package in 102ms Installed 1 package in 13ms + pypiserver==2.0.1
If feasible, we should include this in audits.
The text was updated successfully, but these errors were encountered:
Maybe #1651 is also related?
It does not pick any new dependencies, on either editable or non-editable installs.
uv pip install "." Audited 1 package in 2ms
But the --upgrade works.
Sorry, something went wrong.
I think editable are slightly different, but I’ll be looking into both this weekend or early next week.
I'm unable to reproduce this. Is it possible you're on an older version? (We did fix this in #1727.)
Yep older version — sorry so many shims around.
charliermarsh
No branches or pull requests
Adding an extra does not update the package without
--upgrade
, e.g.If feasible, we should include this in audits.
The text was updated successfully, but these errors were encountered: