Files
uv/crates/uv-auth/src
Charlie Marsh 7f4ca68851 Avoid missing password error for Bearer authentication (#18646)
## Summary

I don't think this can be hit in practice today, since we only use
Bearer for pyx, and pyx authenticates through a separate path -- but it
is wrong.

Closes https://github.com/astral-sh/uv/issues/18618.
2026-03-22 20:23:38 -04:00
..