mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-14 09:45:48 +00:00
Add retries for Python downloads (#9274)
## Summary This uses the same approach as in the rest of uv, but with another dedicated method for retries. Closes https://github.com/astral-sh/uv/issues/8525.
This commit is contained in:
parent
289771e311
commit
1b13036674
16 changed files with 107 additions and 54 deletions
|
|
@ -1,5 +1,6 @@
|
|||
pub use base_client::{
|
||||
AuthIntegration, BaseClient, BaseClientBuilder, UvRetryableStrategy, DEFAULT_RETRIES,
|
||||
is_extended_transient_error, AuthIntegration, BaseClient, BaseClientBuilder,
|
||||
UvRetryableStrategy, DEFAULT_RETRIES,
|
||||
};
|
||||
pub use cached_client::{CacheControl, CachedClient, CachedClientError, DataWithCachePolicy};
|
||||
pub use error::{Error, ErrorKind, WrappedReqwestError};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue