uv/crates/uv-client
Charlie Marsh eabefbf8a2
Ignore 401 errors with multiple indexes (#3292)
## Summary

It seems like Azure might return a 401 when you request a package that
doesn't exist (even with valid credentials)? But I admittedly haven't
tested this. (We already skip 403, and this seems similar?)

Closes https://github.com/astral-sh/uv/issues/3291.
2024-04-28 10:06:43 -04:00
..
src Ignore 401 errors with multiple indexes (#3292) 2024-04-28 10:06:43 -04:00
tests Fix authentication for URLs with a shared realm (#3130) 2024-04-22 13:06:57 -05:00
Cargo.toml Fix single crate tokio features (#3234) 2024-04-24 08:55:15 +00:00
README.md Rename to uv (#1302) 2024-02-15 11:19:46 -06:00

pypi-client

A general-use client for interacting with PyPI.

Loosely modeled after Orogene's oro-client.