diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d9d033b..c945bfc8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ +## 0.9.15 + +Released on 2025-12-02. + +### Python + +- Add CPython 3.14.1 +- Add CPython 3.13.10 + +### Enhancements + +- Add ROCm 6.4 to `--torch-backend=auto` ([#16919](https://github.com/astral-sh/uv/pull/16919)) +- Add a Windows manifest to uv binaries ([#16894](https://github.com/astral-sh/uv/pull/16894)) +- Add LFS toggle to Git sources ([#16143](https://github.com/astral-sh/uv/pull/16143)) +- Cache source reads during resolution ([#16888](https://github.com/astral-sh/uv/pull/16888)) +- Include PEP 740 attestations when publishing uv to PyPI ([#16910](https://github.com/astral-sh/uv/pull/16910)) +- Allow reading requirements from scripts without an extension ([#16923](https://github.com/astral-sh/uv/pull/16923)) +- Allow reading requirements from scripts with HTTP(S) paths ([#16891](https://github.com/astral-sh/uv/pull/16891)) + +### Bug fixes + +- Fix `uv-trampoline-builder` builds from crates.io by moving bundled executables ([#16922](https://github.com/astral-sh/uv/pull/16922)) +- Respect `NO_COLOR` and always show the command as a header when paging `uv help` output ([#16908](https://github.com/astral-sh/uv/pull/16908)) +- Use `0o666` permissions for flock files instead of `0o777` ([#16845](https://github.com/astral-sh/uv/pull/16845)) +- Revert "Bump `astral-tl` to v0.7.10 (#16887)" to narrow down a regression causing hangs in metadata retrieval ([#16938](https://github.com/astral-sh/uv/pull/16938)) + +### Documentation + +- Link to the uv version in crates.io member READMEs ([#16939](https://github.com/astral-sh/uv/pull/16939)) + ## 0.9.14 Released on 2025-12-01. @@ -370,25 +400,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 @@ -444,3 +474,4 @@ 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 8714c4f91..674091dce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5384,7 +5384,7 @@ dependencies = [ [[package]] name = "uv" -version = "0.9.14" +version = "0.9.15" dependencies = [ "anstream", "anyhow", @@ -5503,7 +5503,7 @@ dependencies = [ [[package]] name = "uv-auth" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "arcstr", @@ -5546,7 +5546,7 @@ dependencies = [ [[package]] name = "uv-bench" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -5573,7 +5573,7 @@ dependencies = [ [[package]] name = "uv-bin-install" -version = "0.0.4" +version = "0.0.5" dependencies = [ "astral-reqwest-middleware", "astral-reqwest-retry", @@ -5597,7 +5597,7 @@ dependencies = [ [[package]] name = "uv-build" -version = "0.9.14" +version = "0.9.15" dependencies = [ "anstream", "anyhow", @@ -5609,7 +5609,7 @@ dependencies = [ [[package]] name = "uv-build-backend" -version = "0.0.4" +version = "0.0.5" dependencies = [ "astral-version-ranges", "base64 0.22.1", @@ -5649,7 +5649,7 @@ dependencies = [ [[package]] name = "uv-build-frontend" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anstream", "fs-err", @@ -5686,7 +5686,7 @@ dependencies = [ [[package]] name = "uv-cache" -version = "0.0.4" +version = "0.0.5" dependencies = [ "clap", "fs-err", @@ -5711,7 +5711,7 @@ dependencies = [ [[package]] name = "uv-cache-info" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "fs-err", @@ -5728,7 +5728,7 @@ dependencies = [ [[package]] name = "uv-cache-key" -version = "0.0.4" +version = "0.0.5" dependencies = [ "hex", "memchr", @@ -5740,7 +5740,7 @@ dependencies = [ [[package]] name = "uv-cli" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anstream", "anyhow", @@ -5772,7 +5772,7 @@ dependencies = [ [[package]] name = "uv-client" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -5835,7 +5835,7 @@ dependencies = [ [[package]] name = "uv-configuration" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "clap", @@ -5864,14 +5864,14 @@ dependencies = [ [[package]] name = "uv-console" -version = "0.0.4" +version = "0.0.5" dependencies = [ "console 0.16.1", ] [[package]] name = "uv-dev" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anstream", "anyhow", @@ -5920,7 +5920,7 @@ dependencies = [ [[package]] name = "uv-dirs" -version = "0.0.4" +version = "0.0.5" dependencies = [ "assert_fs", "etcetera", @@ -5932,7 +5932,7 @@ dependencies = [ [[package]] name = "uv-dispatch" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "futures", @@ -5964,7 +5964,7 @@ dependencies = [ [[package]] name = "uv-distribution" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6012,7 +6012,7 @@ dependencies = [ [[package]] name = "uv-distribution-filename" -version = "0.0.4" +version = "0.0.5" dependencies = [ "insta", "memchr", @@ -6029,7 +6029,7 @@ dependencies = [ [[package]] name = "uv-distribution-types" -version = "0.0.4" +version = "0.0.5" dependencies = [ "arcstr", "astral-version-ranges", @@ -6069,7 +6069,7 @@ dependencies = [ [[package]] name = "uv-extract" -version = "0.0.4" +version = "0.0.5" dependencies = [ "astral-tokio-tar", "astral_async_zip", @@ -6099,14 +6099,14 @@ dependencies = [ [[package]] name = "uv-flags" -version = "0.0.4" +version = "0.0.5" dependencies = [ "bitflags 2.9.4", ] [[package]] name = "uv-fs" -version = "0.0.4" +version = "0.0.5" dependencies = [ "backon", "dunce", @@ -6128,7 +6128,7 @@ dependencies = [ [[package]] name = "uv-git" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6154,7 +6154,7 @@ dependencies = [ [[package]] name = "uv-git-types" -version = "0.0.4" +version = "0.0.5" dependencies = [ "serde", "thiserror 2.0.17", @@ -6166,7 +6166,7 @@ dependencies = [ [[package]] name = "uv-globfilter" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anstream", "fs-err", @@ -6183,7 +6183,7 @@ dependencies = [ [[package]] name = "uv-install-wheel" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "assert_fs", @@ -6223,7 +6223,7 @@ dependencies = [ [[package]] name = "uv-installer" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "async-channel", @@ -6264,7 +6264,7 @@ dependencies = [ [[package]] name = "uv-keyring" -version = "0.0.4" +version = "0.0.5" dependencies = [ "async-trait", "byteorder", @@ -6281,7 +6281,7 @@ dependencies = [ [[package]] name = "uv-logging" -version = "0.0.4" +version = "0.0.5" dependencies = [ "jiff", "owo-colors", @@ -6291,7 +6291,7 @@ dependencies = [ [[package]] name = "uv-macros" -version = "0.0.4" +version = "0.0.5" dependencies = [ "proc-macro2", "quote", @@ -6301,7 +6301,7 @@ dependencies = [ [[package]] name = "uv-metadata" -version = "0.0.4" +version = "0.0.5" dependencies = [ "astral_async_zip", "fs-err", @@ -6318,7 +6318,7 @@ dependencies = [ [[package]] name = "uv-normalize" -version = "0.0.4" +version = "0.0.5" dependencies = [ "rkyv", "schemars", @@ -6328,7 +6328,7 @@ dependencies = [ [[package]] name = "uv-once-map" -version = "0.0.4" +version = "0.0.5" dependencies = [ "dashmap", "futures", @@ -6337,14 +6337,14 @@ dependencies = [ [[package]] name = "uv-options-metadata" -version = "0.0.4" +version = "0.0.5" dependencies = [ "serde", ] [[package]] name = "uv-pep440" -version = "0.0.4" +version = "0.0.5" dependencies = [ "astral-version-ranges", "indoc", @@ -6358,7 +6358,7 @@ dependencies = [ [[package]] name = "uv-pep508" -version = "0.0.4" +version = "0.0.5" dependencies = [ "arcstr", "astral-version-ranges", @@ -6387,7 +6387,7 @@ dependencies = [ [[package]] name = "uv-performance-memory-allocator" -version = "0.0.4" +version = "0.0.5" dependencies = [ "mimalloc", "tikv-jemallocator", @@ -6395,7 +6395,7 @@ dependencies = [ [[package]] name = "uv-platform" -version = "0.0.4" +version = "0.0.5" dependencies = [ "fs-err", "goblin", @@ -6412,7 +6412,7 @@ dependencies = [ [[package]] name = "uv-platform-tags" -version = "0.0.4" +version = "0.0.5" dependencies = [ "insta", "memchr", @@ -6425,7 +6425,7 @@ dependencies = [ [[package]] name = "uv-preview" -version = "0.0.4" +version = "0.0.5" dependencies = [ "bitflags 2.9.4", "thiserror 2.0.17", @@ -6434,7 +6434,7 @@ dependencies = [ [[package]] name = "uv-publish" -version = "0.0.4" +version = "0.0.5" dependencies = [ "ambient-id", "astral-reqwest-middleware", @@ -6474,7 +6474,7 @@ dependencies = [ [[package]] name = "uv-pypi-types" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "hashbrown 0.16.1", @@ -6506,7 +6506,7 @@ dependencies = [ [[package]] name = "uv-python" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "assert_fs", @@ -6568,7 +6568,7 @@ dependencies = [ [[package]] name = "uv-redacted" -version = "0.0.4" +version = "0.0.5" dependencies = [ "ref-cast", "schemars", @@ -6579,7 +6579,7 @@ dependencies = [ [[package]] name = "uv-requirements" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "configparser", @@ -6614,7 +6614,7 @@ dependencies = [ [[package]] name = "uv-requirements-txt" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "assert_fs", @@ -6647,7 +6647,7 @@ dependencies = [ [[package]] name = "uv-resolver" -version = "0.0.4" +version = "0.0.5" dependencies = [ "arcstr", "astral-pubgrub", @@ -6712,7 +6712,7 @@ dependencies = [ [[package]] name = "uv-scripts" -version = "0.0.4" +version = "0.0.5" dependencies = [ "fs-err", "indoc", @@ -6736,7 +6736,7 @@ dependencies = [ [[package]] name = "uv-settings" -version = "0.0.4" +version = "0.0.5" dependencies = [ "clap", "fs-err", @@ -6771,7 +6771,7 @@ dependencies = [ [[package]] name = "uv-shell" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "fs-err", @@ -6788,7 +6788,7 @@ dependencies = [ [[package]] name = "uv-small-str" -version = "0.0.4" +version = "0.0.5" dependencies = [ "arcstr", "rkyv", @@ -6798,7 +6798,7 @@ dependencies = [ [[package]] name = "uv-state" -version = "0.0.4" +version = "0.0.5" dependencies = [ "fs-err", "tempfile", @@ -6807,14 +6807,14 @@ dependencies = [ [[package]] name = "uv-static" -version = "0.0.4" +version = "0.0.5" dependencies = [ "uv-macros", ] [[package]] name = "uv-tool" -version = "0.0.4" +version = "0.0.5" dependencies = [ "fs-err", "pathdiff", @@ -6843,7 +6843,7 @@ dependencies = [ [[package]] name = "uv-torch" -version = "0.0.4" +version = "0.0.5" dependencies = [ "clap", "either", @@ -6863,7 +6863,7 @@ dependencies = [ [[package]] name = "uv-trampoline-builder" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "assert_cmd", @@ -6880,7 +6880,7 @@ dependencies = [ [[package]] name = "uv-types" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "dashmap", @@ -6902,11 +6902,11 @@ dependencies = [ [[package]] name = "uv-version" -version = "0.9.14" +version = "0.9.15" [[package]] name = "uv-virtualenv" -version = "0.0.4" +version = "0.0.5" dependencies = [ "console 0.16.1", "fs-err", @@ -6928,7 +6928,7 @@ dependencies = [ [[package]] name = "uv-warnings" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anstream", "owo-colors", @@ -6937,7 +6937,7 @@ dependencies = [ [[package]] name = "uv-workspace" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index f1e51ad90..56a8c29bb 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.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" } +uv-auth = { version = "0.0.5", path = "crates/uv-auth" } +uv-bin-install = { version = "0.0.5", path = "crates/uv-bin-install" } +uv-build-backend = { version = "0.0.5", path = "crates/uv-build-backend" } +uv-build-frontend = { version = "0.0.5", path = "crates/uv-build-frontend" } +uv-cache = { version = "0.0.5", path = "crates/uv-cache" } +uv-cache-info = { version = "0.0.5", path = "crates/uv-cache-info" } +uv-cache-key = { version = "0.0.5", path = "crates/uv-cache-key" } +uv-cli = { version = "0.0.5", path = "crates/uv-cli" } +uv-client = { version = "0.0.5", path = "crates/uv-client" } +uv-configuration = { version = "0.0.5", path = "crates/uv-configuration" } +uv-console = { version = "0.0.5", path = "crates/uv-console" } +uv-dirs = { version = "0.0.5", path = "crates/uv-dirs" } +uv-dispatch = { version = "0.0.5", path = "crates/uv-dispatch" } +uv-distribution = { version = "0.0.5", path = "crates/uv-distribution" } +uv-distribution-filename = { version = "0.0.5", path = "crates/uv-distribution-filename" } +uv-distribution-types = { version = "0.0.5", path = "crates/uv-distribution-types" } +uv-extract = { version = "0.0.5", path = "crates/uv-extract" } +uv-flags = { version = "0.0.5", path = "crates/uv-flags" } +uv-fs = { version = "0.0.5", path = "crates/uv-fs", features = ["serde", "tokio"] } +uv-git = { version = "0.0.5", path = "crates/uv-git" } +uv-git-types = { version = "0.0.5", path = "crates/uv-git-types" } +uv-globfilter = { version = "0.0.5", path = "crates/uv-globfilter" } +uv-install-wheel = { version = "0.0.5", path = "crates/uv-install-wheel", default-features = false } +uv-installer = { version = "0.0.5", path = "crates/uv-installer" } +uv-keyring = { version = "0.0.5", path = "crates/uv-keyring" } +uv-logging = { version = "0.0.5", path = "crates/uv-logging" } +uv-macros = { version = "0.0.5", path = "crates/uv-macros" } +uv-metadata = { version = "0.0.5", path = "crates/uv-metadata" } +uv-normalize = { version = "0.0.5", path = "crates/uv-normalize" } +uv-once-map = { version = "0.0.5", path = "crates/uv-once-map" } +uv-options-metadata = { version = "0.0.5", path = "crates/uv-options-metadata" } +uv-performance-memory-allocator = { version = "0.0.5", path = "crates/uv-performance-memory-allocator" } +uv-pep440 = { version = "0.0.5", path = "crates/uv-pep440", features = ["tracing", "rkyv", "version-ranges"] } +uv-pep508 = { version = "0.0.5", path = "crates/uv-pep508", features = ["non-pep508-extensions"] } +uv-platform = { version = "0.0.5", path = "crates/uv-platform" } +uv-platform-tags = { version = "0.0.5", path = "crates/uv-platform-tags" } +uv-preview = { version = "0.0.5", path = "crates/uv-preview" } +uv-publish = { version = "0.0.5", path = "crates/uv-publish" } +uv-pypi-types = { version = "0.0.5", path = "crates/uv-pypi-types" } +uv-python = { version = "0.0.5", path = "crates/uv-python" } +uv-redacted = { version = "0.0.5", path = "crates/uv-redacted" } +uv-requirements = { version = "0.0.5", path = "crates/uv-requirements" } +uv-requirements-txt = { version = "0.0.5", path = "crates/uv-requirements-txt" } +uv-resolver = { version = "0.0.5", path = "crates/uv-resolver" } +uv-scripts = { version = "0.0.5", path = "crates/uv-scripts" } +uv-settings = { version = "0.0.5", path = "crates/uv-settings" } +uv-shell = { version = "0.0.5", path = "crates/uv-shell" } +uv-small-str = { version = "0.0.5", path = "crates/uv-small-str" } +uv-state = { version = "0.0.5", path = "crates/uv-state" } +uv-static = { version = "0.0.5", path = "crates/uv-static" } +uv-tool = { version = "0.0.5", path = "crates/uv-tool" } +uv-torch = { version = "0.0.5", path = "crates/uv-torch" } +uv-trampoline-builder = { version = "0.0.5", path = "crates/uv-trampoline-builder" } +uv-types = { version = "0.0.5", path = "crates/uv-types" } +uv-version = { version = "0.9.15", path = "crates/uv-version" } +uv-virtualenv = { version = "0.0.5", path = "crates/uv-virtualenv" } +uv-warnings = { version = "0.0.5", path = "crates/uv-warnings" } +uv-workspace = { version = "0.0.5", 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 2988d0924..1175a50c4 100644 --- a/crates/uv-auth/Cargo.toml +++ b/crates/uv-auth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-auth" -version = "0.0.4" +version = "0.0.5" 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 627f2e024..9db9dbc3e 100644 --- a/crates/uv-bench/Cargo.toml +++ b/crates/uv-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-bench" -version = "0.0.4" +version = "0.0.5" 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 c44b6d3d7..0725556ec 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.4" +version = "0.0.5" 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 dcb8752d0..64057ed22 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.4" +version = "0.0.5" 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 1c85a4529..b6af465a7 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.4" +version = "0.0.5" 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 aef9316b2..0909c18a9 100644 --- a/crates/uv-build/Cargo.toml +++ b/crates/uv-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-build" -version = "0.9.14" +version = "0.9.15" 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 ea8f05e33..b1c0c7d9d 100644 --- a/crates/uv-build/pyproject.toml +++ b/crates/uv-build/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uv-build" -version = "0.9.14" +version = "0.9.15" 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 dbc20a43f..bc6aff3cd 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.4" +version = "0.0.5" 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 bbd710f7e..2835668e7 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.4" +version = "0.0.5" 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 b99987f63..fe41efee6 100644 --- a/crates/uv-cache/Cargo.toml +++ b/crates/uv-cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cache" -version = "0.0.4" +version = "0.0.5" 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 919a2b617..4bf6d6813 100644 --- a/crates/uv-cli/Cargo.toml +++ b/crates/uv-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cli" -version = "0.0.4" +version = "0.0.5" 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 c054c2e26..028a4fa24 100644 --- a/crates/uv-client/Cargo.toml +++ b/crates/uv-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-client" -version = "0.0.4" +version = "0.0.5" 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 f424f1912..01c331728 100644 --- a/crates/uv-configuration/Cargo.toml +++ b/crates/uv-configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-configuration" -version = "0.0.4" +version = "0.0.5" 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 aa8f32dc3..8c1a0d613 100644 --- a/crates/uv-console/Cargo.toml +++ b/crates/uv-console/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-console" -version = "0.0.4" +version = "0.0.5" 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 900858692..6e1837f0c 100644 --- a/crates/uv-dev/Cargo.toml +++ b/crates/uv-dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dev" -version = "0.0.4" +version = "0.0.5" 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 5d90a6bb5..901d959c3 100644 --- a/crates/uv-dirs/Cargo.toml +++ b/crates/uv-dirs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dirs" -version = "0.0.4" +version = "0.0.5" 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 009b01adb..196c5e72b 100644 --- a/crates/uv-dispatch/Cargo.toml +++ b/crates/uv-dispatch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dispatch" -version = "0.0.4" +version = "0.0.5" 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 cd298aea2..0bd1dd6e6 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.4" +version = "0.0.5" 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 8e29f2e17..80d44b7bf 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.4" +version = "0.0.5" 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 d4adbeef3..190ea5dbe 100644 --- a/crates/uv-distribution/Cargo.toml +++ b/crates/uv-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-distribution" -version = "0.0.4" +version = "0.0.5" 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 55700c23f..56180376c 100644 --- a/crates/uv-extract/Cargo.toml +++ b/crates/uv-extract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-extract" -version = "0.0.4" +version = "0.0.5" 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 477110a82..53020b9b6 100644 --- a/crates/uv-flags/Cargo.toml +++ b/crates/uv-flags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-flags" -version = "0.0.4" +version = "0.0.5" 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 34e3093a0..b8f8a0adf 100644 --- a/crates/uv-fs/Cargo.toml +++ b/crates/uv-fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-fs" -version = "0.0.4" +version = "0.0.5" 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 4f7ec942b..4567e0887 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.4" +version = "0.0.5" 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 ea6696556..92c8fa1ba 100644 --- a/crates/uv-git/Cargo.toml +++ b/crates/uv-git/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-git" -version = "0.0.4" +version = "0.0.5" 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 71cce9110..6c7c53ef1 100644 --- a/crates/uv-globfilter/Cargo.toml +++ b/crates/uv-globfilter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-globfilter" -version = "0.0.4" +version = "0.0.5" 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 a6149428d..035b82017 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.4" +version = "0.0.5" 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 04da4caf4..acaaf6015 100644 --- a/crates/uv-installer/Cargo.toml +++ b/crates/uv-installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-installer" -version = "0.0.4" +version = "0.0.5" 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 4d8c33f76..9a8646d6c 100644 --- a/crates/uv-keyring/Cargo.toml +++ b/crates/uv-keyring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-keyring" -version = "0.0.4" +version = "0.0.5" 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 9a24e9a7c..b5a36a147 100644 --- a/crates/uv-logging/Cargo.toml +++ b/crates/uv-logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-logging" -version = "0.0.4" +version = "0.0.5" 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 e347066e4..60a6b8728 100644 --- a/crates/uv-macros/Cargo.toml +++ b/crates/uv-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-macros" -version = "0.0.4" +version = "0.0.5" 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 b784abcb4..1dcf469f9 100644 --- a/crates/uv-metadata/Cargo.toml +++ b/crates/uv-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-metadata" -version = "0.0.4" +version = "0.0.5" 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 8943363f5..9a05f3ab3 100644 --- a/crates/uv-normalize/Cargo.toml +++ b/crates/uv-normalize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-normalize" -version = "0.0.4" +version = "0.0.5" 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 75a6e256d..3206da980 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.4" +version = "0.0.5" 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 1c439b7b9..21ef879dd 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.4" +version = "0.0.5" 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 f3995f381..8179b7c9e 100644 --- a/crates/uv-pep440/Cargo.toml +++ b/crates/uv-pep440/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-pep440" -version = "0.0.4" +version = "0.0.5" 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 9538e6db7..f3e8c5217 100644 --- a/crates/uv-pep508/Cargo.toml +++ b/crates/uv-pep508/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-pep508" -version = "0.0.4" +version = "0.0.5" 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 042e8bfda..5f2419be1 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.4" +version = "0.0.5" 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 a175103a2..99f42bd4f 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.4" +version = "0.0.5" 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 d1fc7c60a..5aa940d9b 100644 --- a/crates/uv-platform/Cargo.toml +++ b/crates/uv-platform/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-platform" -version = "0.0.4" +version = "0.0.5" 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 362f395bf..1c8af4a01 100644 --- a/crates/uv-preview/Cargo.toml +++ b/crates/uv-preview/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-preview" -version = "0.0.4" +version = "0.0.5" 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 31d327346..38754ea30 100644 --- a/crates/uv-publish/Cargo.toml +++ b/crates/uv-publish/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-publish" -version = "0.0.4" +version = "0.0.5" 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 439d7a344..5e716a7b7 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.4" +version = "0.0.5" 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 91f09d956..0a57d46ab 100644 --- a/crates/uv-python/Cargo.toml +++ b/crates/uv-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-python" -version = "0.0.4" +version = "0.0.5" 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 ac1e1f0c2..9ba908a23 100644 --- a/crates/uv-redacted/Cargo.toml +++ b/crates/uv-redacted/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-redacted" -version = "0.0.4" +version = "0.0.5" 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 2700a7c30..5673c63ed 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.4" +version = "0.0.5" 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 c14386835..367024cf9 100644 --- a/crates/uv-requirements/Cargo.toml +++ b/crates/uv-requirements/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-requirements" -version = "0.0.4" +version = "0.0.5" 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 3ec46f43d..0bbfdd651 100644 --- a/crates/uv-resolver/Cargo.toml +++ b/crates/uv-resolver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-resolver" -version = "0.0.4" +version = "0.0.5" 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 e16c33fa2..56be35c86 100644 --- a/crates/uv-scripts/Cargo.toml +++ b/crates/uv-scripts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-scripts" -version = "0.0.4" +version = "0.0.5" 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 d38b787b6..efdd30e42 100644 --- a/crates/uv-settings/Cargo.toml +++ b/crates/uv-settings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-settings" -version = "0.0.4" +version = "0.0.5" 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 bf907d0ea..d038fc62c 100644 --- a/crates/uv-shell/Cargo.toml +++ b/crates/uv-shell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-shell" -version = "0.0.4" +version = "0.0.5" 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 388300a3d..e0c6f3678 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.4" +version = "0.0.5" 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 7f9903a19..df5352a08 100644 --- a/crates/uv-state/Cargo.toml +++ b/crates/uv-state/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-state" -version = "0.0.4" +version = "0.0.5" 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 32c34c3d1..0adb10df4 100644 --- a/crates/uv-static/Cargo.toml +++ b/crates/uv-static/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-static" -version = "0.0.4" +version = "0.0.5" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-static/src/env_vars.rs b/crates/uv-static/src/env_vars.rs index 020d2e72b..c5d1e2fdd 100644 --- a/crates/uv-static/src/env_vars.rs +++ b/crates/uv-static/src/env_vars.rs @@ -560,7 +560,7 @@ impl EnvVars { /// Used to force ignoring Git LFS commands as `git-lfs` detection cannot be overridden via PATH. #[attr_hidden] - #[attr_added_in("next release")] + #[attr_added_in("0.9.15")] pub const UV_INTERNAL__TEST_LFS_DISABLED: &'static str = "UV_INTERNAL__TEST_LFS_DISABLED"; /// Path to system-level configuration directory on Unix systems. @@ -816,12 +816,12 @@ impl EnvVars { /// Skip Smudge LFS Filter. #[attr_hidden] - #[attr_added_in("next release")] + #[attr_added_in("0.9.15")] pub const GIT_LFS_SKIP_SMUDGE: &'static str = "GIT_LFS_SKIP_SMUDGE"; /// Used in tests to set the user global git config location. #[attr_hidden] - #[attr_added_in("next release")] + #[attr_added_in("0.9.15")] pub const GIT_CONFIG_GLOBAL: &'static str = "GIT_CONFIG_GLOBAL"; /// Used in tests for better git isolation. diff --git a/crates/uv-tool/Cargo.toml b/crates/uv-tool/Cargo.toml index 51eba5641..e5f41b95b 100644 --- a/crates/uv-tool/Cargo.toml +++ b/crates/uv-tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-tool" -version = "0.0.4" +version = "0.0.5" 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 68eb393b0..d86b3054f 100644 --- a/crates/uv-torch/Cargo.toml +++ b/crates/uv-torch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-torch" -version = "0.0.4" +version = "0.0.5" 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 d57c1f8cd..e7fc59268 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.4" +version = "0.0.5" 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 c295adf13..d08287def 100644 --- a/crates/uv-types/Cargo.toml +++ b/crates/uv-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-types" -version = "0.0.4" +version = "0.0.5" 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 2c7ae7c0c..fc4e1ce76 100644 --- a/crates/uv-version/Cargo.toml +++ b/crates/uv-version/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-version" -version = "0.9.14" +version = "0.9.15" 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 5dd2efd00..920a3f574 100644 --- a/crates/uv-virtualenv/Cargo.toml +++ b/crates/uv-virtualenv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-virtualenv" -version = "0.0.4" +version = "0.0.5" 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 0113d44a3..6b0206ced 100644 --- a/crates/uv-warnings/Cargo.toml +++ b/crates/uv-warnings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-warnings" -version = "0.0.4" +version = "0.0.5" 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 1051c8849..6c36efe51 100644 --- a/crates/uv-workspace/Cargo.toml +++ b/crates/uv-workspace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-workspace" -version = "0.0.4" +version = "0.0.5" 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 14e7733fd..6cdb81bcc 100644 --- a/crates/uv/Cargo.toml +++ b/crates/uv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv" -version = "0.9.14" +version = "0.9.15" 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 fcdb058fe..041ccde9a 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.14,<0.10.0"] +requires = ["uv_build>=0.9.15,<0.10.0"] build-backend = "uv_build" ``` diff --git a/docs/concepts/projects/init.md b/docs/concepts/projects/init.md index 217d7d727..bcab38e1c 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.14,<0.10.0"] +requires = ["uv_build>=0.9.15,<0.10.0"] build-backend = "uv_build" ``` @@ -136,7 +136,7 @@ dependencies = [] example-pkg = "example_pkg:main" [build-system] -requires = ["uv_build>=0.9.14,<0.10.0"] +requires = ["uv_build>=0.9.15,<0.10.0"] build-backend = "uv_build" ``` @@ -197,7 +197,7 @@ requires-python = ">=3.11" dependencies = [] [build-system] -requires = ["uv_build>=0.9.14,<0.10.0"] +requires = ["uv_build>=0.9.15,<0.10.0"] build-backend = "uv_build" ``` diff --git a/docs/concepts/projects/workspaces.md b/docs/concepts/projects/workspaces.md index 9f1a821ca..672ab87f5 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.14,<0.10.0"] +requires = ["uv_build>=0.9.15,<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.14,<0.10.0"] +requires = ["uv_build>=0.9.15,<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.14,<0.10.0"] +requires = ["uv_build>=0.9.15,<0.10.0"] build-backend = "uv_build" ``` diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 4aecf05cb..a2dab5a6d 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.14/install.sh | sh + $ curl -LsSf https://astral.sh/uv/0.9.15/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.14/install.ps1 | iex" + PS> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.9.15/install.ps1 | iex" ``` !!! tip diff --git a/docs/guides/integration/aws-lambda.md b/docs/guides/integration/aws-lambda.md index ab7538f4e..357acc4be 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.14 AS uv +FROM ghcr.io/astral-sh/uv:0.9.15 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.14 AS uv +FROM ghcr.io/astral-sh/uv:0.9.15 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 5f2185232..77d6016b4 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.14` +- `ghcr.io/astral-sh/uv:{major}.{minor}.{patch}`, e.g., `ghcr.io/astral-sh/uv:0.9.15` - `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.14-alpine`. +`ghcr.io/astral-sh/uv:{major}.{minor}-{base}`, e.g., `ghcr.io/astral-sh/uv:0.9.15-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.14 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.9.15 /uv /uvx /bin/ ``` !!! tip @@ -154,7 +154,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.9.14 /uv /uvx /bin/ Or, with the installer: ```dockerfile -ADD https://astral.sh/uv/0.9.14/install.sh /uv-installer.sh +ADD https://astral.sh/uv/0.9.15/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.14`, or (even better) the specific image digest, + version tag, e.g., `ghcr.io/astral-sh/uv:0.9.15`, 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 539026058..76a143832 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.14" + version: "0.9.15" ``` ## Setting up Python diff --git a/docs/guides/integration/pre-commit.md b/docs/guides/integration/pre-commit.md index e7132a95c..d034b4d37 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.14 + rev: 0.9.15 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.14 + rev: 0.9.15 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.14 + rev: 0.9.15 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.14 + rev: 0.9.15 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.14 + rev: 0.9.15 hooks: # Compile requirements - id: pip-compile diff --git a/pyproject.toml b/pyproject.toml index dba46f864..c0fe5c9f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "uv" -version = "0.9.14" +version = "0.9.15" 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"