Bump version to 0.10.10 (#18455)
This commit is contained in:
+43
-1
@@ -3,6 +3,49 @@
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
|
||||
## 0.10.10
|
||||
|
||||
Released on 2026-03-13.
|
||||
|
||||
### Python
|
||||
|
||||
- Add CPython 3.15.0a7 ([#18403](https://github.com/astral-sh/uv/pull/18403))
|
||||
|
||||
### Enhancements
|
||||
|
||||
- Add `--outdated` flag to `uv tool list` ([#18318](https://github.com/astral-sh/uv/pull/18318))
|
||||
- Add riscv64 musl target to build-release-binaries workflow ([#18228](https://github.com/astral-sh/uv/pull/18228))
|
||||
- Fetch Ruff from an Astral mirror ([#18286](https://github.com/astral-sh/uv/pull/18286))
|
||||
- Improve error handling for platform detection in Python downloads ([#18453](https://github.com/astral-sh/uv/pull/18453))
|
||||
- Warn if `--project` directory does not exist ([#17714](https://github.com/astral-sh/uv/pull/17714))
|
||||
- Warn when workspace member scripts are skipped due to missing build system ([#18389](https://github.com/astral-sh/uv/pull/18389))
|
||||
- Update build backend versions used in `uv init` ([#18417](https://github.com/astral-sh/uv/pull/18417))
|
||||
- Log explicit config file path in verbose output ([#18353](https://github.com/astral-sh/uv/pull/18353))
|
||||
- Make `uv cache clear` an alias of `uv cache clean` ([#18420](https://github.com/astral-sh/uv/pull/18420))
|
||||
- Reject invalid classifiers, warn on license classifiers in `uv_build` ([#18419](https://github.com/astral-sh/uv/pull/18419))
|
||||
|
||||
### Preview features
|
||||
|
||||
- Add links to `uv audit` output ([#18392](https://github.com/astral-sh/uv/pull/18392))
|
||||
- Output/report formatting for `uv audit` ([#18193](https://github.com/astral-sh/uv/pull/18193))
|
||||
- Switch to batched OSV queries for `uv audit` ([#18394](https://github.com/astral-sh/uv/pull/18394))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- Avoid sharing version metadata across indexes ([#18373](https://github.com/astral-sh/uv/pull/18373))
|
||||
- Bump zlib-rs to 0.6.2 to fix panic on decompression of large wheels on Windows ([#18362](https://github.com/astral-sh/uv/pull/18362))
|
||||
- Filter out unsupported environment wheels ([#18445](https://github.com/astral-sh/uv/pull/18445))
|
||||
- Preserve absolute/relative paths in lockfiles ([#18176](https://github.com/astral-sh/uv/pull/18176))
|
||||
- Recreate Python environments under `uv tool install --force` ([#18399](https://github.com/astral-sh/uv/pull/18399))
|
||||
- Respect timestamp and other cache keys in cached environments ([#18396](https://github.com/astral-sh/uv/pull/18396))
|
||||
- Simplify selected extra markers in `uv export` ([#18433](https://github.com/astral-sh/uv/pull/18433))
|
||||
- Send pyx mint-token requests with a proper `Content-Type` ([#18334](https://github.com/astral-sh/uv/pull/18334))
|
||||
- Fix Windows operating system and version reporting ([#18383](https://github.com/astral-sh/uv/pull/18383))
|
||||
|
||||
### Documentation
|
||||
|
||||
- Update the platform support policy with a tier 3 section including freebsd and 32-bit windows ([#18345](https://github.com/astral-sh/uv/pull/18345))
|
||||
|
||||
## 0.10.9
|
||||
|
||||
Released on 2026-03-06.
|
||||
@@ -16,7 +59,6 @@ Released on 2026-03-06.
|
||||
- Add fallback to `/usr/lib/os-release` on Linux system lookup failure ([#18349](https://github.com/astral-sh/uv/pull/18349))
|
||||
- Use `cargo auditable` to include SBOM in uv builds ([#18276](https://github.com/astral-sh/uv/pull/18276))
|
||||
|
||||
|
||||
### Configuration
|
||||
|
||||
- Add an environment variable for `UV_VENV_RELOCATABLE` ([#18331](https://github.com/astral-sh/uv/pull/18331))
|
||||
|
||||
Generated
+66
-66
@@ -5677,7 +5677,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv"
|
||||
version = "0.10.9"
|
||||
version = "0.10.10"
|
||||
dependencies = [
|
||||
"anstream 1.0.0",
|
||||
"anyhow",
|
||||
@@ -5804,7 +5804,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-audit"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"astral-reqwest-middleware",
|
||||
"futures",
|
||||
@@ -5827,7 +5827,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-auth"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"arcstr",
|
||||
@@ -5870,7 +5870,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-bench"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"codspeed-criterion-compat",
|
||||
@@ -5897,7 +5897,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-bin-install"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"astral-reqwest-middleware",
|
||||
"astral-reqwest-retry",
|
||||
@@ -5923,7 +5923,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-build"
|
||||
version = "0.10.9"
|
||||
version = "0.10.10"
|
||||
dependencies = [
|
||||
"anstream 1.0.0",
|
||||
"anyhow",
|
||||
@@ -5938,7 +5938,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-build-backend"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"astral-version-ranges",
|
||||
"base64 0.22.1",
|
||||
@@ -5980,7 +5980,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-build-frontend"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anstream 1.0.0",
|
||||
"fs-err",
|
||||
@@ -6017,7 +6017,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-cache"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"fs-err",
|
||||
@@ -6043,7 +6043,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-cache-info"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"fs-err",
|
||||
@@ -6060,7 +6060,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-cache-key"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"hex",
|
||||
"memchr",
|
||||
@@ -6072,7 +6072,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-cli"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anstream 1.0.0",
|
||||
"anyhow",
|
||||
@@ -6104,7 +6104,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-client"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"astral-reqwest-middleware",
|
||||
@@ -6168,7 +6168,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-configuration"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
@@ -6202,14 +6202,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-console"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"console 0.16.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uv-dev"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anstream 1.0.0",
|
||||
"anyhow",
|
||||
@@ -6258,7 +6258,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-dirs"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"assert_fs",
|
||||
"etcetera",
|
||||
@@ -6270,7 +6270,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-dispatch"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"futures",
|
||||
@@ -6302,7 +6302,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-distribution"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"astral-reqwest-middleware",
|
||||
@@ -6351,7 +6351,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-distribution-filename"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"insta",
|
||||
"memchr",
|
||||
@@ -6368,7 +6368,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-distribution-types"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"arcstr",
|
||||
"astral-version-ranges",
|
||||
@@ -6408,7 +6408,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-extract"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"astral-tokio-tar",
|
||||
"astral_async_zip",
|
||||
@@ -6439,14 +6439,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-flags"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"bitflags 2.11.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uv-fs"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"backon",
|
||||
"clap",
|
||||
@@ -6475,7 +6475,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-git"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"astral-reqwest-middleware",
|
||||
@@ -6500,7 +6500,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-git-types"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"thiserror 2.0.18",
|
||||
@@ -6512,7 +6512,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-globfilter"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anstream 1.0.0",
|
||||
"fs-err",
|
||||
@@ -6529,7 +6529,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-install-wheel"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_fs",
|
||||
@@ -6566,7 +6566,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-installer"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anstream 1.0.0",
|
||||
"anyhow",
|
||||
@@ -6609,7 +6609,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-keyring"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"byteorder",
|
||||
@@ -6626,7 +6626,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-logging"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"jiff",
|
||||
"owo-colors",
|
||||
@@ -6636,7 +6636,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-macros"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@@ -6646,7 +6646,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-metadata"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"astral_async_zip",
|
||||
"fs-err",
|
||||
@@ -6663,7 +6663,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-normalize"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"rkyv",
|
||||
"schemars",
|
||||
@@ -6673,7 +6673,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-once-map"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"dashmap",
|
||||
"futures",
|
||||
@@ -6682,14 +6682,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-options-metadata"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uv-pep440"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"astral-version-ranges",
|
||||
"indoc",
|
||||
@@ -6703,7 +6703,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-pep508"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"arcstr",
|
||||
"astral-version-ranges",
|
||||
@@ -6732,7 +6732,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-performance-memory-allocator"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"mimalloc",
|
||||
"tikv-jemallocator",
|
||||
@@ -6740,7 +6740,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-platform"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"fs-err",
|
||||
"goblin",
|
||||
@@ -6760,7 +6760,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-platform-tags"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"bitflags 2.11.0",
|
||||
"insta",
|
||||
@@ -6774,7 +6774,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-preview"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"enumflags2",
|
||||
"itertools 0.14.0",
|
||||
@@ -6785,7 +6785,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-publish"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"ambient-id",
|
||||
"anstream 1.0.0",
|
||||
@@ -6827,7 +6827,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-pypi-types"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"hashbrown 0.16.1",
|
||||
@@ -6860,7 +6860,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-python"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_fs",
|
||||
@@ -6923,7 +6923,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-redacted"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"ref-cast",
|
||||
"schemars",
|
||||
@@ -6934,7 +6934,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-requirements"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"configparser",
|
||||
@@ -6968,7 +6968,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-requirements-txt"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_fs",
|
||||
@@ -7001,7 +7001,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-resolver"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"arcstr",
|
||||
"astral-pubgrub",
|
||||
@@ -7066,7 +7066,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-scripts"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"fs-err",
|
||||
"indoc",
|
||||
@@ -7091,7 +7091,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-settings"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"fs-err",
|
||||
@@ -7126,7 +7126,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-shell"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"fs-err",
|
||||
@@ -7143,7 +7143,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-small-str"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"arcstr",
|
||||
"rkyv",
|
||||
@@ -7153,7 +7153,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-state"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"fs-err",
|
||||
"tempfile",
|
||||
@@ -7162,7 +7162,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-static"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"thiserror 2.0.18",
|
||||
"uv-macros",
|
||||
@@ -7170,7 +7170,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-test"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
@@ -7200,7 +7200,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-tool"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"fs-err",
|
||||
"owo-colors",
|
||||
@@ -7229,7 +7229,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-torch"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"either",
|
||||
@@ -7249,7 +7249,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-trampoline-builder"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
@@ -7266,7 +7266,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-types"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dashmap",
|
||||
@@ -7288,7 +7288,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-unix"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"nix 0.30.1",
|
||||
"thiserror 2.0.18",
|
||||
@@ -7296,11 +7296,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-version"
|
||||
version = "0.10.9"
|
||||
version = "0.10.10"
|
||||
|
||||
[[package]]
|
||||
name = "uv-virtualenv"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"console 0.16.2",
|
||||
"fs-err",
|
||||
@@ -7321,7 +7321,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-warnings"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anstream 1.0.0",
|
||||
"anyhow",
|
||||
@@ -7333,14 +7333,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-windows"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"windows",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uv-workspace"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_fs",
|
||||
|
||||
+62
-62
@@ -16,77 +16,77 @@ authors = ["uv"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
uv-audit = { version = "0.0.29", path = "crates/uv-audit" }
|
||||
uv-auth = { version = "0.0.29", path = "crates/uv-auth" }
|
||||
uv-bin-install = { version = "0.0.29", path = "crates/uv-bin-install" }
|
||||
uv-build-backend = { version = "0.0.29", path = "crates/uv-build-backend" }
|
||||
uv-build-frontend = { version = "0.0.29", path = "crates/uv-build-frontend" }
|
||||
uv-cache = { version = "0.0.29", path = "crates/uv-cache" }
|
||||
uv-cache-info = { version = "0.0.29", path = "crates/uv-cache-info" }
|
||||
uv-cache-key = { version = "0.0.29", path = "crates/uv-cache-key" }
|
||||
uv-cli = { version = "0.0.29", path = "crates/uv-cli" }
|
||||
uv-client = { version = "0.0.29", path = "crates/uv-client" }
|
||||
uv-configuration = { version = "0.0.29", path = "crates/uv-configuration" }
|
||||
uv-console = { version = "0.0.29", path = "crates/uv-console" }
|
||||
uv-dirs = { version = "0.0.29", path = "crates/uv-dirs" }
|
||||
uv-dispatch = { version = "0.0.29", path = "crates/uv-dispatch" }
|
||||
uv-distribution = { version = "0.0.29", path = "crates/uv-distribution" }
|
||||
uv-distribution-filename = { version = "0.0.29", path = "crates/uv-distribution-filename" }
|
||||
uv-distribution-types = { version = "0.0.29", path = "crates/uv-distribution-types" }
|
||||
uv-extract = { version = "0.0.29", path = "crates/uv-extract" }
|
||||
uv-flags = { version = "0.0.29", path = "crates/uv-flags" }
|
||||
uv-fs = { version = "0.0.29", path = "crates/uv-fs", features = [
|
||||
uv-audit = { version = "0.0.30", path = "crates/uv-audit" }
|
||||
uv-auth = { version = "0.0.30", path = "crates/uv-auth" }
|
||||
uv-bin-install = { version = "0.0.30", path = "crates/uv-bin-install" }
|
||||
uv-build-backend = { version = "0.0.30", path = "crates/uv-build-backend" }
|
||||
uv-build-frontend = { version = "0.0.30", path = "crates/uv-build-frontend" }
|
||||
uv-cache = { version = "0.0.30", path = "crates/uv-cache" }
|
||||
uv-cache-info = { version = "0.0.30", path = "crates/uv-cache-info" }
|
||||
uv-cache-key = { version = "0.0.30", path = "crates/uv-cache-key" }
|
||||
uv-cli = { version = "0.0.30", path = "crates/uv-cli" }
|
||||
uv-client = { version = "0.0.30", path = "crates/uv-client" }
|
||||
uv-configuration = { version = "0.0.30", path = "crates/uv-configuration" }
|
||||
uv-console = { version = "0.0.30", path = "crates/uv-console" }
|
||||
uv-dirs = { version = "0.0.30", path = "crates/uv-dirs" }
|
||||
uv-dispatch = { version = "0.0.30", path = "crates/uv-dispatch" }
|
||||
uv-distribution = { version = "0.0.30", path = "crates/uv-distribution" }
|
||||
uv-distribution-filename = { version = "0.0.30", path = "crates/uv-distribution-filename" }
|
||||
uv-distribution-types = { version = "0.0.30", path = "crates/uv-distribution-types" }
|
||||
uv-extract = { version = "0.0.30", path = "crates/uv-extract" }
|
||||
uv-flags = { version = "0.0.30", path = "crates/uv-flags" }
|
||||
uv-fs = { version = "0.0.30", path = "crates/uv-fs", features = [
|
||||
"serde",
|
||||
"tokio",
|
||||
] }
|
||||
uv-git = { version = "0.0.29", path = "crates/uv-git" }
|
||||
uv-git-types = { version = "0.0.29", path = "crates/uv-git-types" }
|
||||
uv-globfilter = { version = "0.0.29", path = "crates/uv-globfilter" }
|
||||
uv-install-wheel = { version = "0.0.29", path = "crates/uv-install-wheel", default-features = false }
|
||||
uv-installer = { version = "0.0.29", path = "crates/uv-installer" }
|
||||
uv-keyring = { version = "0.0.29", path = "crates/uv-keyring" }
|
||||
uv-logging = { version = "0.0.29", path = "crates/uv-logging" }
|
||||
uv-macros = { version = "0.0.29", path = "crates/uv-macros" }
|
||||
uv-metadata = { version = "0.0.29", path = "crates/uv-metadata" }
|
||||
uv-normalize = { version = "0.0.29", path = "crates/uv-normalize" }
|
||||
uv-once-map = { version = "0.0.29", path = "crates/uv-once-map" }
|
||||
uv-options-metadata = { version = "0.0.29", path = "crates/uv-options-metadata" }
|
||||
uv-performance-memory-allocator = { version = "0.0.29", path = "crates/uv-performance-memory-allocator" }
|
||||
uv-pep440 = { version = "0.0.29", path = "crates/uv-pep440", features = [
|
||||
uv-git = { version = "0.0.30", path = "crates/uv-git" }
|
||||
uv-git-types = { version = "0.0.30", path = "crates/uv-git-types" }
|
||||
uv-globfilter = { version = "0.0.30", path = "crates/uv-globfilter" }
|
||||
uv-install-wheel = { version = "0.0.30", path = "crates/uv-install-wheel", default-features = false }
|
||||
uv-installer = { version = "0.0.30", path = "crates/uv-installer" }
|
||||
uv-keyring = { version = "0.0.30", path = "crates/uv-keyring" }
|
||||
uv-logging = { version = "0.0.30", path = "crates/uv-logging" }
|
||||
uv-macros = { version = "0.0.30", path = "crates/uv-macros" }
|
||||
uv-metadata = { version = "0.0.30", path = "crates/uv-metadata" }
|
||||
uv-normalize = { version = "0.0.30", path = "crates/uv-normalize" }
|
||||
uv-once-map = { version = "0.0.30", path = "crates/uv-once-map" }
|
||||
uv-options-metadata = { version = "0.0.30", path = "crates/uv-options-metadata" }
|
||||
uv-performance-memory-allocator = { version = "0.0.30", path = "crates/uv-performance-memory-allocator" }
|
||||
uv-pep440 = { version = "0.0.30", path = "crates/uv-pep440", features = [
|
||||
"tracing",
|
||||
"rkyv",
|
||||
"version-ranges",
|
||||
] }
|
||||
uv-pep508 = { version = "0.0.29", path = "crates/uv-pep508", features = [
|
||||
uv-pep508 = { version = "0.0.30", path = "crates/uv-pep508", features = [
|
||||
"non-pep508-extensions",
|
||||
] }
|
||||
uv-platform = { version = "0.0.29", path = "crates/uv-platform" }
|
||||
uv-platform-tags = { version = "0.0.29", path = "crates/uv-platform-tags" }
|
||||
uv-preview = { version = "0.0.29", path = "crates/uv-preview" }
|
||||
uv-publish = { version = "0.0.29", path = "crates/uv-publish" }
|
||||
uv-pypi-types = { version = "0.0.29", path = "crates/uv-pypi-types" }
|
||||
uv-python = { version = "0.0.29", path = "crates/uv-python" }
|
||||
uv-redacted = { version = "0.0.29", path = "crates/uv-redacted" }
|
||||
uv-requirements = { version = "0.0.29", path = "crates/uv-requirements" }
|
||||
uv-requirements-txt = { version = "0.0.29", path = "crates/uv-requirements-txt" }
|
||||
uv-resolver = { version = "0.0.29", path = "crates/uv-resolver" }
|
||||
uv-scripts = { version = "0.0.29", path = "crates/uv-scripts" }
|
||||
uv-settings = { version = "0.0.29", path = "crates/uv-settings" }
|
||||
uv-shell = { version = "0.0.29", path = "crates/uv-shell" }
|
||||
uv-small-str = { version = "0.0.29", path = "crates/uv-small-str" }
|
||||
uv-state = { version = "0.0.29", path = "crates/uv-state" }
|
||||
uv-static = { version = "0.0.29", path = "crates/uv-static" }
|
||||
uv-test = { version = "0.0.29", path = "crates/uv-test" }
|
||||
uv-tool = { version = "0.0.29", path = "crates/uv-tool" }
|
||||
uv-torch = { version = "0.0.29", path = "crates/uv-torch" }
|
||||
uv-trampoline-builder = { version = "0.0.29", path = "crates/uv-trampoline-builder" }
|
||||
uv-types = { version = "0.0.29", path = "crates/uv-types" }
|
||||
uv-unix = { version = "0.0.29", path = "crates/uv-unix" }
|
||||
uv-version = { version = "0.10.9", path = "crates/uv-version" }
|
||||
uv-virtualenv = { version = "0.0.29", path = "crates/uv-virtualenv" }
|
||||
uv-warnings = { version = "0.0.29", path = "crates/uv-warnings" }
|
||||
uv-windows = { version = "0.0.29", path = "crates/uv-windows" }
|
||||
uv-workspace = { version = "0.0.29", path = "crates/uv-workspace" }
|
||||
uv-platform = { version = "0.0.30", path = "crates/uv-platform" }
|
||||
uv-platform-tags = { version = "0.0.30", path = "crates/uv-platform-tags" }
|
||||
uv-preview = { version = "0.0.30", path = "crates/uv-preview" }
|
||||
uv-publish = { version = "0.0.30", path = "crates/uv-publish" }
|
||||
uv-pypi-types = { version = "0.0.30", path = "crates/uv-pypi-types" }
|
||||
uv-python = { version = "0.0.30", path = "crates/uv-python" }
|
||||
uv-redacted = { version = "0.0.30", path = "crates/uv-redacted" }
|
||||
uv-requirements = { version = "0.0.30", path = "crates/uv-requirements" }
|
||||
uv-requirements-txt = { version = "0.0.30", path = "crates/uv-requirements-txt" }
|
||||
uv-resolver = { version = "0.0.30", path = "crates/uv-resolver" }
|
||||
uv-scripts = { version = "0.0.30", path = "crates/uv-scripts" }
|
||||
uv-settings = { version = "0.0.30", path = "crates/uv-settings" }
|
||||
uv-shell = { version = "0.0.30", path = "crates/uv-shell" }
|
||||
uv-small-str = { version = "0.0.30", path = "crates/uv-small-str" }
|
||||
uv-state = { version = "0.0.30", path = "crates/uv-state" }
|
||||
uv-static = { version = "0.0.30", path = "crates/uv-static" }
|
||||
uv-test = { version = "0.0.30", path = "crates/uv-test" }
|
||||
uv-tool = { version = "0.0.30", path = "crates/uv-tool" }
|
||||
uv-torch = { version = "0.0.30", path = "crates/uv-torch" }
|
||||
uv-trampoline-builder = { version = "0.0.30", path = "crates/uv-trampoline-builder" }
|
||||
uv-types = { version = "0.0.30", path = "crates/uv-types" }
|
||||
uv-unix = { version = "0.0.30", path = "crates/uv-unix" }
|
||||
uv-version = { version = "0.10.10", path = "crates/uv-version" }
|
||||
uv-virtualenv = { version = "0.0.30", path = "crates/uv-virtualenv" }
|
||||
uv-warnings = { version = "0.0.30", path = "crates/uv-warnings" }
|
||||
uv-windows = { version = "0.0.30", path = "crates/uv-windows" }
|
||||
uv-workspace = { version = "0.0.30", path = "crates/uv-workspace" }
|
||||
|
||||
ambient-id = { version = "0.0.10", default-features = false, features = [
|
||||
"astral-reqwest-middleware",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-audit"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-audit).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-audit).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-auth"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-auth).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-auth).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-bench"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
publish = false
|
||||
authors = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-bench).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-bench).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-bin-install"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-bin-install).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-bin-install).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-build-backend"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-build-backend).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-build-backend).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-build-frontend"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-build-frontend).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-build-frontend).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-build"
|
||||
version = "0.10.9"
|
||||
version = "0.10.10"
|
||||
description = "A Python build backend"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "uv-build"
|
||||
version = "0.10.9"
|
||||
version = "0.10.10"
|
||||
description = "The uv build backend"
|
||||
authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
|
||||
requires-python = ">=3.8"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-cache-info"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-cache-info).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-cache-info).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-cache-key"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-cache-key).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-cache-key).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-cache"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-cache).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-cache).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-cli"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-cli).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-cli).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-client"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-client).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-client).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-configuration"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-configuration).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-configuration).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-console"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-console).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-console).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-dev"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-dev).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-dev).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-dirs"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-dirs).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-dirs).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-dispatch"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-dispatch).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-dispatch).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-distribution-filename"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,9 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-distribution-filename).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found
|
||||
[here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-distribution-filename).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-distribution-types"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,9 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-distribution-types).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found
|
||||
[here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-distribution-types).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-distribution"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-distribution).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-distribution).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-extract"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-extract).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-extract).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-flags"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-flags).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-flags).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-fs"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-fs).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-fs).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-git-types"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-git-types).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-git-types).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-git"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-git).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-git).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-globfilter"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
readme = "README.md"
|
||||
edition = { workspace = true }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-install-wheel"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
keywords = ["wheel", "python"]
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-install-wheel).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-install-wheel).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-installer"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-installer).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-installer).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-keyring"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-logging"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-logging).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-logging).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-macros"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-macros).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-macros).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-metadata"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-metadata).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-metadata).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-normalize"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-normalize).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-normalize).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-once-map"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-once-map).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-once-map).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-options-metadata"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-options-metadata).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-options-metadata).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-pep440"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
license = "Apache-2.0 OR BSD-2-Clause"
|
||||
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-pep440).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-pep440).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-pep508"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]
|
||||
license = "Apache-2.0 OR BSD-2-Clause"
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-pep508).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-pep508).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-performance-memory-allocator"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found
|
||||
[here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-performance-memory-allocator).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found
|
||||
[here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-performance-memory-allocator).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-platform-tags"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-platform-tags).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-platform-tags).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-platform"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-platform).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-platform).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-preview"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-preview).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-preview).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-publish"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-publish).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-publish).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-pypi-types"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-pypi-types).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-pypi-types).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-python"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-python).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-python).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-redacted"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-redacted).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-redacted).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-requirements-txt"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-requirements-txt).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-requirements-txt).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-requirements"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-requirements).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-requirements).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-resolver"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-resolver).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-resolver).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-scripts"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
|
||||
is unstable and will have frequent breaking changes.
|
||||
|
||||
This version (0.0.29) is a component of [uv 0.10.9](https://crates.io/crates/uv/0.10.9). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.10.9/crates/uv-scripts).
|
||||
This version (0.0.30) is a component of [uv 0.10.10](https://crates.io/crates/uv/0.10.10). The
|
||||
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.10/crates/uv-scripts).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-settings"
|
||||
version = "0.0.29"
|
||||
version = "0.0.30"
|
||||
description = "This is an internal component crate of uv"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user