mirror of https://github.com/astral-sh/uv
Previously, we required a username to perform a fetch from the keyring because the `keyring` CLI only supported fetching password for a given service and username. Unfortunately, this is different from the keyring Python API which supported fetching a username _and_ password for a given service. We can't (easily) use the Python API because we don't expect `keyring` to be installed in a specific environment during network requests. This means that we did not have parity with `pip`. Way back in https://github.com/jaraco/keyring/pull/678 we got a `--mode creds` flag added to `keyring`'s CLI which supports parity with the Python API. Since `keyring` is expensive to invoke and we cannot be certain that users are on the latest version of keyring, we've not added support for invoking keyring with this flag. However, now that we have a mode that says authentication is _required_ for an index (#11896), we might as well _try_ to invoke keyring with `--mode creds` when there is no username. This will address use-cases where the username is non-constant and move us closer to `pip` parity. |
||
|---|---|---|
| .. | ||
| anyio_local | ||
| black_editable | ||
| built-by-uv | ||
| dependent_locals | ||
| deptry_reproducer | ||
| hatchling_dynamic | ||
| hatchling_editable | ||
| keyring_test_plugin | ||
| poetry_editable | ||
| root_editable | ||
| setup_cfg_editable | ||
| setup_py_editable | ||
| setuptools_editable | ||
| README.md | ||
README.md
packages
A collection of packages used to test editable installs and bespoke behaviors in packaging setups and definitions.