mirror of
https://github.com/astral-sh/uv
synced 2026-01-23 06:20:12 -05:00
## Summary Closes https://github.com/astral-sh/uv/issues/10574. ## Test Plan ``` ❯ SSL_CERT_FILE=a cargo run pip install flask -n Compiling uv v0.5.18 (/Users/crmarsh/workspace/uv/crates/uv) Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.33s Running `target/debug/uv pip install flask -n` ⠦ Resolving dependencies... × Failed to fetch: `https://pypi.org/simple/flask/` ├─▶ Request failed after 3 retries ├─▶ error sending request for url (https://pypi.org/simple/flask/) ├─▶ client error (Connect) ╰─▶ invalid peer certificate: UnknownIssuer help: Consider enabling native TLS support via the `--native-tls` command-line flag ```
pypi-client
A general-use client for interacting with PyPI.
Loosely modeled after Orogene's oro-client.