Zanie Blue
Zanie Blue
It looks like the same thing to me
We're building a lock file; see https://github.com/astral-sh/uv/issues/3347
We support `PIP_INDEX_URL` via `UV_INDEX_URL` — we won't support pip environment variables. See #1339 for discussion around trusted host support.
I've considered it some more and basically I don't see a problem supporting these where it's not too invasive. Ideally we'd support `UV_INDEX_URL` and `PIP_INDEX_URL`. I think some pip flags,...
Yes `UV_INDEX_URL` is implemented. Have you tried using `export`? Can you `echo $UV_INDEX_URL` to confirm it's set?
I'm going to close this in favor of the more accurate tracking issue at #3560. Regardless, I'll report back here when there's significant progress as I know there are a...
They seem semantically different; I would treat `3.11.4+` as fulfilling versions that are not pinned. It's rare that we request e.g. `==3.11` or `==3.11.4`
They're different versions — the `+` has meaning. Similar to `1.0.0rc`being different from `1.0.0`. I don't think treating them as distinct versions would cause any problems for our usages of...
Thanks for the report! Looks like an oversight.
Thanks for the report! We definitely need to address registry authentication.