uv/crates/uv-client
konstin 7571ffa385 Refactor uv retrayble strategy to use a single code path
Refactoring that allows uv's retryable strategy to return Some(Retryable::Fatal), which is also helpful for #16245.

We need to change the way we're reporting retries to avoid both the retry middleware and our own retry context to report the retry numbers.
2025-12-15 14:31:26 +01:00
..
src Refactor uv retrayble strategy to use a single code path 2025-12-15 14:31:26 +01:00
tests/it Add a 5 min default timeout for deadlocks (#16342) 2025-12-04 14:59:04 +01:00
Cargo.toml Bump version to 0.9.17 (#17058) 2025-12-09 16:36:00 -06:00
README.md Bump version to 0.9.17 (#17058) 2025-12-09 16:36:00 -06:00

README.md

uv-client

This crate is an internal component of uv. The Rust API exposed here is unstable and will have frequent breaking changes.

This version (0.0.7) is a component of uv 0.9.17. The source can be found here.

See uv's crate versioning policy for details on versioning.