From 05814f9cd5beb251402fd6f15be97d4f9bda8531 Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Mon, 1 Dec 2025 16:52:15 +0000 Subject: [PATCH] Bump version to 0.9.14 (#16909) --- CHANGELOG.md | 33 +++-- Cargo.lock | 124 +++++++++--------- Cargo.toml | 116 ++++++++-------- crates/uv-auth/Cargo.toml | 2 +- crates/uv-bench/Cargo.toml | 2 +- crates/uv-bin-install/Cargo.toml | 2 +- crates/uv-build-backend/Cargo.toml | 2 +- crates/uv-build-frontend/Cargo.toml | 2 +- crates/uv-build/Cargo.toml | 2 +- crates/uv-build/pyproject.toml | 2 +- crates/uv-cache-info/Cargo.toml | 2 +- crates/uv-cache-key/Cargo.toml | 2 +- crates/uv-cache/Cargo.toml | 2 +- crates/uv-cli/Cargo.toml | 2 +- crates/uv-client/Cargo.toml | 2 +- crates/uv-configuration/Cargo.toml | 2 +- crates/uv-console/Cargo.toml | 2 +- crates/uv-dev/Cargo.toml | 2 +- crates/uv-dirs/Cargo.toml | 2 +- crates/uv-dispatch/Cargo.toml | 2 +- crates/uv-distribution-filename/Cargo.toml | 2 +- crates/uv-distribution-types/Cargo.toml | 2 +- crates/uv-distribution/Cargo.toml | 2 +- crates/uv-extract/Cargo.toml | 2 +- crates/uv-flags/Cargo.toml | 2 +- crates/uv-fs/Cargo.toml | 2 +- crates/uv-git-types/Cargo.toml | 2 +- crates/uv-git/Cargo.toml | 2 +- crates/uv-globfilter/Cargo.toml | 2 +- crates/uv-install-wheel/Cargo.toml | 2 +- crates/uv-installer/Cargo.toml | 2 +- crates/uv-keyring/Cargo.toml | 2 +- crates/uv-logging/Cargo.toml | 2 +- crates/uv-macros/Cargo.toml | 2 +- crates/uv-metadata/Cargo.toml | 2 +- crates/uv-normalize/Cargo.toml | 2 +- crates/uv-once-map/Cargo.toml | 2 +- crates/uv-options-metadata/Cargo.toml | 2 +- crates/uv-pep440/Cargo.toml | 2 +- crates/uv-pep508/Cargo.toml | 2 +- .../Cargo.toml | 2 +- crates/uv-platform-tags/Cargo.toml | 2 +- crates/uv-platform/Cargo.toml | 2 +- crates/uv-preview/Cargo.toml | 2 +- crates/uv-publish/Cargo.toml | 2 +- crates/uv-pypi-types/Cargo.toml | 2 +- crates/uv-python/Cargo.toml | 2 +- crates/uv-redacted/Cargo.toml | 2 +- crates/uv-requirements-txt/Cargo.toml | 2 +- crates/uv-requirements/Cargo.toml | 2 +- crates/uv-resolver/Cargo.toml | 2 +- crates/uv-scripts/Cargo.toml | 2 +- crates/uv-settings/Cargo.toml | 2 +- crates/uv-shell/Cargo.toml | 2 +- crates/uv-small-str/Cargo.toml | 2 +- crates/uv-state/Cargo.toml | 2 +- crates/uv-static/Cargo.toml | 2 +- crates/uv-tool/Cargo.toml | 2 +- crates/uv-torch/Cargo.toml | 2 +- crates/uv-trampoline-builder/Cargo.toml | 2 +- crates/uv-types/Cargo.toml | 2 +- crates/uv-version/Cargo.toml | 2 +- crates/uv-virtualenv/Cargo.toml | 2 +- crates/uv-warnings/Cargo.toml | 2 +- crates/uv-workspace/Cargo.toml | 2 +- crates/uv/Cargo.toml | 2 +- docs/concepts/build-backend.md | 2 +- docs/concepts/projects/init.md | 6 +- docs/concepts/projects/workspaces.md | 6 +- docs/getting-started/installation.md | 4 +- docs/guides/integration/aws-lambda.md | 4 +- docs/guides/integration/docker.md | 10 +- docs/guides/integration/github.md | 2 +- docs/guides/integration/pre-commit.md | 10 +- pyproject.toml | 2 +- 75 files changed, 231 insertions(+), 214 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba1eaf1b4..95d9d033b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ +## 0.9.14 + +Released on 2025-12-01. + +### Performance + +- Bump `astral-tl` to v0.7.10 to enable SIMD for HTML parsing ([#16887](https://github.com/astral-sh/uv/pull/16887)) + +### Bug fixes + +- Allow earlier post releases with exclusive ordering ([#16881](https://github.com/astral-sh/uv/pull/16881)) +- Prefer updating existing `.zshenv` over creating a new one in `tool update-shell` ([#16866](https://github.com/astral-sh/uv/pull/16866)) +- Respect `-e` flags in `uv add` ([#16882](https://github.com/astral-sh/uv/pull/16882)) + +### Enhancements + +- Attach subcommand to User-Agent string ([#16837](https://github.com/astral-sh/uv/pull/16837)) +- Prefer `UV_WORKING_DIR` over `UV_WORKING_DIRECTORY` for consistency ([#16884](https://github.com/astral-sh/uv/pull/16884)) + ## 0.9.13 Released on 2025-11-26. @@ -351,25 +370,25 @@ There are no breaking changes to [`uv_build`](https://docs.astral.sh/uv/concepts ### Breaking changes - **Python 3.14 is now the default stable version** - + The default Python version has changed from 3.13 to 3.14. This applies to Python version installation when no Python version is requested, e.g., `uv python install`. By default, uv will use the system Python version if present, so this may not cause changes to general use of uv. For example, if Python 3.13 is installed already, then `uv venv` will use that version. If no Python versions are installed on a machine and automatic downloads are enabled, uv will now use 3.14 instead of 3.13, e.g., for `uv venv` or `uvx python`. This change will not affect users who are using a `.python-version` file to pin to a specific Python version. - **Allow use of free-threaded variants in Python 3.14+ without explicit opt-in** ([#16142](https://github.com/astral-sh/uv/pull/16142)) - + Previously, free-threaded variants of Python were considered experimental and required explicit opt-in (i.e., with `3.14t`) for usage. Now uv will allow use of free-threaded Python 3.14+ interpreters without explicit selection. The GIL-enabled build of Python will still be preferred, e.g., when performing an installation with `uv python install 3.14`. However, e.g., if a free-threaded interpreter comes before a GIL-enabled build on the `PATH`, it will be used. This change does not apply to free-threaded Python 3.13 interpreters, which will continue to require opt-in. - **Use Python 3.14 stable Docker images** ([#16150](https://github.com/astral-sh/uv/pull/16150)) - + Previously, the Python 3.14 images had an `-rc` suffix, e.g., `python:3.14-rc-alpine` or `python:3.14-rc-trixie`. Now, the `-rc` suffix has been removed to match the stable [upstream images](https://hub.docker.com/_/python). The `-rc` images tags will no longer be updated. This change should not break existing workflows. - **Upgrade Alpine Docker image to Alpine 3.22** - + Previously, the `uv:alpine` Docker image was based on Alpine 3.21. Now, this image is based on Alpine 3.22. The previous image can be recovered with `uv:alpine3.21` and will continue to be updated until a future release. - **Upgrade Debian Docker images to Debian 13 "Trixie"** - + Previously, the `uv:debian` and `uv:debian-slim` Docker images were based on Debian 12 "Bookworm". Now, these images are based on Debian 13 "Trixie". The previous images can be recovered with `uv:bookworm` and `uv:bookworm-slim` and will continue to be updated until a future release. - **Fix incorrect output path when a trailing `/` is used in `uv build`** ([#15133](https://github.com/astral-sh/uv/pull/15133)) - + When using `uv build` in a workspace, the artifacts are intended to be written to a `dist` directory in the workspace root. A bug caused workspace root determination to fail when the input path included a trailing `/` causing the `dist` directory to be placed in the child directory. This bug has been fixed in this release. For example, `uv build child/` is used, the output path will now be in `/dist/` rather than `/child/dist/`. ### Python @@ -425,5 +444,3 @@ See [changelogs/0.2.x](./changelogs/0.2.x.md) See [changelogs/0.1.x](./changelogs/0.1.x.md) - - diff --git a/Cargo.lock b/Cargo.lock index 8efcda70b..74ad83677 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5381,7 +5381,7 @@ dependencies = [ [[package]] name = "uv" -version = "0.9.13" +version = "0.9.14" dependencies = [ "anstream", "anyhow", @@ -5499,7 +5499,7 @@ dependencies = [ [[package]] name = "uv-auth" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "arcstr", @@ -5542,7 +5542,7 @@ dependencies = [ [[package]] name = "uv-bench" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -5569,7 +5569,7 @@ dependencies = [ [[package]] name = "uv-bin-install" -version = "0.0.3" +version = "0.0.4" dependencies = [ "astral-reqwest-middleware", "astral-reqwest-retry", @@ -5593,7 +5593,7 @@ dependencies = [ [[package]] name = "uv-build" -version = "0.9.13" +version = "0.9.14" dependencies = [ "anstream", "anyhow", @@ -5605,7 +5605,7 @@ dependencies = [ [[package]] name = "uv-build-backend" -version = "0.0.3" +version = "0.0.4" dependencies = [ "astral-version-ranges", "base64 0.22.1", @@ -5645,7 +5645,7 @@ dependencies = [ [[package]] name = "uv-build-frontend" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anstream", "fs-err", @@ -5682,7 +5682,7 @@ dependencies = [ [[package]] name = "uv-cache" -version = "0.0.3" +version = "0.0.4" dependencies = [ "clap", "fs-err", @@ -5707,7 +5707,7 @@ dependencies = [ [[package]] name = "uv-cache-info" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "fs-err", @@ -5724,7 +5724,7 @@ dependencies = [ [[package]] name = "uv-cache-key" -version = "0.0.3" +version = "0.0.4" dependencies = [ "hex", "memchr", @@ -5736,7 +5736,7 @@ dependencies = [ [[package]] name = "uv-cli" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anstream", "anyhow", @@ -5768,7 +5768,7 @@ dependencies = [ [[package]] name = "uv-client" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -5831,7 +5831,7 @@ dependencies = [ [[package]] name = "uv-configuration" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "clap", @@ -5860,14 +5860,14 @@ dependencies = [ [[package]] name = "uv-console" -version = "0.0.3" +version = "0.0.4" dependencies = [ "console 0.16.1", ] [[package]] name = "uv-dev" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anstream", "anyhow", @@ -5916,7 +5916,7 @@ dependencies = [ [[package]] name = "uv-dirs" -version = "0.0.3" +version = "0.0.4" dependencies = [ "assert_fs", "etcetera", @@ -5928,7 +5928,7 @@ dependencies = [ [[package]] name = "uv-dispatch" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "futures", @@ -5960,7 +5960,7 @@ dependencies = [ [[package]] name = "uv-distribution" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6008,7 +6008,7 @@ dependencies = [ [[package]] name = "uv-distribution-filename" -version = "0.0.3" +version = "0.0.4" dependencies = [ "insta", "memchr", @@ -6025,7 +6025,7 @@ dependencies = [ [[package]] name = "uv-distribution-types" -version = "0.0.3" +version = "0.0.4" dependencies = [ "arcstr", "astral-version-ranges", @@ -6065,7 +6065,7 @@ dependencies = [ [[package]] name = "uv-extract" -version = "0.0.3" +version = "0.0.4" dependencies = [ "astral-tokio-tar", "astral_async_zip", @@ -6095,14 +6095,14 @@ dependencies = [ [[package]] name = "uv-flags" -version = "0.0.3" +version = "0.0.4" dependencies = [ "bitflags 2.9.4", ] [[package]] name = "uv-fs" -version = "0.0.3" +version = "0.0.4" dependencies = [ "backon", "dunce", @@ -6124,7 +6124,7 @@ dependencies = [ [[package]] name = "uv-git" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6148,7 +6148,7 @@ dependencies = [ [[package]] name = "uv-git-types" -version = "0.0.3" +version = "0.0.4" dependencies = [ "serde", "thiserror 2.0.17", @@ -6159,7 +6159,7 @@ dependencies = [ [[package]] name = "uv-globfilter" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anstream", "fs-err", @@ -6176,7 +6176,7 @@ dependencies = [ [[package]] name = "uv-install-wheel" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "assert_fs", @@ -6216,7 +6216,7 @@ dependencies = [ [[package]] name = "uv-installer" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "async-channel", @@ -6257,7 +6257,7 @@ dependencies = [ [[package]] name = "uv-keyring" -version = "0.0.3" +version = "0.0.4" dependencies = [ "async-trait", "byteorder", @@ -6274,7 +6274,7 @@ dependencies = [ [[package]] name = "uv-logging" -version = "0.0.3" +version = "0.0.4" dependencies = [ "jiff", "owo-colors", @@ -6284,7 +6284,7 @@ dependencies = [ [[package]] name = "uv-macros" -version = "0.0.3" +version = "0.0.4" dependencies = [ "proc-macro2", "quote", @@ -6294,7 +6294,7 @@ dependencies = [ [[package]] name = "uv-metadata" -version = "0.0.3" +version = "0.0.4" dependencies = [ "astral_async_zip", "fs-err", @@ -6311,7 +6311,7 @@ dependencies = [ [[package]] name = "uv-normalize" -version = "0.0.3" +version = "0.0.4" dependencies = [ "rkyv", "schemars", @@ -6321,7 +6321,7 @@ dependencies = [ [[package]] name = "uv-once-map" -version = "0.0.3" +version = "0.0.4" dependencies = [ "dashmap", "futures", @@ -6330,14 +6330,14 @@ dependencies = [ [[package]] name = "uv-options-metadata" -version = "0.0.3" +version = "0.0.4" dependencies = [ "serde", ] [[package]] name = "uv-pep440" -version = "0.0.3" +version = "0.0.4" dependencies = [ "astral-version-ranges", "indoc", @@ -6351,7 +6351,7 @@ dependencies = [ [[package]] name = "uv-pep508" -version = "0.0.3" +version = "0.0.4" dependencies = [ "arcstr", "astral-version-ranges", @@ -6380,7 +6380,7 @@ dependencies = [ [[package]] name = "uv-performance-memory-allocator" -version = "0.0.3" +version = "0.0.4" dependencies = [ "mimalloc", "tikv-jemallocator", @@ -6388,7 +6388,7 @@ dependencies = [ [[package]] name = "uv-platform" -version = "0.0.3" +version = "0.0.4" dependencies = [ "fs-err", "goblin", @@ -6405,7 +6405,7 @@ dependencies = [ [[package]] name = "uv-platform-tags" -version = "0.0.3" +version = "0.0.4" dependencies = [ "insta", "memchr", @@ -6418,7 +6418,7 @@ dependencies = [ [[package]] name = "uv-preview" -version = "0.0.3" +version = "0.0.4" dependencies = [ "bitflags 2.9.4", "thiserror 2.0.17", @@ -6427,7 +6427,7 @@ dependencies = [ [[package]] name = "uv-publish" -version = "0.0.3" +version = "0.0.4" dependencies = [ "ambient-id", "astral-reqwest-middleware", @@ -6467,7 +6467,7 @@ dependencies = [ [[package]] name = "uv-pypi-types" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "hashbrown 0.16.1", @@ -6499,7 +6499,7 @@ dependencies = [ [[package]] name = "uv-python" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "assert_fs", @@ -6561,7 +6561,7 @@ dependencies = [ [[package]] name = "uv-redacted" -version = "0.0.3" +version = "0.0.4" dependencies = [ "ref-cast", "schemars", @@ -6572,7 +6572,7 @@ dependencies = [ [[package]] name = "uv-requirements" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "configparser", @@ -6607,7 +6607,7 @@ dependencies = [ [[package]] name = "uv-requirements-txt" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "assert_fs", @@ -6640,7 +6640,7 @@ dependencies = [ [[package]] name = "uv-resolver" -version = "0.0.3" +version = "0.0.4" dependencies = [ "arcstr", "astral-pubgrub", @@ -6705,7 +6705,7 @@ dependencies = [ [[package]] name = "uv-scripts" -version = "0.0.3" +version = "0.0.4" dependencies = [ "fs-err", "indoc", @@ -6729,7 +6729,7 @@ dependencies = [ [[package]] name = "uv-settings" -version = "0.0.3" +version = "0.0.4" dependencies = [ "clap", "fs-err", @@ -6764,7 +6764,7 @@ dependencies = [ [[package]] name = "uv-shell" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "fs-err", @@ -6781,7 +6781,7 @@ dependencies = [ [[package]] name = "uv-small-str" -version = "0.0.3" +version = "0.0.4" dependencies = [ "arcstr", "rkyv", @@ -6791,7 +6791,7 @@ dependencies = [ [[package]] name = "uv-state" -version = "0.0.3" +version = "0.0.4" dependencies = [ "fs-err", "tempfile", @@ -6800,14 +6800,14 @@ dependencies = [ [[package]] name = "uv-static" -version = "0.0.3" +version = "0.0.4" dependencies = [ "uv-macros", ] [[package]] name = "uv-tool" -version = "0.0.3" +version = "0.0.4" dependencies = [ "fs-err", "pathdiff", @@ -6836,7 +6836,7 @@ dependencies = [ [[package]] name = "uv-torch" -version = "0.0.3" +version = "0.0.4" dependencies = [ "clap", "either", @@ -6856,7 +6856,7 @@ dependencies = [ [[package]] name = "uv-trampoline-builder" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "assert_cmd", @@ -6873,7 +6873,7 @@ dependencies = [ [[package]] name = "uv-types" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "dashmap", @@ -6895,11 +6895,11 @@ dependencies = [ [[package]] name = "uv-version" -version = "0.9.13" +version = "0.9.14" [[package]] name = "uv-virtualenv" -version = "0.0.3" +version = "0.0.4" dependencies = [ "console 0.16.1", "fs-err", @@ -6921,7 +6921,7 @@ dependencies = [ [[package]] name = "uv-warnings" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anstream", "owo-colors", @@ -6930,7 +6930,7 @@ dependencies = [ [[package]] name = "uv-workspace" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index cdb09749a..dc4129981 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,64 +16,64 @@ authors = ["uv"] license = "MIT OR Apache-2.0" [workspace.dependencies] -uv-auth = { version = "0.0.3", path = "crates/uv-auth" } -uv-bin-install = { version = "0.0.3", path = "crates/uv-bin-install" } -uv-build-backend = { version = "0.0.3", path = "crates/uv-build-backend" } -uv-build-frontend = { version = "0.0.3", path = "crates/uv-build-frontend" } -uv-cache = { version = "0.0.3", path = "crates/uv-cache" } -uv-cache-info = { version = "0.0.3", path = "crates/uv-cache-info" } -uv-cache-key = { version = "0.0.3", path = "crates/uv-cache-key" } -uv-cli = { version = "0.0.3", path = "crates/uv-cli" } -uv-client = { version = "0.0.3", path = "crates/uv-client" } -uv-configuration = { version = "0.0.3", path = "crates/uv-configuration" } -uv-console = { version = "0.0.3", path = "crates/uv-console" } -uv-dirs = { version = "0.0.3", path = "crates/uv-dirs" } -uv-dispatch = { version = "0.0.3", path = "crates/uv-dispatch" } -uv-distribution = { version = "0.0.3", path = "crates/uv-distribution" } -uv-distribution-filename = { version = "0.0.3", path = "crates/uv-distribution-filename" } -uv-distribution-types = { version = "0.0.3", path = "crates/uv-distribution-types" } -uv-extract = { version = "0.0.3", path = "crates/uv-extract" } -uv-flags = { version = "0.0.3", path = "crates/uv-flags" } -uv-fs = { version = "0.0.3", path = "crates/uv-fs", features = ["serde", "tokio"] } -uv-git = { version = "0.0.3", path = "crates/uv-git" } -uv-git-types = { version = "0.0.3", path = "crates/uv-git-types" } -uv-globfilter = { version = "0.0.3", path = "crates/uv-globfilter" } -uv-install-wheel = { version = "0.0.3", path = "crates/uv-install-wheel", default-features = false } -uv-installer = { version = "0.0.3", path = "crates/uv-installer" } -uv-keyring = { version = "0.0.3", path = "crates/uv-keyring" } -uv-logging = { version = "0.0.3", path = "crates/uv-logging" } -uv-macros = { version = "0.0.3", path = "crates/uv-macros" } -uv-metadata = { version = "0.0.3", path = "crates/uv-metadata" } -uv-normalize = { version = "0.0.3", path = "crates/uv-normalize" } -uv-once-map = { version = "0.0.3", path = "crates/uv-once-map" } -uv-options-metadata = { version = "0.0.3", path = "crates/uv-options-metadata" } -uv-performance-memory-allocator = { version = "0.0.3", path = "crates/uv-performance-memory-allocator" } -uv-pep440 = { version = "0.0.3", path = "crates/uv-pep440", features = ["tracing", "rkyv", "version-ranges"] } -uv-pep508 = { version = "0.0.3", path = "crates/uv-pep508", features = ["non-pep508-extensions"] } -uv-platform = { version = "0.0.3", path = "crates/uv-platform" } -uv-platform-tags = { version = "0.0.3", path = "crates/uv-platform-tags" } -uv-preview = { version = "0.0.3", path = "crates/uv-preview" } -uv-publish = { version = "0.0.3", path = "crates/uv-publish" } -uv-pypi-types = { version = "0.0.3", path = "crates/uv-pypi-types" } -uv-python = { version = "0.0.3", path = "crates/uv-python" } -uv-redacted = { version = "0.0.3", path = "crates/uv-redacted" } -uv-requirements = { version = "0.0.3", path = "crates/uv-requirements" } -uv-requirements-txt = { version = "0.0.3", path = "crates/uv-requirements-txt" } -uv-resolver = { version = "0.0.3", path = "crates/uv-resolver" } -uv-scripts = { version = "0.0.3", path = "crates/uv-scripts" } -uv-settings = { version = "0.0.3", path = "crates/uv-settings" } -uv-shell = { version = "0.0.3", path = "crates/uv-shell" } -uv-small-str = { version = "0.0.3", path = "crates/uv-small-str" } -uv-state = { version = "0.0.3", path = "crates/uv-state" } -uv-static = { version = "0.0.3", path = "crates/uv-static" } -uv-tool = { version = "0.0.3", path = "crates/uv-tool" } -uv-torch = { version = "0.0.3", path = "crates/uv-torch" } -uv-trampoline-builder = { version = "0.0.3", path = "crates/uv-trampoline-builder" } -uv-types = { version = "0.0.3", path = "crates/uv-types" } -uv-version = { version = "0.9.13", path = "crates/uv-version" } -uv-virtualenv = { version = "0.0.3", path = "crates/uv-virtualenv" } -uv-warnings = { version = "0.0.3", path = "crates/uv-warnings" } -uv-workspace = { version = "0.0.3", path = "crates/uv-workspace" } +uv-auth = { version = "0.0.4", path = "crates/uv-auth" } +uv-bin-install = { version = "0.0.4", path = "crates/uv-bin-install" } +uv-build-backend = { version = "0.0.4", path = "crates/uv-build-backend" } +uv-build-frontend = { version = "0.0.4", path = "crates/uv-build-frontend" } +uv-cache = { version = "0.0.4", path = "crates/uv-cache" } +uv-cache-info = { version = "0.0.4", path = "crates/uv-cache-info" } +uv-cache-key = { version = "0.0.4", path = "crates/uv-cache-key" } +uv-cli = { version = "0.0.4", path = "crates/uv-cli" } +uv-client = { version = "0.0.4", path = "crates/uv-client" } +uv-configuration = { version = "0.0.4", path = "crates/uv-configuration" } +uv-console = { version = "0.0.4", path = "crates/uv-console" } +uv-dirs = { version = "0.0.4", path = "crates/uv-dirs" } +uv-dispatch = { version = "0.0.4", path = "crates/uv-dispatch" } +uv-distribution = { version = "0.0.4", path = "crates/uv-distribution" } +uv-distribution-filename = { version = "0.0.4", path = "crates/uv-distribution-filename" } +uv-distribution-types = { version = "0.0.4", path = "crates/uv-distribution-types" } +uv-extract = { version = "0.0.4", path = "crates/uv-extract" } +uv-flags = { version = "0.0.4", path = "crates/uv-flags" } +uv-fs = { version = "0.0.4", path = "crates/uv-fs", features = ["serde", "tokio"] } +uv-git = { version = "0.0.4", path = "crates/uv-git" } +uv-git-types = { version = "0.0.4", path = "crates/uv-git-types" } +uv-globfilter = { version = "0.0.4", path = "crates/uv-globfilter" } +uv-install-wheel = { version = "0.0.4", path = "crates/uv-install-wheel", default-features = false } +uv-installer = { version = "0.0.4", path = "crates/uv-installer" } +uv-keyring = { version = "0.0.4", path = "crates/uv-keyring" } +uv-logging = { version = "0.0.4", path = "crates/uv-logging" } +uv-macros = { version = "0.0.4", path = "crates/uv-macros" } +uv-metadata = { version = "0.0.4", path = "crates/uv-metadata" } +uv-normalize = { version = "0.0.4", path = "crates/uv-normalize" } +uv-once-map = { version = "0.0.4", path = "crates/uv-once-map" } +uv-options-metadata = { version = "0.0.4", path = "crates/uv-options-metadata" } +uv-performance-memory-allocator = { version = "0.0.4", path = "crates/uv-performance-memory-allocator" } +uv-pep440 = { version = "0.0.4", path = "crates/uv-pep440", features = ["tracing", "rkyv", "version-ranges"] } +uv-pep508 = { version = "0.0.4", path = "crates/uv-pep508", features = ["non-pep508-extensions"] } +uv-platform = { version = "0.0.4", path = "crates/uv-platform" } +uv-platform-tags = { version = "0.0.4", path = "crates/uv-platform-tags" } +uv-preview = { version = "0.0.4", path = "crates/uv-preview" } +uv-publish = { version = "0.0.4", path = "crates/uv-publish" } +uv-pypi-types = { version = "0.0.4", path = "crates/uv-pypi-types" } +uv-python = { version = "0.0.4", path = "crates/uv-python" } +uv-redacted = { version = "0.0.4", path = "crates/uv-redacted" } +uv-requirements = { version = "0.0.4", path = "crates/uv-requirements" } +uv-requirements-txt = { version = "0.0.4", path = "crates/uv-requirements-txt" } +uv-resolver = { version = "0.0.4", path = "crates/uv-resolver" } +uv-scripts = { version = "0.0.4", path = "crates/uv-scripts" } +uv-settings = { version = "0.0.4", path = "crates/uv-settings" } +uv-shell = { version = "0.0.4", path = "crates/uv-shell" } +uv-small-str = { version = "0.0.4", path = "crates/uv-small-str" } +uv-state = { version = "0.0.4", path = "crates/uv-state" } +uv-static = { version = "0.0.4", path = "crates/uv-static" } +uv-tool = { version = "0.0.4", path = "crates/uv-tool" } +uv-torch = { version = "0.0.4", path = "crates/uv-torch" } +uv-trampoline-builder = { version = "0.0.4", path = "crates/uv-trampoline-builder" } +uv-types = { version = "0.0.4", path = "crates/uv-types" } +uv-version = { version = "0.9.14", path = "crates/uv-version" } +uv-virtualenv = { version = "0.0.4", path = "crates/uv-virtualenv" } +uv-warnings = { version = "0.0.4", path = "crates/uv-warnings" } +uv-workspace = { version = "0.0.4", path = "crates/uv-workspace" } ambient-id = { version = "0.0.6", default-features = false, features = ["astral-reqwest-middleware"] } anstream = { version = "0.6.15" } diff --git a/crates/uv-auth/Cargo.toml b/crates/uv-auth/Cargo.toml index ae897b0db..2988d0924 100644 --- a/crates/uv-auth/Cargo.toml +++ b/crates/uv-auth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-auth" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-bench/Cargo.toml b/crates/uv-bench/Cargo.toml index 869b2121a..627f2e024 100644 --- a/crates/uv-bench/Cargo.toml +++ b/crates/uv-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-bench" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" publish = false authors = { workspace = true } diff --git a/crates/uv-bin-install/Cargo.toml b/crates/uv-bin-install/Cargo.toml index 5fca7a950..c44b6d3d7 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-build-backend/Cargo.toml b/crates/uv-build-backend/Cargo.toml index 6af966740..dcb8752d0 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-build-frontend/Cargo.toml b/crates/uv-build-frontend/Cargo.toml index bfe8bed48..1c85a4529 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-build/Cargo.toml b/crates/uv-build/Cargo.toml index 55420904c..aef9316b2 100644 --- a/crates/uv-build/Cargo.toml +++ b/crates/uv-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-build" -version = "0.9.13" +version = "0.9.14" 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 379095c38..ea8f05e33 100644 --- a/crates/uv-build/pyproject.toml +++ b/crates/uv-build/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uv-build" -version = "0.9.13" +version = "0.9.14" 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 8f06bcc3b..dbc20a43f 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-cache-key/Cargo.toml b/crates/uv-cache-key/Cargo.toml index 2836790b6..bbd710f7e 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-cache/Cargo.toml b/crates/uv-cache/Cargo.toml index e718d2820..b99987f63 100644 --- a/crates/uv-cache/Cargo.toml +++ b/crates/uv-cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cache" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-cli/Cargo.toml b/crates/uv-cli/Cargo.toml index 16a391385..919a2b617 100644 --- a/crates/uv-cli/Cargo.toml +++ b/crates/uv-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cli" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-client/Cargo.toml b/crates/uv-client/Cargo.toml index 20756fa34..c054c2e26 100644 --- a/crates/uv-client/Cargo.toml +++ b/crates/uv-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-client" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-configuration/Cargo.toml b/crates/uv-configuration/Cargo.toml index 137081ef9..f424f1912 100644 --- a/crates/uv-configuration/Cargo.toml +++ b/crates/uv-configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-configuration" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-console/Cargo.toml b/crates/uv-console/Cargo.toml index 3d922514c..aa8f32dc3 100644 --- a/crates/uv-console/Cargo.toml +++ b/crates/uv-console/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-console" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-dev/Cargo.toml b/crates/uv-dev/Cargo.toml index cdecf9ae3..900858692 100644 --- a/crates/uv-dev/Cargo.toml +++ b/crates/uv-dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dev" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" publish = false diff --git a/crates/uv-dirs/Cargo.toml b/crates/uv-dirs/Cargo.toml index d10c25295..5d90a6bb5 100644 --- a/crates/uv-dirs/Cargo.toml +++ b/crates/uv-dirs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dirs" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-dispatch/Cargo.toml b/crates/uv-dispatch/Cargo.toml index 46d833248..009b01adb 100644 --- a/crates/uv-dispatch/Cargo.toml +++ b/crates/uv-dispatch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dispatch" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-distribution-filename/Cargo.toml b/crates/uv-distribution-filename/Cargo.toml index da5c6aa7a..cd298aea2 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-distribution-types/Cargo.toml b/crates/uv-distribution-types/Cargo.toml index 313d2dc5e..8e29f2e17 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-distribution/Cargo.toml b/crates/uv-distribution/Cargo.toml index 3843a6938..d4adbeef3 100644 --- a/crates/uv-distribution/Cargo.toml +++ b/crates/uv-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-distribution" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-extract/Cargo.toml b/crates/uv-extract/Cargo.toml index 5d4ac2eb3..55700c23f 100644 --- a/crates/uv-extract/Cargo.toml +++ b/crates/uv-extract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-extract" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-flags/Cargo.toml b/crates/uv-flags/Cargo.toml index af38bf2ff..477110a82 100644 --- a/crates/uv-flags/Cargo.toml +++ b/crates/uv-flags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-flags" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-fs/Cargo.toml b/crates/uv-fs/Cargo.toml index 5802e6c25..34e3093a0 100644 --- a/crates/uv-fs/Cargo.toml +++ b/crates/uv-fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-fs" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-git-types/Cargo.toml b/crates/uv-git-types/Cargo.toml index 4279df466..b4cf63471 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-git/Cargo.toml b/crates/uv-git/Cargo.toml index f889f0acd..f923ba3e4 100644 --- a/crates/uv-git/Cargo.toml +++ b/crates/uv-git/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-git" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-globfilter/Cargo.toml b/crates/uv-globfilter/Cargo.toml index 348ed7049..71cce9110 100644 --- a/crates/uv-globfilter/Cargo.toml +++ b/crates/uv-globfilter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-globfilter" -version = "0.0.3" +version = "0.0.4" 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 fa4518c01..a6149428d 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" keywords = ["wheel", "python"] diff --git a/crates/uv-installer/Cargo.toml b/crates/uv-installer/Cargo.toml index a0fd5b6c0..04da4caf4 100644 --- a/crates/uv-installer/Cargo.toml +++ b/crates/uv-installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-installer" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-keyring/Cargo.toml b/crates/uv-keyring/Cargo.toml index 17c3efe6a..4d8c33f76 100644 --- a/crates/uv-keyring/Cargo.toml +++ b/crates/uv-keyring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-keyring" -version = "0.0.3" +version = "0.0.4" 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 05b3fc077..9a24e9a7c 100644 --- a/crates/uv-logging/Cargo.toml +++ b/crates/uv-logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-logging" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-macros/Cargo.toml b/crates/uv-macros/Cargo.toml index a63af1fb6..e347066e4 100644 --- a/crates/uv-macros/Cargo.toml +++ b/crates/uv-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-macros" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-metadata/Cargo.toml b/crates/uv-metadata/Cargo.toml index f3869cf0c..b784abcb4 100644 --- a/crates/uv-metadata/Cargo.toml +++ b/crates/uv-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-metadata" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-normalize/Cargo.toml b/crates/uv-normalize/Cargo.toml index 462372a6b..8943363f5 100644 --- a/crates/uv-normalize/Cargo.toml +++ b/crates/uv-normalize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-normalize" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-once-map/Cargo.toml b/crates/uv-once-map/Cargo.toml index c9cae779b..75a6e256d 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-options-metadata/Cargo.toml b/crates/uv-options-metadata/Cargo.toml index 27a804ece..1c439b7b9 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-pep440/Cargo.toml b/crates/uv-pep440/Cargo.toml index 4863689d5..f3995f381 100644 --- a/crates/uv-pep440/Cargo.toml +++ b/crates/uv-pep440/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-pep440" -version = "0.0.3" +version = "0.0.4" 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-pep508/Cargo.toml b/crates/uv-pep508/Cargo.toml index e22736d15..9538e6db7 100644 --- a/crates/uv-pep508/Cargo.toml +++ b/crates/uv-pep508/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-pep508" -version = "0.0.3" +version = "0.0.4" 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-performance-memory-allocator/Cargo.toml b/crates/uv-performance-memory-allocator/Cargo.toml index 6a248ade4..042e8bfda 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-platform-tags/Cargo.toml b/crates/uv-platform-tags/Cargo.toml index caeafc703..a175103a2 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-platform/Cargo.toml b/crates/uv-platform/Cargo.toml index 801741628..d1fc7c60a 100644 --- a/crates/uv-platform/Cargo.toml +++ b/crates/uv-platform/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-platform" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-preview/Cargo.toml b/crates/uv-preview/Cargo.toml index 402266b63..362f395bf 100644 --- a/crates/uv-preview/Cargo.toml +++ b/crates/uv-preview/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-preview" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-publish/Cargo.toml b/crates/uv-publish/Cargo.toml index 04b71cf5e..31d327346 100644 --- a/crates/uv-publish/Cargo.toml +++ b/crates/uv-publish/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-publish" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-pypi-types/Cargo.toml b/crates/uv-pypi-types/Cargo.toml index dcfbc8468..439d7a344 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-python/Cargo.toml b/crates/uv-python/Cargo.toml index bf4625d93..91f09d956 100644 --- a/crates/uv-python/Cargo.toml +++ b/crates/uv-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-python" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-redacted/Cargo.toml b/crates/uv-redacted/Cargo.toml index 7715ba6a8..ac1e1f0c2 100644 --- a/crates/uv-redacted/Cargo.toml +++ b/crates/uv-redacted/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-redacted" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-requirements-txt/Cargo.toml b/crates/uv-requirements-txt/Cargo.toml index b215bba17..2700a7c30 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-requirements/Cargo.toml b/crates/uv-requirements/Cargo.toml index e8202eb8d..c14386835 100644 --- a/crates/uv-requirements/Cargo.toml +++ b/crates/uv-requirements/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-requirements" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-resolver/Cargo.toml b/crates/uv-resolver/Cargo.toml index bc9060e7b..3ec46f43d 100644 --- a/crates/uv-resolver/Cargo.toml +++ b/crates/uv-resolver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-resolver" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-scripts/Cargo.toml b/crates/uv-scripts/Cargo.toml index 13f32015c..e16c33fa2 100644 --- a/crates/uv-scripts/Cargo.toml +++ b/crates/uv-scripts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-scripts" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-settings/Cargo.toml b/crates/uv-settings/Cargo.toml index bc5804235..d38b787b6 100644 --- a/crates/uv-settings/Cargo.toml +++ b/crates/uv-settings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-settings" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-shell/Cargo.toml b/crates/uv-shell/Cargo.toml index 4ed1bf4cf..bf907d0ea 100644 --- a/crates/uv-shell/Cargo.toml +++ b/crates/uv-shell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-shell" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-small-str/Cargo.toml b/crates/uv-small-str/Cargo.toml index dab08bff0..388300a3d 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-state/Cargo.toml b/crates/uv-state/Cargo.toml index e407abade..7f9903a19 100644 --- a/crates/uv-state/Cargo.toml +++ b/crates/uv-state/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-state" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-static/Cargo.toml b/crates/uv-static/Cargo.toml index 1541ab495..32c34c3d1 100644 --- a/crates/uv-static/Cargo.toml +++ b/crates/uv-static/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-static" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-tool/Cargo.toml b/crates/uv-tool/Cargo.toml index c96d5cf13..51eba5641 100644 --- a/crates/uv-tool/Cargo.toml +++ b/crates/uv-tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-tool" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-torch/Cargo.toml b/crates/uv-torch/Cargo.toml index 8874d18e7..68eb393b0 100644 --- a/crates/uv-torch/Cargo.toml +++ b/crates/uv-torch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-torch" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-trampoline-builder/Cargo.toml b/crates/uv-trampoline-builder/Cargo.toml index d656e3cbb..76b3a0e0c 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.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } diff --git a/crates/uv-types/Cargo.toml b/crates/uv-types/Cargo.toml index dcab3f34a..c295adf13 100644 --- a/crates/uv-types/Cargo.toml +++ b/crates/uv-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-types" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-version/Cargo.toml b/crates/uv-version/Cargo.toml index 99a22c896..2c7ae7c0c 100644 --- a/crates/uv-version/Cargo.toml +++ b/crates/uv-version/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-version" -version = "0.9.13" +version = "0.9.14" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-virtualenv/Cargo.toml b/crates/uv-virtualenv/Cargo.toml index fba06dc6d..5dd2efd00 100644 --- a/crates/uv-virtualenv/Cargo.toml +++ b/crates/uv-virtualenv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-virtualenv" -version = "0.0.3" +version = "0.0.4" 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 87011ccca..0113d44a3 100644 --- a/crates/uv-warnings/Cargo.toml +++ b/crates/uv-warnings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-warnings" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-workspace/Cargo.toml b/crates/uv-workspace/Cargo.toml index f638da7d0..1051c8849 100644 --- a/crates/uv-workspace/Cargo.toml +++ b/crates/uv-workspace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-workspace" -version = "0.0.3" +version = "0.0.4" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv/Cargo.toml b/crates/uv/Cargo.toml index 403a1bef7..b61756e36 100644 --- a/crates/uv/Cargo.toml +++ b/crates/uv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv" -version = "0.9.13" +version = "0.9.14" description = "A Python package and project manager" edition = { workspace = true } rust-version = { workspace = true } diff --git a/docs/concepts/build-backend.md b/docs/concepts/build-backend.md index d12080037..fcdb058fe 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.9.13,<0.10.0"] +requires = ["uv_build>=0.9.14,<0.10.0"] build-backend = "uv_build" ``` diff --git a/docs/concepts/projects/init.md b/docs/concepts/projects/init.md index 29a8923a7..217d7d727 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.9.13,<0.10.0"] +requires = ["uv_build>=0.9.14,<0.10.0"] build-backend = "uv_build" ``` @@ -136,7 +136,7 @@ dependencies = [] example-pkg = "example_pkg:main" [build-system] -requires = ["uv_build>=0.9.13,<0.10.0"] +requires = ["uv_build>=0.9.14,<0.10.0"] build-backend = "uv_build" ``` @@ -197,7 +197,7 @@ requires-python = ">=3.11" dependencies = [] [build-system] -requires = ["uv_build>=0.9.13,<0.10.0"] +requires = ["uv_build>=0.9.14,<0.10.0"] build-backend = "uv_build" ``` diff --git a/docs/concepts/projects/workspaces.md b/docs/concepts/projects/workspaces.md index aed0cd963..9f1a821ca 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.9.13,<0.10.0"] +requires = ["uv_build>=0.9.14,<0.10.0"] build-backend = "uv_build" ``` @@ -106,7 +106,7 @@ tqdm = { git = "https://github.com/tqdm/tqdm" } members = ["packages/*"] [build-system] -requires = ["uv_build>=0.9.13,<0.10.0"] +requires = ["uv_build>=0.9.14,<0.10.0"] 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.9.13,<0.10.0"] +requires = ["uv_build>=0.9.14,<0.10.0"] build-backend = "uv_build" ``` diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 423e08b4c..4aecf05cb 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.9.13/install.sh | sh + $ curl -LsSf https://astral.sh/uv/0.9.14/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.9.13/install.ps1 | iex" + PS> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.9.14/install.ps1 | iex" ``` !!! tip diff --git a/docs/guides/integration/aws-lambda.md b/docs/guides/integration/aws-lambda.md index 6fd65980a..ab7538f4e 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.9.13 AS uv +FROM ghcr.io/astral-sh/uv:0.9.14 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.9.13 AS uv +FROM ghcr.io/astral-sh/uv:0.9.14 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 5e97c1bc2..5f2185232 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.9.13` +- `ghcr.io/astral-sh/uv:{major}.{minor}.{patch}`, e.g., `ghcr.io/astral-sh/uv:0.9.14` - `ghcr.io/astral-sh/uv:{major}.{minor}`, e.g., `ghcr.io/astral-sh/uv:0.8` (the latest patch version) @@ -95,7 +95,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.9.13-alpine`. +`ghcr.io/astral-sh/uv:{major}.{minor}-{base}`, e.g., `ghcr.io/astral-sh/uv:0.9.14-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. @@ -136,7 +136,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.9.13 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.9.14 /uv /uvx /bin/ ``` !!! tip @@ -154,7 +154,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.9.13 /uv /uvx /bin/ Or, with the installer: ```dockerfile -ADD https://astral.sh/uv/0.9.13/install.sh /uv-installer.sh +ADD https://astral.sh/uv/0.9.14/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.9.13`, or (even better) the specific image digest, + version tag, e.g., `ghcr.io/astral-sh/uv:0.9.14`, 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 0615571f4..539026058 100644 --- a/docs/guides/integration/github.md +++ b/docs/guides/integration/github.md @@ -47,7 +47,7 @@ jobs: uses: astral-sh/setup-uv@v7 with: # Install a specific version of uv. - version: "0.9.13" + version: "0.9.14" ``` ## Setting up Python diff --git a/docs/guides/integration/pre-commit.md b/docs/guides/integration/pre-commit.md index 1ae920afc..e7132a95c 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.9.13 + rev: 0.9.14 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.9.13 + rev: 0.9.14 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.9.13 + rev: 0.9.14 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.9.13 + rev: 0.9.14 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.9.13 + rev: 0.9.14 hooks: # Compile requirements - id: pip-compile diff --git a/pyproject.toml b/pyproject.toml index 9650cba71..9a87c6238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "uv" -version = "0.9.13" +version = "0.9.14" 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"