Zanie Blue
Zanie Blue
We're considering that still, e.g., `uv sync --script`, but I'm not really sure if it makes sense.
That's a pretty interesting idea :)
Thanks for the use-case @BenediktMaag — we'll need to think about a solution.
@j-tr could you please include the omitted details about the server? Are you using Cloud?
I think we'll be tackling this in #171 when we allow add index sources to the `pyproject.toml` directly, cc @charliermarsh
> understand that uv tool normally doesn't look at the pyproject.toml, but when I am doing --from . it should look at my current project and take pyproject.toml into account....
@SalttownUser please open a separate issue, that looks unrelated to this one.
Sort of related to #6533 I'm honestly kind of into this. It's not on the immediate roadmap though.
I think this is intentional. `UV_PYTHON` is equivalent to setting `--python` and both take precedence over `.python-version` files. If you wanted different behavior, I think we'd need to introduce some...
I think you wanted to create your project with a different `requires-python`, e.g. `requires-python = ">=3.11"` or `uv init --python 3.11` — or, you want to change your pin, e.g....