diff --git a/CHANGELOG.md b/CHANGELOG.md index 62289c5468911..88d36b5d7522c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ +## 0.11.24 + +Released on 2026-06-23. + +### Python + +- Add CPython 3.15.0b3 ([#19964](https://github.com/astral-sh/uv/pull/19964)) + +### Preview features + +- Make project environments relocatable under preview ([#19965](https://github.com/astral-sh/uv/pull/19965)) + +### Performance + +- Use a compact index for lazy version maps ([#19959](https://github.com/astral-sh/uv/pull/19959)) + +### Bug fixes + +- Allow disabling `exclude-newer` ([#19934](https://github.com/astral-sh/uv/pull/19934)) +- Avoid archive id collisions ([#19949](https://github.com/astral-sh/uv/pull/19949)) +- Reapply "Fix transparent Python upgrades in project environments" ([#19928](https://github.com/astral-sh/uv/pull/19928)) +- Clean up partial tool entrypoint installs ([#19966](https://github.com/astral-sh/uv/pull/19966)) +- Fix relocatable `activate.fish` and broaden Fish version support ([#19856](https://github.com/astral-sh/uv/pull/19856)) + + ## 0.11.23 Released on 2026-06-19. diff --git a/Cargo.lock b/Cargo.lock index bb2046afb561f..3573b01b00458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5670,7 +5670,7 @@ dependencies = [ [[package]] name = "uv" -version = "0.11.23" +version = "0.11.24" dependencies = [ "anstream", "anyhow", @@ -5795,7 +5795,7 @@ dependencies = [ [[package]] name = "uv-audit" -version = "0.0.56" +version = "0.0.57" dependencies = [ "astral-reqwest-middleware", "clap", @@ -5826,7 +5826,7 @@ dependencies = [ [[package]] name = "uv-auth" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "arcstr", @@ -5869,7 +5869,7 @@ dependencies = [ [[package]] name = "uv-bench" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "astral-tokio-tar", @@ -5905,7 +5905,7 @@ dependencies = [ [[package]] name = "uv-bin-install" -version = "0.0.56" +version = "0.0.57" dependencies = [ "astral-reqwest-middleware", "astral-reqwest-retry", @@ -5933,7 +5933,7 @@ dependencies = [ [[package]] name = "uv-build" -version = "0.11.23" +version = "0.11.24" dependencies = [ "anstream", "anyhow", @@ -5948,7 +5948,7 @@ dependencies = [ [[package]] name = "uv-build-backend" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anstream", "astral-tokio-tar", @@ -5996,7 +5996,7 @@ dependencies = [ [[package]] name = "uv-build-frontend" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anstream", "fs-err", @@ -6035,7 +6035,7 @@ dependencies = [ [[package]] name = "uv-cache" -version = "0.0.56" +version = "0.0.57" dependencies = [ "clap", "fs-err", @@ -6061,7 +6061,7 @@ dependencies = [ [[package]] name = "uv-cache-info" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "fs-err", @@ -6078,7 +6078,7 @@ dependencies = [ [[package]] name = "uv-cache-key" -version = "0.0.56" +version = "0.0.57" dependencies = [ "hex", "memchr", @@ -6090,7 +6090,7 @@ dependencies = [ [[package]] name = "uv-cli" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anstream", "anyhow", @@ -6123,7 +6123,7 @@ dependencies = [ [[package]] name = "uv-client" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6194,7 +6194,7 @@ dependencies = [ [[package]] name = "uv-configuration" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "clap", @@ -6228,14 +6228,14 @@ dependencies = [ [[package]] name = "uv-console" -version = "0.0.56" +version = "0.0.57" dependencies = [ "console", ] [[package]] name = "uv-dev" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anstream", "anyhow", @@ -6289,7 +6289,7 @@ dependencies = [ [[package]] name = "uv-dirs" -version = "0.0.56" +version = "0.0.57" dependencies = [ "assert_fs", "etcetera", @@ -6301,7 +6301,7 @@ dependencies = [ [[package]] name = "uv-dispatch" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "futures", @@ -6335,7 +6335,7 @@ dependencies = [ [[package]] name = "uv-distribution" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6387,7 +6387,7 @@ dependencies = [ [[package]] name = "uv-distribution-filename" -version = "0.0.56" +version = "0.0.57" dependencies = [ "insta", "memchr", @@ -6404,7 +6404,7 @@ dependencies = [ [[package]] name = "uv-distribution-types" -version = "0.0.56" +version = "0.0.57" dependencies = [ "arcstr", "astral-version-ranges", @@ -6445,7 +6445,7 @@ dependencies = [ [[package]] name = "uv-errors" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anstream", "anyhow", @@ -6460,7 +6460,7 @@ dependencies = [ [[package]] name = "uv-extract" -version = "0.0.56" +version = "0.0.57" dependencies = [ "astral-tokio-tar", "astral_async_zip", @@ -6489,7 +6489,7 @@ dependencies = [ [[package]] name = "uv-fastid" -version = "0.0.56" +version = "0.0.57" dependencies = [ "rand 0.9.4", "serde", @@ -6498,14 +6498,14 @@ dependencies = [ [[package]] name = "uv-flags" -version = "0.0.56" +version = "0.0.57" dependencies = [ "bitflags", ] [[package]] name = "uv-fs" -version = "0.0.56" +version = "0.0.57" dependencies = [ "backon", "clap", @@ -6536,7 +6536,7 @@ dependencies = [ [[package]] name = "uv-git" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6562,7 +6562,7 @@ dependencies = [ [[package]] name = "uv-git-types" -version = "0.0.56" +version = "0.0.57" dependencies = [ "percent-encoding", "serde", @@ -6576,7 +6576,7 @@ dependencies = [ [[package]] name = "uv-globfilter" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anstream", "fs-err", @@ -6593,7 +6593,7 @@ dependencies = [ [[package]] name = "uv-install-wheel" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "assert_fs", @@ -6630,7 +6630,7 @@ dependencies = [ [[package]] name = "uv-installer" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anstream", "anyhow", @@ -6674,7 +6674,7 @@ dependencies = [ [[package]] name = "uv-keyring" -version = "0.0.56" +version = "0.0.57" dependencies = [ "async-trait", "byteorder", @@ -6690,7 +6690,7 @@ dependencies = [ [[package]] name = "uv-logging" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anstream", "jiff", @@ -6701,7 +6701,7 @@ dependencies = [ [[package]] name = "uv-macros" -version = "0.0.56" +version = "0.0.57" dependencies = [ "proc-macro2", "quote", @@ -6711,7 +6711,7 @@ dependencies = [ [[package]] name = "uv-metadata" -version = "0.0.56" +version = "0.0.57" dependencies = [ "astral_async_zip", "fs-err", @@ -6727,7 +6727,7 @@ dependencies = [ [[package]] name = "uv-netrc" -version = "0.0.56" +version = "0.0.57" dependencies = [ "fs-err", "shellexpand", @@ -6737,7 +6737,7 @@ dependencies = [ [[package]] name = "uv-normalize" -version = "0.0.56" +version = "0.0.57" dependencies = [ "rkyv", "schemars", @@ -6747,7 +6747,7 @@ dependencies = [ [[package]] name = "uv-once-map" -version = "0.0.56" +version = "0.0.57" dependencies = [ "futures", "papaya", @@ -6756,14 +6756,14 @@ dependencies = [ [[package]] name = "uv-options-metadata" -version = "0.0.56" +version = "0.0.57" dependencies = [ "serde", ] [[package]] name = "uv-pep440" -version = "0.0.56" +version = "0.0.57" dependencies = [ "astral-version-ranges", "indoc", @@ -6777,7 +6777,7 @@ dependencies = [ [[package]] name = "uv-pep508" -version = "0.0.56" +version = "0.0.57" dependencies = [ "arcstr", "astral-version-ranges", @@ -6807,7 +6807,7 @@ dependencies = [ [[package]] name = "uv-performance-memory-allocator" -version = "0.0.56" +version = "0.0.57" dependencies = [ "mimalloc", "tikv-jemallocator", @@ -6815,7 +6815,7 @@ dependencies = [ [[package]] name = "uv-platform" -version = "0.0.56" +version = "0.0.57" dependencies = [ "fs-err", "goblin", @@ -6836,7 +6836,7 @@ dependencies = [ [[package]] name = "uv-platform-tags" -version = "0.0.56" +version = "0.0.57" dependencies = [ "bitflags", "insta", @@ -6850,7 +6850,7 @@ dependencies = [ [[package]] name = "uv-preview" -version = "0.0.56" +version = "0.0.57" dependencies = [ "enumflags2", "itertools 0.14.0", @@ -6863,7 +6863,7 @@ dependencies = [ [[package]] name = "uv-publish" -version = "0.0.56" +version = "0.0.57" dependencies = [ "ambient-id", "anstream", @@ -6906,7 +6906,7 @@ dependencies = [ [[package]] name = "uv-pypi-types" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "hashbrown 0.17.1", @@ -6939,7 +6939,7 @@ dependencies = [ [[package]] name = "uv-python" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "assert_fs", @@ -7003,7 +7003,7 @@ dependencies = [ [[package]] name = "uv-redacted" -version = "0.0.56" +version = "0.0.57" dependencies = [ "ref-cast", "schemars", @@ -7014,7 +7014,7 @@ dependencies = [ [[package]] name = "uv-requirements" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "configparser", @@ -7048,7 +7048,7 @@ dependencies = [ [[package]] name = "uv-requirements-txt" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "assert_fs", @@ -7081,7 +7081,7 @@ dependencies = [ [[package]] name = "uv-resolver" -version = "0.0.56" +version = "0.0.57" dependencies = [ "arcstr", "astral-pubgrub", @@ -7148,7 +7148,7 @@ dependencies = [ [[package]] name = "uv-scripts" -version = "0.0.56" +version = "0.0.57" dependencies = [ "fs-err", "indoc", @@ -7173,7 +7173,7 @@ dependencies = [ [[package]] name = "uv-settings" -version = "0.0.56" +version = "0.0.57" dependencies = [ "clap", "fs-err", @@ -7212,7 +7212,7 @@ dependencies = [ [[package]] name = "uv-shell" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "fs-err", @@ -7229,7 +7229,7 @@ dependencies = [ [[package]] name = "uv-small-str" -version = "0.0.56" +version = "0.0.57" dependencies = [ "arcstr", "rkyv", @@ -7239,7 +7239,7 @@ dependencies = [ [[package]] name = "uv-state" -version = "0.0.56" +version = "0.0.57" dependencies = [ "tempfile", "uv-dirs", @@ -7247,7 +7247,7 @@ dependencies = [ [[package]] name = "uv-static" -version = "0.0.56" +version = "0.0.57" dependencies = [ "thiserror", "uv-macros", @@ -7255,7 +7255,7 @@ dependencies = [ [[package]] name = "uv-test" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "assert_cmd", @@ -7300,7 +7300,7 @@ dependencies = [ [[package]] name = "uv-toml" -version = "0.0.56" +version = "0.0.57" dependencies = [ "serde", "toml_datetime", @@ -7309,7 +7309,7 @@ dependencies = [ [[package]] name = "uv-tool" -version = "0.0.56" +version = "0.0.57" dependencies = [ "fs-err", "owo-colors", @@ -7338,7 +7338,7 @@ dependencies = [ [[package]] name = "uv-torch" -version = "0.0.56" +version = "0.0.57" dependencies = [ "clap", "either", @@ -7358,7 +7358,7 @@ dependencies = [ [[package]] name = "uv-trampoline-builder" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "assert_cmd", @@ -7377,7 +7377,7 @@ dependencies = [ [[package]] name = "uv-types" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "papaya", @@ -7400,7 +7400,7 @@ dependencies = [ [[package]] name = "uv-unix" -version = "0.0.56" +version = "0.0.57" dependencies = [ "nix 0.31.3", "thiserror", @@ -7408,11 +7408,11 @@ dependencies = [ [[package]] name = "uv-version" -version = "0.11.23" +version = "0.11.24" [[package]] name = "uv-virtualenv" -version = "0.0.56" +version = "0.0.57" dependencies = [ "console", "fs-err", @@ -7434,7 +7434,7 @@ dependencies = [ [[package]] name = "uv-warnings" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anstream", "anyhow", @@ -7446,7 +7446,7 @@ dependencies = [ [[package]] name = "uv-windows" -version = "0.0.56" +version = "0.0.57" dependencies = [ "arrayvec", "windows", @@ -7454,7 +7454,7 @@ dependencies = [ [[package]] name = "uv-workspace" -version = "0.0.56" +version = "0.0.57" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 65912e9f371c9..98ce7e6a9d21d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,81 +16,81 @@ authors = ["uv"] license = "MIT OR Apache-2.0" [workspace.dependencies] -uv-audit = { version = "0.0.56", path = "crates/uv-audit" } -uv-auth = { version = "0.0.56", path = "crates/uv-auth" } -uv-bin-install = { version = "0.0.56", path = "crates/uv-bin-install" } -uv-build-backend = { version = "0.0.56", path = "crates/uv-build-backend" } -uv-build-frontend = { version = "0.0.56", path = "crates/uv-build-frontend" } -uv-cache = { version = "0.0.56", path = "crates/uv-cache" } -uv-cache-info = { version = "0.0.56", path = "crates/uv-cache-info" } -uv-cache-key = { version = "0.0.56", path = "crates/uv-cache-key" } -uv-cli = { version = "0.0.56", path = "crates/uv-cli" } -uv-client = { version = "0.0.56", path = "crates/uv-client" } -uv-configuration = { version = "0.0.56", path = "crates/uv-configuration" } -uv-console = { version = "0.0.56", path = "crates/uv-console" } -uv-dirs = { version = "0.0.56", path = "crates/uv-dirs" } -uv-dispatch = { version = "0.0.56", path = "crates/uv-dispatch" } -uv-distribution = { version = "0.0.56", path = "crates/uv-distribution" } -uv-distribution-filename = { version = "0.0.56", path = "crates/uv-distribution-filename" } -uv-distribution-types = { version = "0.0.56", path = "crates/uv-distribution-types" } -uv-errors = { version = "0.0.56", path = "crates/uv-errors" } -uv-extract = { version = "0.0.56", path = "crates/uv-extract" } -uv-fastid = { version = "0.0.56", path = "crates/uv-fastid" } -uv-flags = { version = "0.0.56", path = "crates/uv-flags" } -uv-fs = { version = "0.0.56", path = "crates/uv-fs", features = [ +uv-audit = { version = "0.0.57", path = "crates/uv-audit" } +uv-auth = { version = "0.0.57", path = "crates/uv-auth" } +uv-bin-install = { version = "0.0.57", path = "crates/uv-bin-install" } +uv-build-backend = { version = "0.0.57", path = "crates/uv-build-backend" } +uv-build-frontend = { version = "0.0.57", path = "crates/uv-build-frontend" } +uv-cache = { version = "0.0.57", path = "crates/uv-cache" } +uv-cache-info = { version = "0.0.57", path = "crates/uv-cache-info" } +uv-cache-key = { version = "0.0.57", path = "crates/uv-cache-key" } +uv-cli = { version = "0.0.57", path = "crates/uv-cli" } +uv-client = { version = "0.0.57", path = "crates/uv-client" } +uv-configuration = { version = "0.0.57", path = "crates/uv-configuration" } +uv-console = { version = "0.0.57", path = "crates/uv-console" } +uv-dirs = { version = "0.0.57", path = "crates/uv-dirs" } +uv-dispatch = { version = "0.0.57", path = "crates/uv-dispatch" } +uv-distribution = { version = "0.0.57", path = "crates/uv-distribution" } +uv-distribution-filename = { version = "0.0.57", path = "crates/uv-distribution-filename" } +uv-distribution-types = { version = "0.0.57", path = "crates/uv-distribution-types" } +uv-errors = { version = "0.0.57", path = "crates/uv-errors" } +uv-extract = { version = "0.0.57", path = "crates/uv-extract" } +uv-fastid = { version = "0.0.57", path = "crates/uv-fastid" } +uv-flags = { version = "0.0.57", path = "crates/uv-flags" } +uv-fs = { version = "0.0.57", path = "crates/uv-fs", features = [ "serde", "tokio", ] } -uv-git = { version = "0.0.56", path = "crates/uv-git" } -uv-git-types = { version = "0.0.56", path = "crates/uv-git-types" } -uv-globfilter = { version = "0.0.56", path = "crates/uv-globfilter" } -uv-install-wheel = { version = "0.0.56", path = "crates/uv-install-wheel", default-features = false } -uv-installer = { version = "0.0.56", path = "crates/uv-installer" } -uv-keyring = { version = "0.0.56", path = "crates/uv-keyring" } -uv-logging = { version = "0.0.56", path = "crates/uv-logging" } -uv-macros = { version = "0.0.56", path = "crates/uv-macros" } -uv-metadata = { version = "0.0.56", path = "crates/uv-metadata" } -uv-netrc = { version = "0.0.56", path = "crates/uv-netrc" } -uv-normalize = { version = "0.0.56", path = "crates/uv-normalize" } -uv-once-map = { version = "0.0.56", path = "crates/uv-once-map" } -uv-options-metadata = { version = "0.0.56", path = "crates/uv-options-metadata" } -uv-performance-memory-allocator = { version = "0.0.56", path = "crates/uv-performance-memory-allocator" } -uv-pep440 = { version = "0.0.56", path = "crates/uv-pep440", features = [ +uv-git = { version = "0.0.57", path = "crates/uv-git" } +uv-git-types = { version = "0.0.57", path = "crates/uv-git-types" } +uv-globfilter = { version = "0.0.57", path = "crates/uv-globfilter" } +uv-install-wheel = { version = "0.0.57", path = "crates/uv-install-wheel", default-features = false } +uv-installer = { version = "0.0.57", path = "crates/uv-installer" } +uv-keyring = { version = "0.0.57", path = "crates/uv-keyring" } +uv-logging = { version = "0.0.57", path = "crates/uv-logging" } +uv-macros = { version = "0.0.57", path = "crates/uv-macros" } +uv-metadata = { version = "0.0.57", path = "crates/uv-metadata" } +uv-netrc = { version = "0.0.57", path = "crates/uv-netrc" } +uv-normalize = { version = "0.0.57", path = "crates/uv-normalize" } +uv-once-map = { version = "0.0.57", path = "crates/uv-once-map" } +uv-options-metadata = { version = "0.0.57", path = "crates/uv-options-metadata" } +uv-performance-memory-allocator = { version = "0.0.57", path = "crates/uv-performance-memory-allocator" } +uv-pep440 = { version = "0.0.57", path = "crates/uv-pep440", features = [ "tracing", "rkyv", "version-ranges", ] } -uv-pep508 = { version = "0.0.56", path = "crates/uv-pep508", features = [ +uv-pep508 = { version = "0.0.57", path = "crates/uv-pep508", features = [ "non-pep508-extensions", ] } -uv-platform = { version = "0.0.56", path = "crates/uv-platform" } -uv-platform-tags = { version = "0.0.56", path = "crates/uv-platform-tags" } -uv-preview = { version = "0.0.56", path = "crates/uv-preview" } -uv-publish = { version = "0.0.56", path = "crates/uv-publish" } -uv-pypi-types = { version = "0.0.56", path = "crates/uv-pypi-types" } -uv-python = { version = "0.0.56", path = "crates/uv-python" } -uv-redacted = { version = "0.0.56", path = "crates/uv-redacted" } -uv-requirements = { version = "0.0.56", path = "crates/uv-requirements" } -uv-requirements-txt = { version = "0.0.56", path = "crates/uv-requirements-txt" } -uv-resolver = { version = "0.0.56", path = "crates/uv-resolver" } -uv-scripts = { version = "0.0.56", path = "crates/uv-scripts" } -uv-settings = { version = "0.0.56", path = "crates/uv-settings" } -uv-shell = { version = "0.0.56", path = "crates/uv-shell" } -uv-small-str = { version = "0.0.56", path = "crates/uv-small-str" } -uv-state = { version = "0.0.56", path = "crates/uv-state" } -uv-static = { version = "0.0.56", path = "crates/uv-static" } -uv-test = { version = "0.0.56", path = "crates/uv-test" } -uv-toml = { version = "0.0.56", path = "crates/uv-toml" } -uv-tool = { version = "0.0.56", path = "crates/uv-tool" } -uv-torch = { version = "0.0.56", path = "crates/uv-torch" } -uv-trampoline-builder = { version = "0.0.56", path = "crates/uv-trampoline-builder" } -uv-types = { version = "0.0.56", path = "crates/uv-types" } -uv-unix = { version = "0.0.56", path = "crates/uv-unix" } -uv-version = { version = "0.11.23", path = "crates/uv-version" } -uv-virtualenv = { version = "0.0.56", path = "crates/uv-virtualenv" } -uv-warnings = { version = "0.0.56", path = "crates/uv-warnings" } -uv-windows = { version = "0.0.56", path = "crates/uv-windows" } -uv-workspace = { version = "0.0.56", path = "crates/uv-workspace" } +uv-platform = { version = "0.0.57", path = "crates/uv-platform" } +uv-platform-tags = { version = "0.0.57", path = "crates/uv-platform-tags" } +uv-preview = { version = "0.0.57", path = "crates/uv-preview" } +uv-publish = { version = "0.0.57", path = "crates/uv-publish" } +uv-pypi-types = { version = "0.0.57", path = "crates/uv-pypi-types" } +uv-python = { version = "0.0.57", path = "crates/uv-python" } +uv-redacted = { version = "0.0.57", path = "crates/uv-redacted" } +uv-requirements = { version = "0.0.57", path = "crates/uv-requirements" } +uv-requirements-txt = { version = "0.0.57", path = "crates/uv-requirements-txt" } +uv-resolver = { version = "0.0.57", path = "crates/uv-resolver" } +uv-scripts = { version = "0.0.57", path = "crates/uv-scripts" } +uv-settings = { version = "0.0.57", path = "crates/uv-settings" } +uv-shell = { version = "0.0.57", path = "crates/uv-shell" } +uv-small-str = { version = "0.0.57", path = "crates/uv-small-str" } +uv-state = { version = "0.0.57", path = "crates/uv-state" } +uv-static = { version = "0.0.57", path = "crates/uv-static" } +uv-test = { version = "0.0.57", path = "crates/uv-test" } +uv-toml = { version = "0.0.57", path = "crates/uv-toml" } +uv-tool = { version = "0.0.57", path = "crates/uv-tool" } +uv-torch = { version = "0.0.57", path = "crates/uv-torch" } +uv-trampoline-builder = { version = "0.0.57", path = "crates/uv-trampoline-builder" } +uv-types = { version = "0.0.57", path = "crates/uv-types" } +uv-unix = { version = "0.0.57", path = "crates/uv-unix" } +uv-version = { version = "0.11.24", path = "crates/uv-version" } +uv-virtualenv = { version = "0.0.57", path = "crates/uv-virtualenv" } +uv-warnings = { version = "0.0.57", path = "crates/uv-warnings" } +uv-windows = { version = "0.0.57", path = "crates/uv-windows" } +uv-workspace = { version = "0.0.57", path = "crates/uv-workspace" } ambient-id = { version = "0.0.11", default-features = false, features = [ "reqwest-middleware", diff --git a/crates/uv-audit/Cargo.toml b/crates/uv-audit/Cargo.toml index 65bb62d37d625..5d88cd4ea8af3 100644 --- a/crates/uv-audit/Cargo.toml +++ b/crates/uv-audit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-audit" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition.workspace = true rust-version.workspace = true diff --git a/crates/uv-audit/README.md b/crates/uv-audit/README.md index 8d5c10839e4fd..a34d7a8819159 100644 --- a/crates/uv-audit/README.md +++ b/crates/uv-audit/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-audit). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-audit). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-auth/Cargo.toml b/crates/uv-auth/Cargo.toml index 6cd7db71353a4..e7ec2cdc26a27 100644 --- a/crates/uv-auth/Cargo.toml +++ b/crates/uv-auth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-auth" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-auth/README.md b/crates/uv-auth/README.md index 84e47e01fe262..c2a425d6c4ad4 100644 --- a/crates/uv-auth/README.md +++ b/crates/uv-auth/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-auth). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-auth). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-bench/Cargo.toml b/crates/uv-bench/Cargo.toml index 350639562428d..c3fd1933e03e5 100644 --- a/crates/uv-bench/Cargo.toml +++ b/crates/uv-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-bench" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" publish = false authors = { workspace = true } diff --git a/crates/uv-bench/README.md b/crates/uv-bench/README.md index 3ae314b260a52..6a3f19c20530a 100644 --- a/crates/uv-bench/README.md +++ b/crates/uv-bench/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-bench). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-bench). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-bin-install/Cargo.toml b/crates/uv-bin-install/Cargo.toml index db4462f84c62a..2e0676daee144 100644 --- a/crates/uv-bin-install/Cargo.toml +++ b/crates/uv-bin-install/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-bin-install" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-bin-install/README.md b/crates/uv-bin-install/README.md index 3f89df911f645..9886484d3426f 100644 --- a/crates/uv-bin-install/README.md +++ b/crates/uv-bin-install/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-bin-install). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-bin-install). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-build-backend/Cargo.toml b/crates/uv-build-backend/Cargo.toml index 5e7413b49b400..a836e05e20b4f 100644 --- a/crates/uv-build-backend/Cargo.toml +++ b/crates/uv-build-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-build-backend" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-build-backend/README.md b/crates/uv-build-backend/README.md index 9c585d72045ea..4cdb476c1d9f6 100644 --- a/crates/uv-build-backend/README.md +++ b/crates/uv-build-backend/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-build-backend). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-build-backend). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-build-frontend/Cargo.toml b/crates/uv-build-frontend/Cargo.toml index 35fbbe95b921e..ccdc7145067ff 100644 --- a/crates/uv-build-frontend/Cargo.toml +++ b/crates/uv-build-frontend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-build-frontend" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-build-frontend/README.md b/crates/uv-build-frontend/README.md index 2ad1de7162a78..fd4d92691cb10 100644 --- a/crates/uv-build-frontend/README.md +++ b/crates/uv-build-frontend/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-build-frontend). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-build-frontend). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-build/Cargo.toml b/crates/uv-build/Cargo.toml index c12b3afeed498..58b78ada927fb 100644 --- a/crates/uv-build/Cargo.toml +++ b/crates/uv-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-build" -version = "0.11.23" +version = "0.11.24" description = "A Python build backend" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-build/pyproject.toml b/crates/uv-build/pyproject.toml index 7519544ab4b34..d7f315d0c89ad 100644 --- a/crates/uv-build/pyproject.toml +++ b/crates/uv-build/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uv-build" -version = "0.11.23" +version = "0.11.24" description = "The uv build backend" authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }] requires-python = ">=3.8" diff --git a/crates/uv-cache-info/Cargo.toml b/crates/uv-cache-info/Cargo.toml index 0cc6b6313a91e..e54022d5b1b31 100644 --- a/crates/uv-cache-info/Cargo.toml +++ b/crates/uv-cache-info/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cache-info" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-cache-info/README.md b/crates/uv-cache-info/README.md index 601ec29c6b0d4..655aad82937f7 100644 --- a/crates/uv-cache-info/README.md +++ b/crates/uv-cache-info/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-cache-info). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-cache-info). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-cache-key/Cargo.toml b/crates/uv-cache-key/Cargo.toml index 3ec2c32589082..dbd56b491a7e8 100644 --- a/crates/uv-cache-key/Cargo.toml +++ b/crates/uv-cache-key/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cache-key" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-cache-key/README.md b/crates/uv-cache-key/README.md index a21a47355b133..9384d8b91d1c9 100644 --- a/crates/uv-cache-key/README.md +++ b/crates/uv-cache-key/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-cache-key). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-cache-key). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-cache/Cargo.toml b/crates/uv-cache/Cargo.toml index 8ba41869ca37c..4b02b37bc4098 100644 --- a/crates/uv-cache/Cargo.toml +++ b/crates/uv-cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cache" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-cache/README.md b/crates/uv-cache/README.md index 2d3ee8ca6bbbf..8e340088c6a8f 100644 --- a/crates/uv-cache/README.md +++ b/crates/uv-cache/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-cache). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-cache). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-cli/Cargo.toml b/crates/uv-cli/Cargo.toml index d46af1c4c81c3..676bf696140d8 100644 --- a/crates/uv-cli/Cargo.toml +++ b/crates/uv-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cli" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-cli/README.md b/crates/uv-cli/README.md index f5fb3ce2364ce..6f27d6b63064e 100644 --- a/crates/uv-cli/README.md +++ b/crates/uv-cli/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-cli). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-cli). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-client/Cargo.toml b/crates/uv-client/Cargo.toml index 24bafcda430fb..597128bcea1ab 100644 --- a/crates/uv-client/Cargo.toml +++ b/crates/uv-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-client" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-client/README.md b/crates/uv-client/README.md index 5ed76a989caf1..f4afad9614508 100644 --- a/crates/uv-client/README.md +++ b/crates/uv-client/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-client). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-client). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-configuration/Cargo.toml b/crates/uv-configuration/Cargo.toml index 987cfe4925f7b..07d8505c11fe2 100644 --- a/crates/uv-configuration/Cargo.toml +++ b/crates/uv-configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-configuration" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-configuration/README.md b/crates/uv-configuration/README.md index f0bd76788cc0c..4050f756a8133 100644 --- a/crates/uv-configuration/README.md +++ b/crates/uv-configuration/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-configuration). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-configuration). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-console/Cargo.toml b/crates/uv-console/Cargo.toml index 204878c7aeac2..4de3801ddfbd9 100644 --- a/crates/uv-console/Cargo.toml +++ b/crates/uv-console/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-console" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-console/README.md b/crates/uv-console/README.md index 406c7bb1dc7fb..c776e1276b117 100644 --- a/crates/uv-console/README.md +++ b/crates/uv-console/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-console). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-console). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-dev/Cargo.toml b/crates/uv-dev/Cargo.toml index a18ad49441de1..cb7bbdfd009c4 100644 --- a/crates/uv-dev/Cargo.toml +++ b/crates/uv-dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dev" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" publish = false diff --git a/crates/uv-dev/README.md b/crates/uv-dev/README.md index 8877e4e38e542..d9cfc69bf1a00 100644 --- a/crates/uv-dev/README.md +++ b/crates/uv-dev/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-dev). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-dev). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-dirs/Cargo.toml b/crates/uv-dirs/Cargo.toml index 74bfecf10694c..270f4c52c29e0 100644 --- a/crates/uv-dirs/Cargo.toml +++ b/crates/uv-dirs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dirs" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-dirs/README.md b/crates/uv-dirs/README.md index e881da721ef3e..9400a19a48ea9 100644 --- a/crates/uv-dirs/README.md +++ b/crates/uv-dirs/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-dirs). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-dirs). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-dispatch/Cargo.toml b/crates/uv-dispatch/Cargo.toml index b19e6fbd03352..a261481f670cb 100644 --- a/crates/uv-dispatch/Cargo.toml +++ b/crates/uv-dispatch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dispatch" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-dispatch/README.md b/crates/uv-dispatch/README.md index 9cbd4ca6339d0..86d802483f4c6 100644 --- a/crates/uv-dispatch/README.md +++ b/crates/uv-dispatch/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-dispatch). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-dispatch). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-distribution-filename/Cargo.toml b/crates/uv-distribution-filename/Cargo.toml index f4114d04147f3..432b912ef51e9 100644 --- a/crates/uv-distribution-filename/Cargo.toml +++ b/crates/uv-distribution-filename/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-distribution-filename" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-distribution-filename/README.md b/crates/uv-distribution-filename/README.md index 00f3f3170f0e3..e000a402ede1c 100644 --- a/crates/uv-distribution-filename/README.md +++ b/crates/uv-distribution-filename/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The source can be found -[here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-distribution-filename). +[here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-distribution-filename). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-distribution-types/Cargo.toml b/crates/uv-distribution-types/Cargo.toml index e1ed7eabd460a..ba7917ca43a51 100644 --- a/crates/uv-distribution-types/Cargo.toml +++ b/crates/uv-distribution-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-distribution-types" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-distribution-types/README.md b/crates/uv-distribution-types/README.md index 94ab42705d519..6167afa36a5d3 100644 --- a/crates/uv-distribution-types/README.md +++ b/crates/uv-distribution-types/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The source can be found -[here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-distribution-types). +[here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-distribution-types). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-distribution/Cargo.toml b/crates/uv-distribution/Cargo.toml index 2bc1cf600ea7a..1a4724af5da84 100644 --- a/crates/uv-distribution/Cargo.toml +++ b/crates/uv-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-distribution" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-distribution/README.md b/crates/uv-distribution/README.md index 999964adc75cb..c8015b2662db0 100644 --- a/crates/uv-distribution/README.md +++ b/crates/uv-distribution/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-distribution). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-distribution). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-errors/Cargo.toml b/crates/uv-errors/Cargo.toml index 0eacf4eaa6459..a522cb6d3bc54 100644 --- a/crates/uv-errors/Cargo.toml +++ b/crates/uv-errors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-errors" -version = "0.0.56" +version = "0.0.57" description = "Common error traits for uv." edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-errors/README.md b/crates/uv-errors/README.md index 6465190afbdda..0f80d16e2db1e 100644 --- a/crates/uv-errors/README.md +++ b/crates/uv-errors/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-errors). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-errors). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-extract/Cargo.toml b/crates/uv-extract/Cargo.toml index 4a1efb6871386..79a6901cd2f76 100644 --- a/crates/uv-extract/Cargo.toml +++ b/crates/uv-extract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-extract" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-extract/README.md b/crates/uv-extract/README.md index 9c123c7f45bba..2f9cad74f465f 100644 --- a/crates/uv-extract/README.md +++ b/crates/uv-extract/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-extract). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-extract). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-fastid/Cargo.toml b/crates/uv-fastid/Cargo.toml index ed177760b66cf..d598273c51ea9 100644 --- a/crates/uv-fastid/Cargo.toml +++ b/crates/uv-fastid/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-fastid" description = "This is an internal component crate of uv" -version = "0.0.56" +version = "0.0.57" edition.workspace = true rust-version.workspace = true homepage.workspace = true diff --git a/crates/uv-fastid/README.md b/crates/uv-fastid/README.md index c523c1acda7cb..a7393dbbf25f0 100644 --- a/crates/uv-fastid/README.md +++ b/crates/uv-fastid/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-fastid). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-fastid). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-flags/Cargo.toml b/crates/uv-flags/Cargo.toml index 6fb774470635a..db020853be555 100644 --- a/crates/uv-flags/Cargo.toml +++ b/crates/uv-flags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-flags" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-flags/README.md b/crates/uv-flags/README.md index 17ff6498f443d..35bd34012dd54 100644 --- a/crates/uv-flags/README.md +++ b/crates/uv-flags/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-flags). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-flags). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-fs/Cargo.toml b/crates/uv-fs/Cargo.toml index 8f2ae15f17f9c..14720ca8d035b 100644 --- a/crates/uv-fs/Cargo.toml +++ b/crates/uv-fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-fs" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-fs/README.md b/crates/uv-fs/README.md index c851707ef8a7d..25bbf1a3cd992 100644 --- a/crates/uv-fs/README.md +++ b/crates/uv-fs/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-fs). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-fs). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-git-types/Cargo.toml b/crates/uv-git-types/Cargo.toml index ebef3700b8df8..ff495026fd487 100644 --- a/crates/uv-git-types/Cargo.toml +++ b/crates/uv-git-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-git-types" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-git-types/README.md b/crates/uv-git-types/README.md index fb2eb4e7f1f86..568dbacf14d17 100644 --- a/crates/uv-git-types/README.md +++ b/crates/uv-git-types/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-git-types). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-git-types). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-git/Cargo.toml b/crates/uv-git/Cargo.toml index 826cd1265a74f..3b97a57bc117d 100644 --- a/crates/uv-git/Cargo.toml +++ b/crates/uv-git/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-git" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-git/README.md b/crates/uv-git/README.md index 1d3ad79122ad1..2683a7f6e5218 100644 --- a/crates/uv-git/README.md +++ b/crates/uv-git/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-git). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-git). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-globfilter/Cargo.toml b/crates/uv-globfilter/Cargo.toml index 10660ee02710a..74d88b65302ae 100644 --- a/crates/uv-globfilter/Cargo.toml +++ b/crates/uv-globfilter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-globfilter" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" readme = "README.md" edition = { workspace = true } diff --git a/crates/uv-install-wheel/Cargo.toml b/crates/uv-install-wheel/Cargo.toml index 9ddb8c0ba1e31..4cda64b8282fb 100644 --- a/crates/uv-install-wheel/Cargo.toml +++ b/crates/uv-install-wheel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-install-wheel" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" keywords = ["wheel", "python"] diff --git a/crates/uv-install-wheel/README.md b/crates/uv-install-wheel/README.md index c3f905aec1839..f6f0b9f23406a 100644 --- a/crates/uv-install-wheel/README.md +++ b/crates/uv-install-wheel/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-install-wheel). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-install-wheel). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-installer/Cargo.toml b/crates/uv-installer/Cargo.toml index 66d1a0aea7ec3..58f1cab5b4545 100644 --- a/crates/uv-installer/Cargo.toml +++ b/crates/uv-installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-installer" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-installer/README.md b/crates/uv-installer/README.md index 4ac3b47dc3c89..936daf0d2685f 100644 --- a/crates/uv-installer/README.md +++ b/crates/uv-installer/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-installer). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-installer). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-keyring/Cargo.toml b/crates/uv-keyring/Cargo.toml index 96b865cb3dc8c..9a028d77faa68 100644 --- a/crates/uv-keyring/Cargo.toml +++ b/crates/uv-keyring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-keyring" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-logging/Cargo.toml b/crates/uv-logging/Cargo.toml index 2fff03f476127..b66c9df59a138 100644 --- a/crates/uv-logging/Cargo.toml +++ b/crates/uv-logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-logging" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-logging/README.md b/crates/uv-logging/README.md index 58e3021c8ff1d..e7f6aff61744c 100644 --- a/crates/uv-logging/README.md +++ b/crates/uv-logging/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-logging). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-logging). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-macros/Cargo.toml b/crates/uv-macros/Cargo.toml index 3fc5d38692f20..a23b422c5fe20 100644 --- a/crates/uv-macros/Cargo.toml +++ b/crates/uv-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-macros" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-macros/README.md b/crates/uv-macros/README.md index c61a1da3dd17b..96a28c9db4035 100644 --- a/crates/uv-macros/README.md +++ b/crates/uv-macros/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-macros). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-macros). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-metadata/Cargo.toml b/crates/uv-metadata/Cargo.toml index a2fd4b16724b5..f12c54ae3a2ad 100644 --- a/crates/uv-metadata/Cargo.toml +++ b/crates/uv-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-metadata" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-metadata/README.md b/crates/uv-metadata/README.md index c55c7ac30d407..6ee2e0094093e 100644 --- a/crates/uv-metadata/README.md +++ b/crates/uv-metadata/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-metadata). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-metadata). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-netrc/Cargo.toml b/crates/uv-netrc/Cargo.toml index 4da74d7a8409c..d583e82dc2ad3 100644 --- a/crates/uv-netrc/Cargo.toml +++ b/crates/uv-netrc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-netrc" -version = "0.0.56" +version = "0.0.57" description = "A vendored netrc parser for uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-normalize/Cargo.toml b/crates/uv-normalize/Cargo.toml index 92914fa677f45..554cf70cf9f8b 100644 --- a/crates/uv-normalize/Cargo.toml +++ b/crates/uv-normalize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-normalize" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-normalize/README.md b/crates/uv-normalize/README.md index 266ac82619e0f..785a599d57f27 100644 --- a/crates/uv-normalize/README.md +++ b/crates/uv-normalize/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-normalize). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-normalize). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-once-map/Cargo.toml b/crates/uv-once-map/Cargo.toml index 32769bdda7473..f33d13a93ada6 100644 --- a/crates/uv-once-map/Cargo.toml +++ b/crates/uv-once-map/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-once-map" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-once-map/README.md b/crates/uv-once-map/README.md index abd0acef0531e..02fbff18677c7 100644 --- a/crates/uv-once-map/README.md +++ b/crates/uv-once-map/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-once-map). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-once-map). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-options-metadata/Cargo.toml b/crates/uv-options-metadata/Cargo.toml index 049c74322d44b..58120f9e01ce7 100644 --- a/crates/uv-options-metadata/Cargo.toml +++ b/crates/uv-options-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-options-metadata" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-options-metadata/README.md b/crates/uv-options-metadata/README.md index d860855e7255a..8f091c173d268 100644 --- a/crates/uv-options-metadata/README.md +++ b/crates/uv-options-metadata/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-options-metadata). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-options-metadata). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-pep440/Cargo.toml b/crates/uv-pep440/Cargo.toml index f81c2d0f43b43..0f3d893c20edc 100644 --- a/crates/uv-pep440/Cargo.toml +++ b/crates/uv-pep440/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-pep440" -version = "0.0.56" +version = "0.0.57" 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"] diff --git a/crates/uv-pep440/README.md b/crates/uv-pep440/README.md index 4970742f614bf..d0cfe13ed7447 100644 --- a/crates/uv-pep440/README.md +++ b/crates/uv-pep440/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-pep440). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-pep440). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-pep508/Cargo.toml b/crates/uv-pep508/Cargo.toml index 7a5c461a15f42..99c84e178ea72 100644 --- a/crates/uv-pep508/Cargo.toml +++ b/crates/uv-pep508/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-pep508" -version = "0.0.56" +version = "0.0.57" 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" diff --git a/crates/uv-pep508/README.md b/crates/uv-pep508/README.md index 56515b50b6006..162ac98af9db2 100644 --- a/crates/uv-pep508/README.md +++ b/crates/uv-pep508/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-pep508). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-pep508). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-performance-memory-allocator/Cargo.toml b/crates/uv-performance-memory-allocator/Cargo.toml index 5dd4ac6f0b58f..478d09aac8e35 100644 --- a/crates/uv-performance-memory-allocator/Cargo.toml +++ b/crates/uv-performance-memory-allocator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-performance-memory-allocator" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-performance-memory-allocator/README.md b/crates/uv-performance-memory-allocator/README.md index a0749211e7282..ce2cf3a096027 100644 --- a/crates/uv-performance-memory-allocator/README.md +++ b/crates/uv-performance-memory-allocator/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The source can be found -[here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-performance-memory-allocator). +[here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-performance-memory-allocator). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-platform-tags/Cargo.toml b/crates/uv-platform-tags/Cargo.toml index c63c2b8de2865..6ddce8d8a317b 100644 --- a/crates/uv-platform-tags/Cargo.toml +++ b/crates/uv-platform-tags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-platform-tags" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-platform-tags/README.md b/crates/uv-platform-tags/README.md index 43b6c5ced0f18..c8f7c742c4140 100644 --- a/crates/uv-platform-tags/README.md +++ b/crates/uv-platform-tags/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-platform-tags). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-platform-tags). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-platform/Cargo.toml b/crates/uv-platform/Cargo.toml index d3961d3753428..60c5cf76238a8 100644 --- a/crates/uv-platform/Cargo.toml +++ b/crates/uv-platform/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-platform" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-platform/README.md b/crates/uv-platform/README.md index a1c6b8a5e3487..ec520a1362965 100644 --- a/crates/uv-platform/README.md +++ b/crates/uv-platform/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-platform). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-platform). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-preview/Cargo.toml b/crates/uv-preview/Cargo.toml index 0685c8a9b74d4..c5b1744972b2c 100644 --- a/crates/uv-preview/Cargo.toml +++ b/crates/uv-preview/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-preview" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-preview/README.md b/crates/uv-preview/README.md index 93ec673a1e157..2d1817cb44da1 100644 --- a/crates/uv-preview/README.md +++ b/crates/uv-preview/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-preview). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-preview). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-publish/Cargo.toml b/crates/uv-publish/Cargo.toml index 88de2816e1bb7..f699f830ab6d9 100644 --- a/crates/uv-publish/Cargo.toml +++ b/crates/uv-publish/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-publish" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-publish/README.md b/crates/uv-publish/README.md index 898825ddbeff7..c71aabb581034 100644 --- a/crates/uv-publish/README.md +++ b/crates/uv-publish/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-publish). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-publish). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-pypi-types/Cargo.toml b/crates/uv-pypi-types/Cargo.toml index cb8ef3eba1314..d40a21e3987c0 100644 --- a/crates/uv-pypi-types/Cargo.toml +++ b/crates/uv-pypi-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-pypi-types" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-pypi-types/README.md b/crates/uv-pypi-types/README.md index 7ed04dbf08a04..7b31d424afeea 100644 --- a/crates/uv-pypi-types/README.md +++ b/crates/uv-pypi-types/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-pypi-types). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-pypi-types). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-python/Cargo.toml b/crates/uv-python/Cargo.toml index 57bc7f9b6b7c8..6ed506a63e2e7 100644 --- a/crates/uv-python/Cargo.toml +++ b/crates/uv-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-python" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-python/README.md b/crates/uv-python/README.md index 02c97c17c420a..94012657bfc33 100644 --- a/crates/uv-python/README.md +++ b/crates/uv-python/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-python). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-python). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-redacted/Cargo.toml b/crates/uv-redacted/Cargo.toml index 04088ce47c179..7f56468538085 100644 --- a/crates/uv-redacted/Cargo.toml +++ b/crates/uv-redacted/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-redacted" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-redacted/README.md b/crates/uv-redacted/README.md index df5122cdfd0c6..588a4cd6eb373 100644 --- a/crates/uv-redacted/README.md +++ b/crates/uv-redacted/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-redacted). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-redacted). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-requirements-txt/Cargo.toml b/crates/uv-requirements-txt/Cargo.toml index 1f71a897f7d08..3c4a366c351ef 100644 --- a/crates/uv-requirements-txt/Cargo.toml +++ b/crates/uv-requirements-txt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-requirements-txt" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-requirements-txt/README.md b/crates/uv-requirements-txt/README.md index a9c9b1ef8fea4..61379fabe0f0b 100644 --- a/crates/uv-requirements-txt/README.md +++ b/crates/uv-requirements-txt/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-requirements-txt). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-requirements-txt). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-requirements/Cargo.toml b/crates/uv-requirements/Cargo.toml index 47eb342017377..74c95abdc0df1 100644 --- a/crates/uv-requirements/Cargo.toml +++ b/crates/uv-requirements/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-requirements" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-requirements/README.md b/crates/uv-requirements/README.md index 5a7ac498e372a..2299175a115d6 100644 --- a/crates/uv-requirements/README.md +++ b/crates/uv-requirements/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-requirements). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-requirements). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-resolver/Cargo.toml b/crates/uv-resolver/Cargo.toml index e4eea894ad846..02fe3240cbbe3 100644 --- a/crates/uv-resolver/Cargo.toml +++ b/crates/uv-resolver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-resolver" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-resolver/README.md b/crates/uv-resolver/README.md index 39d5e1831f8ad..483d8ab5398dc 100644 --- a/crates/uv-resolver/README.md +++ b/crates/uv-resolver/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-resolver). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-resolver). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-scripts/Cargo.toml b/crates/uv-scripts/Cargo.toml index eee611bc9f523..0bba8be27c90d 100644 --- a/crates/uv-scripts/Cargo.toml +++ b/crates/uv-scripts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-scripts" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-scripts/README.md b/crates/uv-scripts/README.md index 08adf03ea760d..a4b193dec7d87 100644 --- a/crates/uv-scripts/README.md +++ b/crates/uv-scripts/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-scripts). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-scripts). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-settings/Cargo.toml b/crates/uv-settings/Cargo.toml index 10c7c454cb328..c7f016898e107 100644 --- a/crates/uv-settings/Cargo.toml +++ b/crates/uv-settings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-settings" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-settings/README.md b/crates/uv-settings/README.md index 7cf4bad196329..3493fd0b5c14f 100644 --- a/crates/uv-settings/README.md +++ b/crates/uv-settings/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-settings). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-settings). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-shell/Cargo.toml b/crates/uv-shell/Cargo.toml index 716510fcee89f..14814d4a712ee 100644 --- a/crates/uv-shell/Cargo.toml +++ b/crates/uv-shell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-shell" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-shell/README.md b/crates/uv-shell/README.md index 02ba9d992d4ac..bc61604674440 100644 --- a/crates/uv-shell/README.md +++ b/crates/uv-shell/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-shell). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-shell). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-small-str/Cargo.toml b/crates/uv-small-str/Cargo.toml index bc2c71a402733..5775d7bed3e93 100644 --- a/crates/uv-small-str/Cargo.toml +++ b/crates/uv-small-str/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-small-str" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-small-str/README.md b/crates/uv-small-str/README.md index 87d8d3e1cc4b7..ce973330f7e3b 100644 --- a/crates/uv-small-str/README.md +++ b/crates/uv-small-str/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-small-str). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-small-str). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-state/Cargo.toml b/crates/uv-state/Cargo.toml index 32f4a994e790d..e28bf5e065956 100644 --- a/crates/uv-state/Cargo.toml +++ b/crates/uv-state/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-state" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-state/README.md b/crates/uv-state/README.md index d3bdbf3b3b0a2..c50664d34b10c 100644 --- a/crates/uv-state/README.md +++ b/crates/uv-state/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-state). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-state). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-static/Cargo.toml b/crates/uv-static/Cargo.toml index 7a659c781a61c..87097cf070b42 100644 --- a/crates/uv-static/Cargo.toml +++ b/crates/uv-static/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-static" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-static/README.md b/crates/uv-static/README.md index b44531feb5d7b..354b65215965a 100644 --- a/crates/uv-static/README.md +++ b/crates/uv-static/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-static). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-static). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-test/Cargo.toml b/crates/uv-test/Cargo.toml index bd8868a63a048..fbdffe22c58e0 100644 --- a/crates/uv-test/Cargo.toml +++ b/crates/uv-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-test" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-test/README.md b/crates/uv-test/README.md index f4540c86eefd3..31a65783ae549 100644 --- a/crates/uv-test/README.md +++ b/crates/uv-test/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-test). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-test). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-toml/Cargo.toml b/crates/uv-toml/Cargo.toml index 5bd272af1b733..8666d0e61a0fa 100644 --- a/crates/uv-toml/Cargo.toml +++ b/crates/uv-toml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-toml" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-toml/README.md b/crates/uv-toml/README.md index d2063f459cdcb..ff5f2a4729efa 100644 --- a/crates/uv-toml/README.md +++ b/crates/uv-toml/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-toml). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-toml). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-tool/Cargo.toml b/crates/uv-tool/Cargo.toml index 452f94387caa7..10f3e2c1521ab 100644 --- a/crates/uv-tool/Cargo.toml +++ b/crates/uv-tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-tool" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-tool/README.md b/crates/uv-tool/README.md index 50474338334c0..abfe8cb4dbc5c 100644 --- a/crates/uv-tool/README.md +++ b/crates/uv-tool/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-tool). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-tool). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-torch/Cargo.toml b/crates/uv-torch/Cargo.toml index ec1c924cf58b2..1423045c03a8c 100644 --- a/crates/uv-torch/Cargo.toml +++ b/crates/uv-torch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-torch" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-torch/README.md b/crates/uv-torch/README.md index ff7238e12f199..c055511387b6f 100644 --- a/crates/uv-torch/README.md +++ b/crates/uv-torch/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-torch). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-torch). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-trampoline-builder/Cargo.toml b/crates/uv-trampoline-builder/Cargo.toml index 96887be3b3d8c..8d0b52ac78b2d 100644 --- a/crates/uv-trampoline-builder/Cargo.toml +++ b/crates/uv-trampoline-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-trampoline-builder" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } diff --git a/crates/uv-trampoline-builder/README.md b/crates/uv-trampoline-builder/README.md index f8812a5504a79..dbdac2191fe20 100644 --- a/crates/uv-trampoline-builder/README.md +++ b/crates/uv-trampoline-builder/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The source can be found -[here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-trampoline-builder). +[here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-trampoline-builder). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-trampoline/Cargo.lock b/crates/uv-trampoline/Cargo.lock index cd0a2088441c8..5dc7cd9522997 100644 --- a/crates/uv-trampoline/Cargo.lock +++ b/crates/uv-trampoline/Cargo.lock @@ -138,7 +138,7 @@ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[package]] name = "uv-macros" -version = "0.0.56" +version = "0.0.57" dependencies = [ "proc-macro2", "quote", @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "uv-static" -version = "0.0.56" +version = "0.0.57" dependencies = [ "thiserror", "uv-macros", @@ -169,7 +169,7 @@ dependencies = [ [[package]] name = "uv-windows" -version = "0.0.56" +version = "0.0.57" dependencies = [ "windows", ] diff --git a/crates/uv-types/Cargo.toml b/crates/uv-types/Cargo.toml index 76f94c8a94046..1d27c8d3152ab 100644 --- a/crates/uv-types/Cargo.toml +++ b/crates/uv-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-types" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-types/README.md b/crates/uv-types/README.md index fa8b3441ee2ae..b2d8ecca4d540 100644 --- a/crates/uv-types/README.md +++ b/crates/uv-types/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-types). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-types). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-unix/Cargo.toml b/crates/uv-unix/Cargo.toml index 502925e892fa6..6238ede381d30 100644 --- a/crates/uv-unix/Cargo.toml +++ b/crates/uv-unix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-unix" -version = "0.0.56" +version = "0.0.57" description = "Unix-specific functionality for uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-unix/README.md b/crates/uv-unix/README.md index f512935824e66..7d8bc8068c845 100644 --- a/crates/uv-unix/README.md +++ b/crates/uv-unix/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-unix). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-unix). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-version/Cargo.toml b/crates/uv-version/Cargo.toml index 0437a715d9204..d13119615b56d 100644 --- a/crates/uv-version/Cargo.toml +++ b/crates/uv-version/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-version" -version = "0.11.23" +version = "0.11.24" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-version/README.md b/crates/uv-version/README.md index d6af6ccb78ec1..91d6137b9e8e3 100644 --- a/crates/uv-version/README.md +++ b/crates/uv-version/README.md @@ -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.11.23) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-version). +This version (0.11.24) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-version). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-virtualenv/Cargo.toml b/crates/uv-virtualenv/Cargo.toml index e2d788fcddb00..729a9ea511114 100644 --- a/crates/uv-virtualenv/Cargo.toml +++ b/crates/uv-virtualenv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-virtualenv" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" keywords = ["virtualenv", "venv", "python"] diff --git a/crates/uv-warnings/Cargo.toml b/crates/uv-warnings/Cargo.toml index 7a83a563518f8..fc0c5ebd1a7fe 100644 --- a/crates/uv-warnings/Cargo.toml +++ b/crates/uv-warnings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-warnings" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-warnings/README.md b/crates/uv-warnings/README.md index 6ed4a1eec8250..f082106f7706d 100644 --- a/crates/uv-warnings/README.md +++ b/crates/uv-warnings/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-warnings). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-warnings). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-windows/Cargo.toml b/crates/uv-windows/Cargo.toml index e8a7f28072e5e..0c18dc61e254b 100644 --- a/crates/uv-windows/Cargo.toml +++ b/crates/uv-windows/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-windows" -version = "0.0.56" +version = "0.0.57" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-windows/README.md b/crates/uv-windows/README.md index c00ea443bc723..80b75cdb09d76 100644 --- a/crates/uv-windows/README.md +++ b/crates/uv-windows/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-windows). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-windows). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-workspace/Cargo.toml b/crates/uv-workspace/Cargo.toml index 3f4db0d309f10..61215c0b6c3e8 100644 --- a/crates/uv-workspace/Cargo.toml +++ b/crates/uv-workspace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-workspace" -version = "0.0.56" +version = "0.0.57" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-workspace/README.md b/crates/uv-workspace/README.md index 28b48ed88df52..a832c17558100 100644 --- a/crates/uv-workspace/README.md +++ b/crates/uv-workspace/README.md @@ -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.56) is a component of [uv 0.11.23](https://crates.io/crates/uv/0.11.23). The -source can be found [here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv-workspace). +This version (0.0.57) is a component of [uv 0.11.24](https://crates.io/crates/uv/0.11.24). The +source can be found [here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv-workspace). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv/Cargo.toml b/crates/uv/Cargo.toml index b2449598c44bf..88cb9cda759e5 100644 --- a/crates/uv/Cargo.toml +++ b/crates/uv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv" -version = "0.11.23" +version = "0.11.24" description = "A Python package and project manager" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv/README.md b/crates/uv/README.md index 22e623704a2e6..6b2eb563b7843 100644 --- a/crates/uv/README.md +++ b/crates/uv/README.md @@ -10,8 +10,8 @@ for more information. This crate is the entry point to the uv command-line interface. The Rust API exposed here is not considered public interface. -This is version 0.11.23. The source can be found -[here](https://github.com/astral-sh/uv/blob/0.11.23/crates/uv). +This is version 0.11.24. The source can be found +[here](https://github.com/astral-sh/uv/blob/0.11.24/crates/uv). The following uv workspace members are also available: diff --git a/crates/uv/src/commands/project/mod.rs b/crates/uv/src/commands/project/mod.rs index 11b20e79e8ee6..4507dcd7b0ad7 100644 --- a/crates/uv/src/commands/project/mod.rs +++ b/crates/uv/src/commands/project/mod.rs @@ -28,7 +28,7 @@ use uv_installer::{InstallationStrategy, SatisfiesResult, SitePackages}; use uv_normalize::{DEV_DEPENDENCIES, DefaultGroups, ExtraName, GroupName, PackageName}; use uv_pep440::{TildeVersionSpecifier, Version, VersionSpecifiers}; use uv_pep508::MarkerTreeContents; -use uv_preview::Preview; +use uv_preview::{Preview, PreviewFeature}; use uv_pypi_types::{ConflictItem, ConflictKind, ConflictSet, Conflicts}; use uv_python::{ BrokenLink, EnvironmentPreference, Interpreter, InvalidEnvironmentKind, PythonDownloads, @@ -1551,7 +1551,7 @@ impl ProjectEnvironment { uv_virtualenv::OnExisting::Remove( uv_virtualenv::RemovalReason::ManagedEnvironment, ), - false, + uv_preview::is_enabled(PreviewFeature::RelocatableEnvsDefault), false, upgradeable, )?; @@ -1591,7 +1591,7 @@ impl ProjectEnvironment { uv_virtualenv::OnExisting::Remove( uv_virtualenv::RemovalReason::ManagedEnvironment, ), - false, + uv_preview::is_enabled(PreviewFeature::RelocatableEnvsDefault), false, upgradeable, )?; diff --git a/crates/uv/tests/sync/sync.rs b/crates/uv/tests/sync/sync.rs index 6095a5b9a2cfe..b7ccd3b71e17b 100644 --- a/crates/uv/tests/sync/sync.rs +++ b/crates/uv/tests/sync/sync.rs @@ -50,6 +50,70 @@ fn sync() -> Result<()> { Ok(()) } +/// With `relocatable-envs-default`, project environments are relocatable by default. +#[test] +fn sync_relocatable_envs_default() -> Result<()> { + let context = uv_test::test_context!("3.12").with_filtered_counts(); + let project_dir = context.temp_dir.child("project"); + project_dir.create_dir_all()?; + project_dir.child("pyproject.toml").write_str( + r#" + [project] + name = "project" + version = "0.1.0" + requires-python = ">=3.12" + dependencies = ["black"] + "#, + )?; + + uv_snapshot!(context.filters(), context.sync() + .current_dir(project_dir.path()) + .arg("--preview-features") + .arg("relocatable-envs-default"), @" + success: true + exit_code: 0 + ----- stdout ----- + + ----- stderr ----- + Using CPython 3.12.[X] interpreter at: [PYTHON-3.12] + Creating virtual environment at: .venv + Resolved [N] packages in [TIME] + Prepared [N] packages in [TIME] + Installed [N] packages in [TIME] + + black==24.3.0 + + click==8.1.7 + + mypy-extensions==1.0.0 + + packaging==24.0 + + pathspec==0.12.1 + + platformdirs==4.2.0 + "); + + project_dir + .child(".venv") + .child("pyvenv.cfg") + .assert(predicate::str::contains("relocatable = true")); + + let relocated_dir = context.temp_dir.child("relocated"); + fs_err::rename(project_dir.path(), relocated_dir.path())?; + + uv_snapshot!(context.filters(), context.run() + .current_dir(relocated_dir.path()) + .env_remove(EnvVars::VIRTUAL_ENV) + .arg("--no-sync") + .arg("black") + .arg("--version"), @" + success: true + exit_code: 0 + ----- stdout ----- + black, 24.3.0 (compiled: yes) + Python (CPython) 3.12.[X] + + ----- stderr ----- + "); + + Ok(()) +} + /// Ensure that `uv sync` reuses remote wheels cached by `uv pip install`. #[test] fn sync_reuses_pip_install_wheel_cache() -> Result<()> { diff --git a/docs/concepts/build-backend.md b/docs/concepts/build-backend.md index 3e16ad296cf42..03ccc481e4b2d 100644 --- a/docs/concepts/build-backend.md +++ b/docs/concepts/build-backend.md @@ -31,7 +31,7 @@ To use uv as a build backend in an existing project, add `uv_build` to the ```toml title="pyproject.toml" [build-system] -requires = ["uv_build>=0.11.23,<0.12"] +requires = ["uv_build>=0.11.24,<0.12"] build-backend = "uv_build" ``` diff --git a/docs/concepts/projects/init.md b/docs/concepts/projects/init.md index 9669cfc1bf326..1e8d701a4800c 100644 --- a/docs/concepts/projects/init.md +++ b/docs/concepts/projects/init.md @@ -113,7 +113,7 @@ dependencies = [] example-pkg = "example_pkg:main" [build-system] -requires = ["uv_build>=0.11.23,<0.12"] +requires = ["uv_build>=0.11.24,<0.12"] build-backend = "uv_build" ``` @@ -136,7 +136,7 @@ dependencies = [] example-pkg = "example_pkg:main" [build-system] -requires = ["uv_build>=0.11.23,<0.12"] +requires = ["uv_build>=0.11.24,<0.12"] build-backend = "uv_build" ``` @@ -197,7 +197,7 @@ requires-python = ">=3.11" dependencies = [] [build-system] -requires = ["uv_build>=0.11.23,<0.12"] +requires = ["uv_build>=0.11.24,<0.12"] build-backend = "uv_build" ``` diff --git a/docs/concepts/projects/workspaces.md b/docs/concepts/projects/workspaces.md index 433e0612d076f..f10f08f9cf2fe 100644 --- a/docs/concepts/projects/workspaces.md +++ b/docs/concepts/projects/workspaces.md @@ -75,7 +75,7 @@ bird-feeder = { workspace = true } members = ["packages/*"] [build-system] -requires = ["uv_build>=0.11.23,<0.12"] +requires = ["uv_build>=0.11.24,<0.12"] build-backend = "uv_build" ``` @@ -106,7 +106,7 @@ tqdm = { git = "https://github.com/tqdm/tqdm" } members = ["packages/*"] [build-system] -requires = ["uv_build>=0.11.23,<0.12"] +requires = ["uv_build>=0.11.24,<0.12"] build-backend = "uv_build" ``` @@ -188,7 +188,7 @@ dependencies = ["bird-feeder", "tqdm>=4,<5"] bird-feeder = { path = "packages/bird-feeder" } [build-system] -requires = ["uv_build>=0.11.23,<0.12"] +requires = ["uv_build>=0.11.24,<0.12"] build-backend = "uv_build" ``` diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 3c148e1cbdbfd..38cb575629d34 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -25,7 +25,7 @@ uv provides a standalone installer to download and install uv: Request a specific version by including it in the URL: ```console - $ curl -LsSf https://astral.sh/uv/0.11.23/install.sh | sh + $ curl -LsSf https://astral.sh/uv/0.11.24/install.sh | sh ``` === "Windows" @@ -41,7 +41,7 @@ uv provides a standalone installer to download and install uv: Request a specific version by including it in the URL: ```pwsh-session - PS> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.11.23/install.ps1 | iex" + PS> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.11.24/install.ps1 | iex" ``` !!! tip diff --git a/docs/guides/integration/aws-lambda.md b/docs/guides/integration/aws-lambda.md index be1f81e2f4584..139294494c390 100644 --- a/docs/guides/integration/aws-lambda.md +++ b/docs/guides/integration/aws-lambda.md @@ -92,7 +92,7 @@ the second stage, we'll copy this directory over to the final image, omitting th other unnecessary files. ```dockerfile title="Dockerfile" -FROM ghcr.io/astral-sh/uv:0.11.23 AS uv +FROM ghcr.io/astral-sh/uv:0.11.24 AS uv # First, bundle the dependencies into the task root. FROM public.ecr.aws/lambda/python:3.13 AS builder @@ -334,7 +334,7 @@ And confirm that opening http://127.0.0.1:8000/ in a web browser displays, "Hell Finally, we'll update the Dockerfile to include the local library in the deployment package: ```dockerfile title="Dockerfile" -FROM ghcr.io/astral-sh/uv:0.11.23 AS uv +FROM ghcr.io/astral-sh/uv:0.11.24 AS uv # First, bundle the dependencies into the task root. FROM public.ecr.aws/lambda/python:3.13 AS builder diff --git a/docs/guides/integration/docker.md b/docs/guides/integration/docker.md index 4e230443924a6..e5ba5fd37f4a5 100644 --- a/docs/guides/integration/docker.md +++ b/docs/guides/integration/docker.md @@ -31,7 +31,7 @@ $ docker run --rm -it ghcr.io/astral-sh/uv:debian uv --help The following distroless images are available: - `ghcr.io/astral-sh/uv:latest` -- `ghcr.io/astral-sh/uv:{major}.{minor}.{patch}`, e.g., `ghcr.io/astral-sh/uv:0.11.23` +- `ghcr.io/astral-sh/uv:{major}.{minor}.{patch}`, e.g., `ghcr.io/astral-sh/uv:0.11.24` - `ghcr.io/astral-sh/uv:{major}.{minor}`, e.g., `ghcr.io/astral-sh/uv:0.8` (the latest patch version) @@ -92,7 +92,7 @@ And the following derived images are available: As with the distroless image, each derived image is published with uv version tags as `ghcr.io/astral-sh/uv:{major}.{minor}.{patch}-{base}` and -`ghcr.io/astral-sh/uv:{major}.{minor}-{base}`, e.g., `ghcr.io/astral-sh/uv:0.11.23-alpine`. +`ghcr.io/astral-sh/uv:{major}.{minor}-{base}`, e.g., `ghcr.io/astral-sh/uv:0.11.24-alpine`. In addition, starting with `0.8` each derived image also sets `UV_TOOL_BIN_DIR` to `/usr/local/bin` to allow `uv tool install` to work as expected with the default user. @@ -133,7 +133,7 @@ Note this requires `curl` to be available. In either case, it is best practice to pin to a specific uv version, e.g., with: ```dockerfile -COPY --from=ghcr.io/astral-sh/uv:0.11.23 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.11.24 /uv /uvx /bin/ ``` !!! tip @@ -151,7 +151,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.11.23 /uv /uvx /bin/ Or, with the installer: ```dockerfile -ADD https://astral.sh/uv/0.11.23/install.sh /uv-installer.sh +ADD https://astral.sh/uv/0.11.24/install.sh /uv-installer.sh ``` ### Installing a project @@ -619,5 +619,5 @@ Verified OK !!! tip These examples use `latest`, but best practice is to verify the attestation for a specific - version tag, e.g., `ghcr.io/astral-sh/uv:0.11.23`, or (even better) the specific image digest, + version tag, e.g., `ghcr.io/astral-sh/uv:0.11.24`, or (even better) the specific image digest, such as `ghcr.io/astral-sh/uv:0.5.27@sha256:5adf09a5a526f380237408032a9308000d14d5947eafa687ad6c6a2476787b4f`. diff --git a/docs/guides/integration/github.md b/docs/guides/integration/github.md index ffbe32e59ca4a..bd39a1dcefd0f 100644 --- a/docs/guides/integration/github.md +++ b/docs/guides/integration/github.md @@ -47,7 +47,7 @@ jobs: uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 with: # Install a specific version of uv. - version: "0.11.23" + version: "0.11.24" ``` ## Setting up Python diff --git a/docs/guides/integration/gitlab.md b/docs/guides/integration/gitlab.md index d5918f9aea2a0..2ff57de7cde88 100644 --- a/docs/guides/integration/gitlab.md +++ b/docs/guides/integration/gitlab.md @@ -13,7 +13,7 @@ Select a variant that is suitable for your workflow. ```yaml title=".gitlab-ci.yml" variables: - UV_VERSION: "0.11.23" + UV_VERSION: "0.11.24" PYTHON_VERSION: "3.12" BASE_LAYER: trixie-slim # GitLab CI creates a separate mountpoint for the build directory, diff --git a/docs/guides/integration/pre-commit.md b/docs/guides/integration/pre-commit.md index e279529c4f3be..a27f1102ce78b 100644 --- a/docs/guides/integration/pre-commit.md +++ b/docs/guides/integration/pre-commit.md @@ -19,7 +19,7 @@ To make sure your `uv.lock` file is up to date even if your `pyproject.toml` fil repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.23 + rev: 0.11.24 hooks: - id: uv-lock ``` @@ -30,7 +30,7 @@ To keep a `requirements.txt` file in sync with your `uv.lock` file: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.23 + rev: 0.11.24 hooks: - id: uv-export ``` @@ -41,7 +41,7 @@ To compile requirements files: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.23 + rev: 0.11.24 hooks: # Compile requirements - id: pip-compile @@ -54,7 +54,7 @@ To compile alternative requirements files, modify `args` and `files`: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.23 + rev: 0.11.24 hooks: # Compile requirements - id: pip-compile @@ -68,7 +68,7 @@ To run the hook over multiple files at the same time, add additional entries: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.23 + rev: 0.11.24 hooks: # Compile requirements - id: pip-compile diff --git a/pyproject.toml b/pyproject.toml index 29b5b331f660d..17997490239a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "uv" -version = "0.11.23" +version = "0.11.24" description = "An extremely fast Python package and project manager, written in Rust." authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }] requires-python = ">=3.8" diff --git a/uv.lock b/uv.lock index 63bcaadec87ba..6b5c438e75dfa 100644 --- a/uv.lock +++ b/uv.lock @@ -1544,7 +1544,7 @@ wheels = [ [[package]] name = "uv" -version = "0.11.23" +version = "0.11.24" source = { editable = "." } [package.dev-dependencies]