Zanie Blue
Zanie Blue
Oh that seems like it would break the shim, interesting
We could put it in a zipapp... :)
There's some more discussion on this active in https://github.com/astral-sh/uv/issues/2077
@Malix-off can you please discuss this on the issue instead of this pull request? I'd prefer to keep the discussion here focused on implementation details. Thanks.
I don't think our Rust APIs are stable enough for this — we would rather focus on the user experience at this time.
Hi! Thanks for the clear issue. Is this a duplicate of #1339? Can you add the certificate to your system trust store per #1512?
You can use an environment variable e.g. `UV_INDEX_URL` — we'll add support for reading a persistent configuration file in the future too.
Are you using the latest version of `uv`? Note we don't support reading from the `.pypirc` file.
Thanks I'll look into this!
Hi! We don't have keyring support yet. You can track that at https://github.com/astral-sh/uv/issues/1520 We also do not support specifying `--pre` in requirements files. You can specify `my-package >=0.0.0dev0` if you...