Zanie Blue
Zanie Blue
Like this ``` ❯ uv add --directory example "tomli>=2.0; python_version < '3.11'" ❯ cat example/pyproject.toml [project] name = "example" version = "0.1.0" description = "Add your description here" readme =...
cc @konstin / @charliermarsh should we support adding markers via a dedicated flag (or flags)?
cc @henryiii — not sure if you have any good ideas for how to improve this in our documentation.
Can you open a new issue with details?
We can't possibly maintain the quirks of all the build backends — we don't maintain them and can't always update the documentation when things change.
Hi! You've picked kind of a hard one for a first task, I'm not sure how to do this off the top of my head. My first thought is to...
This also only seems sufficient for `LowestDirect` — since these are the direct dependencies. For `Lowest`, I'm not sure when we will know that there is no lower bound present....
I think this is closed in https://github.com/astral-sh/uv/pull/5142 now
No problem, it happens to all of us :)
Thanks for the report! It definitely looks like a bug. I added some more logs in https://github.com/astral-sh/uv/pull/13472 — let's see if that helps narrow it down.