mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Bump version to 0.9.26 (#17496)
This commit is contained in:
30
CHANGELOG.md
30
CHANGELOG.md
@@ -3,6 +3,36 @@
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
|
||||
## 0.9.26
|
||||
|
||||
Released on 2026-01-15.
|
||||
|
||||
### Python
|
||||
|
||||
- Add CPython 3.15.0a5
|
||||
|
||||
### Enhancements
|
||||
|
||||
- Add a hint to update uv when a managed Python download is not found ([#17461](https://github.com/astral-sh/uv/pull/17461))
|
||||
- Improve cache initialization failure error message ([#17469](https://github.com/astral-sh/uv/pull/17469))
|
||||
- Improve error message for abi3 wheels on free-threaded Python ([#17442](https://github.com/astral-sh/uv/pull/17442))
|
||||
- Add support for `--no-sources-package` ([#14910](https://github.com/astral-sh/uv/pull/14910))
|
||||
|
||||
### Preview features
|
||||
|
||||
- Add `METADATA.json` and `WHEEL.json` in uv build backend ([#15510](https://github.com/astral-sh/uv/pull/15510))
|
||||
- Add support for GCS request signing ([#17474](https://github.com/astral-sh/uv/pull/17474))
|
||||
- Adjust the process ulimit to the maximum allowed on startup ([#17464](https://github.com/astral-sh/uv/pull/17464))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- Lock to avoid concurrent refresh of pyx tokens ([#17479](https://github.com/astral-sh/uv/pull/17479))
|
||||
|
||||
### Documentation
|
||||
|
||||
- Add linting and formatting instructions to the CONTRIBUTING guide ([#17470](https://github.com/astral-sh/uv/pull/17470))
|
||||
- Avoid rendering `pyproject.toml` examples for more system-level settings ([#17462](https://github.com/astral-sh/uv/pull/17462))
|
||||
|
||||
## 0.9.25
|
||||
|
||||
Released on 2026-01-13.
|
||||
|
||||
126
Cargo.lock
generated
126
Cargo.lock
generated
@@ -5602,7 +5602,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv"
|
||||
version = "0.9.25"
|
||||
version = "0.9.26"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anyhow",
|
||||
@@ -5722,7 +5722,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-auth"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"arcstr",
|
||||
@@ -5765,7 +5765,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-bench"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"codspeed-criterion-compat",
|
||||
@@ -5792,7 +5792,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-bin-install"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"astral-reqwest-middleware",
|
||||
"astral-reqwest-retry",
|
||||
@@ -5815,7 +5815,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-build"
|
||||
version = "0.9.25"
|
||||
version = "0.9.26"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anyhow",
|
||||
@@ -5829,7 +5829,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-build-backend"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"astral-version-ranges",
|
||||
"base64 0.22.1",
|
||||
@@ -5872,7 +5872,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-build-frontend"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"fs-err",
|
||||
@@ -5910,7 +5910,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-cache"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"fs-err",
|
||||
@@ -5936,7 +5936,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-cache-info"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"fs-err",
|
||||
@@ -5953,7 +5953,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-cache-key"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"hex",
|
||||
"memchr",
|
||||
@@ -5965,7 +5965,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-cli"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anyhow",
|
||||
@@ -5997,7 +5997,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-client"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"astral-reqwest-middleware",
|
||||
@@ -6060,7 +6060,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-configuration"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
@@ -6092,14 +6092,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-console"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"console 0.16.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uv-dev"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anyhow",
|
||||
@@ -6148,7 +6148,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-dirs"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"assert_fs",
|
||||
"etcetera",
|
||||
@@ -6160,7 +6160,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-dispatch"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"futures",
|
||||
@@ -6192,7 +6192,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-distribution"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"astral-reqwest-middleware",
|
||||
@@ -6241,7 +6241,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-distribution-filename"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"insta",
|
||||
"memchr",
|
||||
@@ -6258,7 +6258,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-distribution-types"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"arcstr",
|
||||
"astral-version-ranges",
|
||||
@@ -6298,7 +6298,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-extract"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"astral-tokio-tar",
|
||||
"astral_async_zip",
|
||||
@@ -6328,14 +6328,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-flags"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"bitflags 2.9.4",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uv-fs"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"backon",
|
||||
"dunce",
|
||||
@@ -6359,7 +6359,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-git"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"astral-reqwest-middleware",
|
||||
@@ -6385,7 +6385,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-git-types"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"thiserror 2.0.17",
|
||||
@@ -6397,7 +6397,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-globfilter"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"fs-err",
|
||||
@@ -6414,7 +6414,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-install-wheel"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_fs",
|
||||
@@ -6454,7 +6454,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-installer"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anyhow",
|
||||
@@ -6497,7 +6497,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-keyring"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"byteorder",
|
||||
@@ -6514,7 +6514,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-logging"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"jiff",
|
||||
"owo-colors",
|
||||
@@ -6524,7 +6524,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-macros"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@@ -6534,7 +6534,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-metadata"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"astral_async_zip",
|
||||
"fs-err",
|
||||
@@ -6551,7 +6551,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-normalize"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"rkyv",
|
||||
"schemars",
|
||||
@@ -6561,7 +6561,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-once-map"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"dashmap",
|
||||
"futures",
|
||||
@@ -6570,14 +6570,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-options-metadata"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uv-pep440"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"astral-version-ranges",
|
||||
"indoc",
|
||||
@@ -6591,7 +6591,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-pep508"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"arcstr",
|
||||
"astral-version-ranges",
|
||||
@@ -6620,7 +6620,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-performance-memory-allocator"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"mimalloc",
|
||||
"tikv-jemallocator",
|
||||
@@ -6628,7 +6628,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-platform"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"fs-err",
|
||||
"goblin",
|
||||
@@ -6645,7 +6645,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-platform-tags"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"insta",
|
||||
"memchr",
|
||||
@@ -6658,7 +6658,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-preview"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"bitflags 2.9.4",
|
||||
"thiserror 2.0.17",
|
||||
@@ -6667,7 +6667,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-publish"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"ambient-id",
|
||||
"anstream",
|
||||
@@ -6709,7 +6709,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-pypi-types"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"hashbrown 0.16.1",
|
||||
@@ -6742,7 +6742,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-python"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_fs",
|
||||
@@ -6804,7 +6804,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-redacted"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"ref-cast",
|
||||
"schemars",
|
||||
@@ -6815,7 +6815,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-requirements"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"configparser",
|
||||
@@ -6850,7 +6850,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-requirements-txt"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_fs",
|
||||
@@ -6883,7 +6883,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-resolver"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"arcstr",
|
||||
"astral-pubgrub",
|
||||
@@ -6948,7 +6948,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-scripts"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"fs-err",
|
||||
"indoc",
|
||||
@@ -6972,7 +6972,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-settings"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"fs-err",
|
||||
@@ -7007,7 +7007,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-shell"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"fs-err",
|
||||
@@ -7024,7 +7024,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-small-str"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"arcstr",
|
||||
"rkyv",
|
||||
@@ -7034,7 +7034,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-state"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"fs-err",
|
||||
"tempfile",
|
||||
@@ -7043,7 +7043,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-static"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"thiserror 2.0.17",
|
||||
"uv-macros",
|
||||
@@ -7051,7 +7051,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-tool"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"fs-err",
|
||||
"pathdiff",
|
||||
@@ -7080,7 +7080,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-torch"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"either",
|
||||
@@ -7100,7 +7100,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-trampoline-builder"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
@@ -7117,7 +7117,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-types"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dashmap",
|
||||
@@ -7139,7 +7139,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-unix"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"nix",
|
||||
"thiserror 2.0.17",
|
||||
@@ -7147,11 +7147,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-version"
|
||||
version = "0.9.25"
|
||||
version = "0.9.26"
|
||||
|
||||
[[package]]
|
||||
name = "uv-virtualenv"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"console 0.16.1",
|
||||
"fs-err",
|
||||
@@ -7173,7 +7173,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-warnings"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anyhow",
|
||||
@@ -7185,7 +7185,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uv-workspace"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_fs",
|
||||
|
||||
118
Cargo.toml
118
Cargo.toml
@@ -16,65 +16,65 @@ authors = ["uv"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
uv-auth = { version = "0.0.14", path = "crates/uv-auth" }
|
||||
uv-bin-install = { version = "0.0.14", path = "crates/uv-bin-install" }
|
||||
uv-build-backend = { version = "0.0.14", path = "crates/uv-build-backend" }
|
||||
uv-build-frontend = { version = "0.0.14", path = "crates/uv-build-frontend" }
|
||||
uv-cache = { version = "0.0.14", path = "crates/uv-cache" }
|
||||
uv-cache-info = { version = "0.0.14", path = "crates/uv-cache-info" }
|
||||
uv-cache-key = { version = "0.0.14", path = "crates/uv-cache-key" }
|
||||
uv-cli = { version = "0.0.14", path = "crates/uv-cli" }
|
||||
uv-client = { version = "0.0.14", path = "crates/uv-client" }
|
||||
uv-configuration = { version = "0.0.14", path = "crates/uv-configuration" }
|
||||
uv-console = { version = "0.0.14", path = "crates/uv-console" }
|
||||
uv-dirs = { version = "0.0.14", path = "crates/uv-dirs" }
|
||||
uv-dispatch = { version = "0.0.14", path = "crates/uv-dispatch" }
|
||||
uv-distribution = { version = "0.0.14", path = "crates/uv-distribution" }
|
||||
uv-distribution-filename = { version = "0.0.14", path = "crates/uv-distribution-filename" }
|
||||
uv-distribution-types = { version = "0.0.14", path = "crates/uv-distribution-types" }
|
||||
uv-extract = { version = "0.0.14", path = "crates/uv-extract" }
|
||||
uv-flags = { version = "0.0.14", path = "crates/uv-flags" }
|
||||
uv-fs = { version = "0.0.14", path = "crates/uv-fs", features = ["serde", "tokio"] }
|
||||
uv-git = { version = "0.0.14", path = "crates/uv-git" }
|
||||
uv-git-types = { version = "0.0.14", path = "crates/uv-git-types" }
|
||||
uv-globfilter = { version = "0.0.14", path = "crates/uv-globfilter" }
|
||||
uv-install-wheel = { version = "0.0.14", path = "crates/uv-install-wheel", default-features = false }
|
||||
uv-installer = { version = "0.0.14", path = "crates/uv-installer" }
|
||||
uv-keyring = { version = "0.0.14", path = "crates/uv-keyring" }
|
||||
uv-logging = { version = "0.0.14", path = "crates/uv-logging" }
|
||||
uv-macros = { version = "0.0.14", path = "crates/uv-macros" }
|
||||
uv-metadata = { version = "0.0.14", path = "crates/uv-metadata" }
|
||||
uv-normalize = { version = "0.0.14", path = "crates/uv-normalize" }
|
||||
uv-once-map = { version = "0.0.14", path = "crates/uv-once-map" }
|
||||
uv-options-metadata = { version = "0.0.14", path = "crates/uv-options-metadata" }
|
||||
uv-performance-memory-allocator = { version = "0.0.14", path = "crates/uv-performance-memory-allocator" }
|
||||
uv-pep440 = { version = "0.0.14", path = "crates/uv-pep440", features = ["tracing", "rkyv", "version-ranges"] }
|
||||
uv-pep508 = { version = "0.0.14", path = "crates/uv-pep508", features = ["non-pep508-extensions"] }
|
||||
uv-platform = { version = "0.0.14", path = "crates/uv-platform" }
|
||||
uv-platform-tags = { version = "0.0.14", path = "crates/uv-platform-tags" }
|
||||
uv-preview = { version = "0.0.14", path = "crates/uv-preview" }
|
||||
uv-publish = { version = "0.0.14", path = "crates/uv-publish" }
|
||||
uv-pypi-types = { version = "0.0.14", path = "crates/uv-pypi-types" }
|
||||
uv-python = { version = "0.0.14", path = "crates/uv-python" }
|
||||
uv-redacted = { version = "0.0.14", path = "crates/uv-redacted" }
|
||||
uv-requirements = { version = "0.0.14", path = "crates/uv-requirements" }
|
||||
uv-requirements-txt = { version = "0.0.14", path = "crates/uv-requirements-txt" }
|
||||
uv-resolver = { version = "0.0.14", path = "crates/uv-resolver" }
|
||||
uv-scripts = { version = "0.0.14", path = "crates/uv-scripts" }
|
||||
uv-settings = { version = "0.0.14", path = "crates/uv-settings" }
|
||||
uv-shell = { version = "0.0.14", path = "crates/uv-shell" }
|
||||
uv-small-str = { version = "0.0.14", path = "crates/uv-small-str" }
|
||||
uv-state = { version = "0.0.14", path = "crates/uv-state" }
|
||||
uv-static = { version = "0.0.14", path = "crates/uv-static" }
|
||||
uv-tool = { version = "0.0.14", path = "crates/uv-tool" }
|
||||
uv-torch = { version = "0.0.14", path = "crates/uv-torch" }
|
||||
uv-trampoline-builder = { version = "0.0.14", path = "crates/uv-trampoline-builder" }
|
||||
uv-types = { version = "0.0.14", path = "crates/uv-types" }
|
||||
uv-unix = { version = "0.0.14", path = "crates/uv-unix" }
|
||||
uv-version = { version = "0.9.25", path = "crates/uv-version" }
|
||||
uv-virtualenv = { version = "0.0.14", path = "crates/uv-virtualenv" }
|
||||
uv-warnings = { version = "0.0.14", path = "crates/uv-warnings" }
|
||||
uv-workspace = { version = "0.0.14", path = "crates/uv-workspace" }
|
||||
uv-auth = { version = "0.0.15", path = "crates/uv-auth" }
|
||||
uv-bin-install = { version = "0.0.15", path = "crates/uv-bin-install" }
|
||||
uv-build-backend = { version = "0.0.15", path = "crates/uv-build-backend" }
|
||||
uv-build-frontend = { version = "0.0.15", path = "crates/uv-build-frontend" }
|
||||
uv-cache = { version = "0.0.15", path = "crates/uv-cache" }
|
||||
uv-cache-info = { version = "0.0.15", path = "crates/uv-cache-info" }
|
||||
uv-cache-key = { version = "0.0.15", path = "crates/uv-cache-key" }
|
||||
uv-cli = { version = "0.0.15", path = "crates/uv-cli" }
|
||||
uv-client = { version = "0.0.15", path = "crates/uv-client" }
|
||||
uv-configuration = { version = "0.0.15", path = "crates/uv-configuration" }
|
||||
uv-console = { version = "0.0.15", path = "crates/uv-console" }
|
||||
uv-dirs = { version = "0.0.15", path = "crates/uv-dirs" }
|
||||
uv-dispatch = { version = "0.0.15", path = "crates/uv-dispatch" }
|
||||
uv-distribution = { version = "0.0.15", path = "crates/uv-distribution" }
|
||||
uv-distribution-filename = { version = "0.0.15", path = "crates/uv-distribution-filename" }
|
||||
uv-distribution-types = { version = "0.0.15", path = "crates/uv-distribution-types" }
|
||||
uv-extract = { version = "0.0.15", path = "crates/uv-extract" }
|
||||
uv-flags = { version = "0.0.15", path = "crates/uv-flags" }
|
||||
uv-fs = { version = "0.0.15", path = "crates/uv-fs", features = ["serde", "tokio"] }
|
||||
uv-git = { version = "0.0.15", path = "crates/uv-git" }
|
||||
uv-git-types = { version = "0.0.15", path = "crates/uv-git-types" }
|
||||
uv-globfilter = { version = "0.0.15", path = "crates/uv-globfilter" }
|
||||
uv-install-wheel = { version = "0.0.15", path = "crates/uv-install-wheel", default-features = false }
|
||||
uv-installer = { version = "0.0.15", path = "crates/uv-installer" }
|
||||
uv-keyring = { version = "0.0.15", path = "crates/uv-keyring" }
|
||||
uv-logging = { version = "0.0.15", path = "crates/uv-logging" }
|
||||
uv-macros = { version = "0.0.15", path = "crates/uv-macros" }
|
||||
uv-metadata = { version = "0.0.15", path = "crates/uv-metadata" }
|
||||
uv-normalize = { version = "0.0.15", path = "crates/uv-normalize" }
|
||||
uv-once-map = { version = "0.0.15", path = "crates/uv-once-map" }
|
||||
uv-options-metadata = { version = "0.0.15", path = "crates/uv-options-metadata" }
|
||||
uv-performance-memory-allocator = { version = "0.0.15", path = "crates/uv-performance-memory-allocator" }
|
||||
uv-pep440 = { version = "0.0.15", path = "crates/uv-pep440", features = ["tracing", "rkyv", "version-ranges"] }
|
||||
uv-pep508 = { version = "0.0.15", path = "crates/uv-pep508", features = ["non-pep508-extensions"] }
|
||||
uv-platform = { version = "0.0.15", path = "crates/uv-platform" }
|
||||
uv-platform-tags = { version = "0.0.15", path = "crates/uv-platform-tags" }
|
||||
uv-preview = { version = "0.0.15", path = "crates/uv-preview" }
|
||||
uv-publish = { version = "0.0.15", path = "crates/uv-publish" }
|
||||
uv-pypi-types = { version = "0.0.15", path = "crates/uv-pypi-types" }
|
||||
uv-python = { version = "0.0.15", path = "crates/uv-python" }
|
||||
uv-redacted = { version = "0.0.15", path = "crates/uv-redacted" }
|
||||
uv-requirements = { version = "0.0.15", path = "crates/uv-requirements" }
|
||||
uv-requirements-txt = { version = "0.0.15", path = "crates/uv-requirements-txt" }
|
||||
uv-resolver = { version = "0.0.15", path = "crates/uv-resolver" }
|
||||
uv-scripts = { version = "0.0.15", path = "crates/uv-scripts" }
|
||||
uv-settings = { version = "0.0.15", path = "crates/uv-settings" }
|
||||
uv-shell = { version = "0.0.15", path = "crates/uv-shell" }
|
||||
uv-small-str = { version = "0.0.15", path = "crates/uv-small-str" }
|
||||
uv-state = { version = "0.0.15", path = "crates/uv-state" }
|
||||
uv-static = { version = "0.0.15", path = "crates/uv-static" }
|
||||
uv-tool = { version = "0.0.15", path = "crates/uv-tool" }
|
||||
uv-torch = { version = "0.0.15", path = "crates/uv-torch" }
|
||||
uv-trampoline-builder = { version = "0.0.15", path = "crates/uv-trampoline-builder" }
|
||||
uv-types = { version = "0.0.15", path = "crates/uv-types" }
|
||||
uv-unix = { version = "0.0.15", path = "crates/uv-unix" }
|
||||
uv-version = { version = "0.9.26", path = "crates/uv-version" }
|
||||
uv-virtualenv = { version = "0.0.15", path = "crates/uv-virtualenv" }
|
||||
uv-warnings = { version = "0.0.15", path = "crates/uv-warnings" }
|
||||
uv-workspace = { version = "0.0.15", path = "crates/uv-workspace" }
|
||||
|
||||
ambient-id = { version = "0.0.7", default-features = false, features = ["astral-reqwest-middleware"] }
|
||||
anstream = { version = "0.6.15" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-auth"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-auth).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-bench).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-bin-install).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-build-backend).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-build-frontend).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.9.25"
|
||||
version = "0.9.26"
|
||||
description = "A Python build backend"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "uv-build"
|
||||
version = "0.9.25"
|
||||
version = "0.9.26"
|
||||
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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-cache-info).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-cache-key).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-cache).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-cli).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-client).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-configuration).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-console).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-dev).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-dirs).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-dispatch).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-distribution-filename).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-distribution-types).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-distribution).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-extract).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-flags).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-fs).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-git-types).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-git).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-install-wheel).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-installer).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-logging).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-macros).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-metadata).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-normalize).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-once-map).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-options-metadata).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-pep440).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-pep508).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found
|
||||
[here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-performance-memory-allocator).
|
||||
[here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-platform-tags).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-platform).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-preview).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-publish).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-pypi-types).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-python).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-redacted).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-requirements-txt).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-requirements).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-resolver).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-scripts).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/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.14"
|
||||
version = "0.0.15"
|
||||
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.14) is a component of [uv 0.9.25](https://crates.io/crates/uv/0.9.25). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.25/crates/uv-settings).
|
||||
This version (0.0.15) is a component of [uv 0.9.26](https://crates.io/crates/uv/0.9.26). The source
|
||||
can be found [here](https://github.com/astral-sh/uv/blob/0.9.26/crates/uv-settings).
|
||||
|
||||
See uv's
|
||||
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uv-shell"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
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