mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 14:00:11 -05:00
The h2 errors, a specific type nested in reqwest errors, all look like they shouldn't happen in regular operations and should be retried. This covers all `io::Error`s going through h2 (i.e., only HTTP 2 connections). Fixes https://github.com/astral-sh/uv/issues/15916
pypi-client
A general-use client for interacting with PyPI.
Loosely modeled after Orogene's oro-client.