What is the correct way to add the highest compatible version of selected packages? #1265
Unanswered
shaunhegarty
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This could be a misunderstanding on my part, but when I use
rye add somepackage
my expectation was that it would do some package resolution to determine the best compatible mix of selected packages.Here's an explicit example:
But if use uv directly, I can do this and it works just fine:
It seems that
rye add
always adds the latest versions to thepyproject.toml
and then tries to work it out, which it obviously can't. Is there an alternate usage I'm missing?Beta Was this translation helpful? Give feedback.
All reactions