Bump version to 0.11.16 (#19522)

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff
2026-05-21 17:21:08 -04:00
committed by GitHub
parent 3b5f99412c
commit 135a363678
153 changed files with 413 additions and 367 deletions
+1
View File
@@ -18,6 +18,7 @@ uv-dispatch
uv-distribution uv-distribution
uv-distribution-filename uv-distribution-filename
uv-distribution-types uv-distribution-types
uv-errors
uv-extract uv-extract
uv-fastid uv-fastid
uv-flags uv-flags
+31
View File
@@ -3,6 +3,36 @@
<!-- prettier-ignore-start --> <!-- prettier-ignore-start -->
## 0.11.16
Released on 2026-05-21.
### Enhancements
- Add support for direct archive dependencies in Git ([#10072](https://github.com/astral-sh/uv/pull/10072))
- Adjust hint rendering ([#18090](https://github.com/astral-sh/uv/pull/18090))
### Preview features
- uv audit: specialize malformed OSV error ([#19515](https://github.com/astral-sh/uv/pull/19515))
- Reject locked malware installations ([#18936](https://github.com/astral-sh/uv/pull/18936))
### Configuration
- Allow disabling reading the system config with `UV_NO_SYSTEM_CONFIG` ([#19476](https://github.com/astral-sh/uv/pull/19476))
### Bug fixes
- Allow environment variables that take a list to be empty ([#19503](https://github.com/astral-sh/uv/pull/19503))
- Ensure that incompatible wheel hints do not leak secrets ([#19504](https://github.com/astral-sh/uv/pull/19504))
- Reject unsafe entry points in `uv-build` ([#19495](https://github.com/astral-sh/uv/pull/19495))
- Restrict delimiters in entry point parsing ([#19471](https://github.com/astral-sh/uv/pull/19471))
- uv-netrc: fix multi-word no-space comment lines causing parse errors ([#19494](https://github.com/astral-sh/uv/pull/19494))
### Documentation
- Document and test relative exclude-newer support for uv pip ([#19475](https://github.com/astral-sh/uv/pull/19475))
## 0.11.15 ## 0.11.15
Released on 2026-05-18. Released on 2026-05-18.
@@ -899,3 +929,4 @@ See [changelogs/0.2.x](./changelogs/0.2.x.md)
See [changelogs/0.1.x](./changelogs/0.1.x.md) See [changelogs/0.1.x](./changelogs/0.1.x.md)
<!-- prettier-ignore-end --> <!-- prettier-ignore-end -->
Generated
+70 -70
View File
@@ -5652,7 +5652,7 @@ dependencies = [
[[package]] [[package]]
name = "uv" name = "uv"
version = "0.11.15" version = "0.11.16"
dependencies = [ dependencies = [
"anstream", "anstream",
"anyhow", "anyhow",
@@ -5778,7 +5778,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-audit" name = "uv-audit"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"astral-reqwest-middleware", "astral-reqwest-middleware",
"clap", "clap",
@@ -5809,7 +5809,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-auth" name = "uv-auth"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arcstr", "arcstr",
@@ -5852,7 +5852,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-bench" name = "uv-bench"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"codspeed-criterion-compat", "codspeed-criterion-compat",
@@ -5879,7 +5879,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-bin-install" name = "uv-bin-install"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"astral-reqwest-middleware", "astral-reqwest-middleware",
"astral-reqwest-retry", "astral-reqwest-retry",
@@ -5907,7 +5907,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-build" name = "uv-build"
version = "0.11.15" version = "0.11.16"
dependencies = [ dependencies = [
"anstream", "anstream",
"anyhow", "anyhow",
@@ -5922,7 +5922,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-build-backend" name = "uv-build-backend"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anstream", "anstream",
"astral-tokio-tar", "astral-tokio-tar",
@@ -5970,7 +5970,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-build-frontend" name = "uv-build-frontend"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anstream", "anstream",
"fs-err", "fs-err",
@@ -6008,7 +6008,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-cache" name = "uv-cache"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"clap", "clap",
"fs-err", "fs-err",
@@ -6034,7 +6034,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-cache-info" name = "uv-cache-info"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"fs-err", "fs-err",
@@ -6051,7 +6051,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-cache-key" name = "uv-cache-key"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"hex", "hex",
"memchr", "memchr",
@@ -6063,7 +6063,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-cli" name = "uv-cli"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anstream", "anstream",
"anyhow", "anyhow",
@@ -6096,7 +6096,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-client" name = "uv-client"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"astral-reqwest-middleware", "astral-reqwest-middleware",
@@ -6167,7 +6167,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-configuration" name = "uv-configuration"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@@ -6201,14 +6201,14 @@ dependencies = [
[[package]] [[package]]
name = "uv-console" name = "uv-console"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"console", "console",
] ]
[[package]] [[package]]
name = "uv-dev" name = "uv-dev"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anstream", "anstream",
"anyhow", "anyhow",
@@ -6258,7 +6258,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-dirs" name = "uv-dirs"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"assert_fs", "assert_fs",
"etcetera", "etcetera",
@@ -6270,7 +6270,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-dispatch" name = "uv-dispatch"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"futures", "futures",
@@ -6304,7 +6304,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-distribution" name = "uv-distribution"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"astral-reqwest-middleware", "astral-reqwest-middleware",
@@ -6356,7 +6356,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-distribution-filename" name = "uv-distribution-filename"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"insta", "insta",
"memchr", "memchr",
@@ -6373,7 +6373,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-distribution-types" name = "uv-distribution-types"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"arcstr", "arcstr",
"astral-version-ranges", "astral-version-ranges",
@@ -6414,14 +6414,14 @@ dependencies = [
[[package]] [[package]]
name = "uv-errors" name = "uv-errors"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"owo-colors", "owo-colors",
] ]
[[package]] [[package]]
name = "uv-extract" name = "uv-extract"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"astral-tokio-tar", "astral-tokio-tar",
"astral_async_zip", "astral_async_zip",
@@ -6450,7 +6450,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-fastid" name = "uv-fastid"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"fastrand", "fastrand",
"rand 0.9.4", "rand 0.9.4",
@@ -6460,14 +6460,14 @@ dependencies = [
[[package]] [[package]]
name = "uv-flags" name = "uv-flags"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"bitflags", "bitflags",
] ]
[[package]] [[package]]
name = "uv-fs" name = "uv-fs"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"backon", "backon",
"clap", "clap",
@@ -6498,7 +6498,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-git" name = "uv-git"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"astral-reqwest-middleware", "astral-reqwest-middleware",
@@ -6524,7 +6524,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-git-types" name = "uv-git-types"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"percent-encoding", "percent-encoding",
"serde", "serde",
@@ -6538,7 +6538,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-globfilter" name = "uv-globfilter"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anstream", "anstream",
"fs-err", "fs-err",
@@ -6555,7 +6555,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-install-wheel" name = "uv-install-wheel"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_fs", "assert_fs",
@@ -6592,7 +6592,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-installer" name = "uv-installer"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anstream", "anstream",
"anyhow", "anyhow",
@@ -6636,7 +6636,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-keyring" name = "uv-keyring"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"byteorder", "byteorder",
@@ -6652,7 +6652,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-logging" name = "uv-logging"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anstream", "anstream",
"jiff", "jiff",
@@ -6663,7 +6663,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-macros" name = "uv-macros"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -6673,7 +6673,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-metadata" name = "uv-metadata"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"astral_async_zip", "astral_async_zip",
"fs-err", "fs-err",
@@ -6689,7 +6689,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-netrc" name = "uv-netrc"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"fs-err", "fs-err",
"shellexpand", "shellexpand",
@@ -6699,7 +6699,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-normalize" name = "uv-normalize"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"rkyv", "rkyv",
"schemars", "schemars",
@@ -6709,7 +6709,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-once-map" name = "uv-once-map"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"dashmap", "dashmap",
"futures", "futures",
@@ -6718,14 +6718,14 @@ dependencies = [
[[package]] [[package]]
name = "uv-options-metadata" name = "uv-options-metadata"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"serde", "serde",
] ]
[[package]] [[package]]
name = "uv-pep440" name = "uv-pep440"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"astral-version-ranges", "astral-version-ranges",
"indoc", "indoc",
@@ -6739,7 +6739,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-pep508" name = "uv-pep508"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"arcstr", "arcstr",
"astral-version-ranges", "astral-version-ranges",
@@ -6769,7 +6769,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-performance-memory-allocator" name = "uv-performance-memory-allocator"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"mimalloc", "mimalloc",
"tikv-jemallocator", "tikv-jemallocator",
@@ -6777,7 +6777,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-platform" name = "uv-platform"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"fs-err", "fs-err",
"goblin", "goblin",
@@ -6798,7 +6798,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-platform-tags" name = "uv-platform-tags"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"insta", "insta",
@@ -6812,7 +6812,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-preview" name = "uv-preview"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"enumflags2", "enumflags2",
"itertools 0.14.0", "itertools 0.14.0",
@@ -6823,7 +6823,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-publish" name = "uv-publish"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"ambient-id", "ambient-id",
"anstream", "anstream",
@@ -6865,7 +6865,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-pypi-types" name = "uv-pypi-types"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"hashbrown 0.17.1", "hashbrown 0.17.1",
@@ -6898,7 +6898,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-python" name = "uv-python"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_fs", "assert_fs",
@@ -6961,7 +6961,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-redacted" name = "uv-redacted"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"ref-cast", "ref-cast",
"schemars", "schemars",
@@ -6972,7 +6972,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-requirements" name = "uv-requirements"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"configparser", "configparser",
@@ -7006,7 +7006,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-requirements-txt" name = "uv-requirements-txt"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_fs", "assert_fs",
@@ -7039,7 +7039,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-resolver" name = "uv-resolver"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"arcstr", "arcstr",
"astral-pubgrub", "astral-pubgrub",
@@ -7106,7 +7106,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-scripts" name = "uv-scripts"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"fs-err", "fs-err",
"indoc", "indoc",
@@ -7131,7 +7131,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-settings" name = "uv-settings"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"clap", "clap",
"fs-err", "fs-err",
@@ -7168,7 +7168,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-shell" name = "uv-shell"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"fs-err", "fs-err",
@@ -7185,7 +7185,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-small-str" name = "uv-small-str"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"arcstr", "arcstr",
"rkyv", "rkyv",
@@ -7195,7 +7195,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-state" name = "uv-state"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"tempfile", "tempfile",
"uv-dirs", "uv-dirs",
@@ -7203,7 +7203,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-static" name = "uv-static"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"thiserror", "thiserror",
"uv-macros", "uv-macros",
@@ -7211,7 +7211,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-test" name = "uv-test"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_cmd", "assert_cmd",
@@ -7241,7 +7241,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-toml" name = "uv-toml"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"toml_datetime", "toml_datetime",
"toml_parser", "toml_parser",
@@ -7249,7 +7249,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-tool" name = "uv-tool"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"fs-err", "fs-err",
"owo-colors", "owo-colors",
@@ -7278,7 +7278,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-torch" name = "uv-torch"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"clap", "clap",
"either", "either",
@@ -7298,7 +7298,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-trampoline-builder" name = "uv-trampoline-builder"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_cmd", "assert_cmd",
@@ -7317,7 +7317,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-types" name = "uv-types"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"dashmap", "dashmap",
@@ -7340,7 +7340,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-unix" name = "uv-unix"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"nix 0.31.2", "nix 0.31.2",
"thiserror", "thiserror",
@@ -7348,11 +7348,11 @@ dependencies = [
[[package]] [[package]]
name = "uv-version" name = "uv-version"
version = "0.11.15" version = "0.11.16"
[[package]] [[package]]
name = "uv-virtualenv" name = "uv-virtualenv"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"console", "console",
"fs-err", "fs-err",
@@ -7373,7 +7373,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-warnings" name = "uv-warnings"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anstream", "anstream",
"anyhow", "anyhow",
@@ -7385,7 +7385,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-windows" name = "uv-windows"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"windows", "windows",
@@ -7393,7 +7393,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-workspace" name = "uv-workspace"
version = "0.0.48" version = "0.0.49"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_fs", "assert_fs",
+66 -66
View File
@@ -16,81 +16,81 @@ authors = ["uv"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
[workspace.dependencies] [workspace.dependencies]
uv-audit = { version = "0.0.48", path = "crates/uv-audit" } uv-audit = { version = "0.0.49", path = "crates/uv-audit" }
uv-auth = { version = "0.0.48", path = "crates/uv-auth" } uv-auth = { version = "0.0.49", path = "crates/uv-auth" }
uv-bin-install = { version = "0.0.48", path = "crates/uv-bin-install" } uv-bin-install = { version = "0.0.49", path = "crates/uv-bin-install" }
uv-build-backend = { version = "0.0.48", path = "crates/uv-build-backend" } uv-build-backend = { version = "0.0.49", path = "crates/uv-build-backend" }
uv-build-frontend = { version = "0.0.48", path = "crates/uv-build-frontend" } uv-build-frontend = { version = "0.0.49", path = "crates/uv-build-frontend" }
uv-cache = { version = "0.0.48", path = "crates/uv-cache" } uv-cache = { version = "0.0.49", path = "crates/uv-cache" }
uv-cache-info = { version = "0.0.48", path = "crates/uv-cache-info" } uv-cache-info = { version = "0.0.49", path = "crates/uv-cache-info" }
uv-cache-key = { version = "0.0.48", path = "crates/uv-cache-key" } uv-cache-key = { version = "0.0.49", path = "crates/uv-cache-key" }
uv-cli = { version = "0.0.48", path = "crates/uv-cli" } uv-cli = { version = "0.0.49", path = "crates/uv-cli" }
uv-client = { version = "0.0.48", path = "crates/uv-client" } uv-client = { version = "0.0.49", path = "crates/uv-client" }
uv-configuration = { version = "0.0.48", path = "crates/uv-configuration" } uv-configuration = { version = "0.0.49", path = "crates/uv-configuration" }
uv-console = { version = "0.0.48", path = "crates/uv-console" } uv-console = { version = "0.0.49", path = "crates/uv-console" }
uv-dirs = { version = "0.0.48", path = "crates/uv-dirs" } uv-dirs = { version = "0.0.49", path = "crates/uv-dirs" }
uv-dispatch = { version = "0.0.48", path = "crates/uv-dispatch" } uv-dispatch = { version = "0.0.49", path = "crates/uv-dispatch" }
uv-distribution = { version = "0.0.48", path = "crates/uv-distribution" } uv-distribution = { version = "0.0.49", path = "crates/uv-distribution" }
uv-distribution-filename = { version = "0.0.48", path = "crates/uv-distribution-filename" } uv-distribution-filename = { version = "0.0.49", path = "crates/uv-distribution-filename" }
uv-distribution-types = { version = "0.0.48", path = "crates/uv-distribution-types" } uv-distribution-types = { version = "0.0.49", path = "crates/uv-distribution-types" }
uv-errors = { version = "0.0.48", path = "crates/uv-errors" } uv-errors = { version = "0.0.49", path = "crates/uv-errors" }
uv-extract = { version = "0.0.48", path = "crates/uv-extract" } uv-extract = { version = "0.0.49", path = "crates/uv-extract" }
uv-fastid = { version = "0.0.48", path = "crates/uv-fastid" } uv-fastid = { version = "0.0.49", path = "crates/uv-fastid" }
uv-flags = { version = "0.0.48", path = "crates/uv-flags" } uv-flags = { version = "0.0.49", path = "crates/uv-flags" }
uv-fs = { version = "0.0.48", path = "crates/uv-fs", features = [ uv-fs = { version = "0.0.49", path = "crates/uv-fs", features = [
"serde", "serde",
"tokio", "tokio",
] } ] }
uv-git = { version = "0.0.48", path = "crates/uv-git" } uv-git = { version = "0.0.49", path = "crates/uv-git" }
uv-git-types = { version = "0.0.48", path = "crates/uv-git-types" } uv-git-types = { version = "0.0.49", path = "crates/uv-git-types" }
uv-globfilter = { version = "0.0.48", path = "crates/uv-globfilter" } uv-globfilter = { version = "0.0.49", path = "crates/uv-globfilter" }
uv-install-wheel = { version = "0.0.48", path = "crates/uv-install-wheel", default-features = false } uv-install-wheel = { version = "0.0.49", path = "crates/uv-install-wheel", default-features = false }
uv-installer = { version = "0.0.48", path = "crates/uv-installer" } uv-installer = { version = "0.0.49", path = "crates/uv-installer" }
uv-keyring = { version = "0.0.48", path = "crates/uv-keyring" } uv-keyring = { version = "0.0.49", path = "crates/uv-keyring" }
uv-logging = { version = "0.0.48", path = "crates/uv-logging" } uv-logging = { version = "0.0.49", path = "crates/uv-logging" }
uv-macros = { version = "0.0.48", path = "crates/uv-macros" } uv-macros = { version = "0.0.49", path = "crates/uv-macros" }
uv-metadata = { version = "0.0.48", path = "crates/uv-metadata" } uv-metadata = { version = "0.0.49", path = "crates/uv-metadata" }
uv-netrc = { version = "0.0.48", path = "crates/uv-netrc" } uv-netrc = { version = "0.0.49", path = "crates/uv-netrc" }
uv-normalize = { version = "0.0.48", path = "crates/uv-normalize" } uv-normalize = { version = "0.0.49", path = "crates/uv-normalize" }
uv-once-map = { version = "0.0.48", path = "crates/uv-once-map" } uv-once-map = { version = "0.0.49", path = "crates/uv-once-map" }
uv-options-metadata = { version = "0.0.48", path = "crates/uv-options-metadata" } uv-options-metadata = { version = "0.0.49", path = "crates/uv-options-metadata" }
uv-performance-memory-allocator = { version = "0.0.48", path = "crates/uv-performance-memory-allocator" } uv-performance-memory-allocator = { version = "0.0.49", path = "crates/uv-performance-memory-allocator" }
uv-pep440 = { version = "0.0.48", path = "crates/uv-pep440", features = [ uv-pep440 = { version = "0.0.49", path = "crates/uv-pep440", features = [
"tracing", "tracing",
"rkyv", "rkyv",
"version-ranges", "version-ranges",
] } ] }
uv-pep508 = { version = "0.0.48", path = "crates/uv-pep508", features = [ uv-pep508 = { version = "0.0.49", path = "crates/uv-pep508", features = [
"non-pep508-extensions", "non-pep508-extensions",
] } ] }
uv-platform = { version = "0.0.48", path = "crates/uv-platform" } uv-platform = { version = "0.0.49", path = "crates/uv-platform" }
uv-platform-tags = { version = "0.0.48", path = "crates/uv-platform-tags" } uv-platform-tags = { version = "0.0.49", path = "crates/uv-platform-tags" }
uv-preview = { version = "0.0.48", path = "crates/uv-preview" } uv-preview = { version = "0.0.49", path = "crates/uv-preview" }
uv-publish = { version = "0.0.48", path = "crates/uv-publish" } uv-publish = { version = "0.0.49", path = "crates/uv-publish" }
uv-pypi-types = { version = "0.0.48", path = "crates/uv-pypi-types" } uv-pypi-types = { version = "0.0.49", path = "crates/uv-pypi-types" }
uv-python = { version = "0.0.48", path = "crates/uv-python" } uv-python = { version = "0.0.49", path = "crates/uv-python" }
uv-redacted = { version = "0.0.48", path = "crates/uv-redacted" } uv-redacted = { version = "0.0.49", path = "crates/uv-redacted" }
uv-requirements = { version = "0.0.48", path = "crates/uv-requirements" } uv-requirements = { version = "0.0.49", path = "crates/uv-requirements" }
uv-requirements-txt = { version = "0.0.48", path = "crates/uv-requirements-txt" } uv-requirements-txt = { version = "0.0.49", path = "crates/uv-requirements-txt" }
uv-resolver = { version = "0.0.48", path = "crates/uv-resolver" } uv-resolver = { version = "0.0.49", path = "crates/uv-resolver" }
uv-scripts = { version = "0.0.48", path = "crates/uv-scripts" } uv-scripts = { version = "0.0.49", path = "crates/uv-scripts" }
uv-settings = { version = "0.0.48", path = "crates/uv-settings" } uv-settings = { version = "0.0.49", path = "crates/uv-settings" }
uv-shell = { version = "0.0.48", path = "crates/uv-shell" } uv-shell = { version = "0.0.49", path = "crates/uv-shell" }
uv-small-str = { version = "0.0.48", path = "crates/uv-small-str" } uv-small-str = { version = "0.0.49", path = "crates/uv-small-str" }
uv-state = { version = "0.0.48", path = "crates/uv-state" } uv-state = { version = "0.0.49", path = "crates/uv-state" }
uv-static = { version = "0.0.48", path = "crates/uv-static" } uv-static = { version = "0.0.49", path = "crates/uv-static" }
uv-test = { version = "0.0.48", path = "crates/uv-test" } uv-test = { version = "0.0.49", path = "crates/uv-test" }
uv-toml = { version = "0.0.48", path = "crates/uv-toml" } uv-toml = { version = "0.0.49", path = "crates/uv-toml" }
uv-tool = { version = "0.0.48", path = "crates/uv-tool" } uv-tool = { version = "0.0.49", path = "crates/uv-tool" }
uv-torch = { version = "0.0.48", path = "crates/uv-torch" } uv-torch = { version = "0.0.49", path = "crates/uv-torch" }
uv-trampoline-builder = { version = "0.0.48", path = "crates/uv-trampoline-builder" } uv-trampoline-builder = { version = "0.0.49", path = "crates/uv-trampoline-builder" }
uv-types = { version = "0.0.48", path = "crates/uv-types" } uv-types = { version = "0.0.49", path = "crates/uv-types" }
uv-unix = { version = "0.0.48", path = "crates/uv-unix" } uv-unix = { version = "0.0.49", path = "crates/uv-unix" }
uv-version = { version = "0.11.15", path = "crates/uv-version" } uv-version = { version = "0.11.16", path = "crates/uv-version" }
uv-virtualenv = { version = "0.0.48", path = "crates/uv-virtualenv" } uv-virtualenv = { version = "0.0.49", path = "crates/uv-virtualenv" }
uv-warnings = { version = "0.0.48", path = "crates/uv-warnings" } uv-warnings = { version = "0.0.49", path = "crates/uv-warnings" }
uv-windows = { version = "0.0.48", path = "crates/uv-windows" } uv-windows = { version = "0.0.49", path = "crates/uv-windows" }
uv-workspace = { version = "0.0.48", path = "crates/uv-workspace" } uv-workspace = { version = "0.0.49", path = "crates/uv-workspace" }
ambient-id = { version = "0.0.11", default-features = false, features = [ ambient-id = { version = "0.0.11", default-features = false, features = [
"reqwest-middleware", "reqwest-middleware",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-audit" name = "uv-audit"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition.workspace = true edition.workspace = true
rust-version.workspace = true rust-version.workspace = true
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-audit). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-audit).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-auth" name = "uv-auth"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-auth). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-auth).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-bench" name = "uv-bench"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
publish = false publish = false
authors = { workspace = true } authors = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-bench). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-bench).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-bin-install" name = "uv-bin-install"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-bin-install). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-bin-install).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-build-backend" name = "uv-build-backend"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-build-backend). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-build-backend).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-build-frontend" name = "uv-build-frontend"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-build-frontend). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-build-frontend).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-build" name = "uv-build"
version = "0.11.15" version = "0.11.16"
description = "A Python build backend" description = "A Python build backend"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "uv-build" name = "uv-build"
version = "0.11.15" version = "0.11.16"
description = "The uv build backend" description = "The uv build backend"
authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }] authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
requires-python = ">=3.8" requires-python = ">=3.8"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-cache-info" name = "uv-cache-info"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-cache-info). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-cache-info).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-cache-key" name = "uv-cache-key"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-cache-key). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-cache-key).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-cache" name = "uv-cache"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-cache). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-cache).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-cli" name = "uv-cli"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-cli). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-cli).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-client" name = "uv-client"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-client). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-client).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-configuration" name = "uv-configuration"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-configuration). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-configuration).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-console" name = "uv-console"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-console). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-console).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-dev" name = "uv-dev"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
publish = false publish = false
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-dev). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-dev).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-dirs" name = "uv-dirs"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-dirs). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-dirs).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-dispatch" name = "uv-dispatch"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-dispatch). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-dispatch).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-distribution-filename" name = "uv-distribution-filename"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,9 +5,9 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found source can be found
[here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-distribution-filename). [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-distribution-filename).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-distribution-types" name = "uv-distribution-types"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,9 +5,9 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found source can be found
[here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-distribution-types). [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-distribution-types).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-distribution" name = "uv-distribution"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-distribution). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-distribution).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-errors" name = "uv-errors"
version = "0.0.48" version = "0.0.49"
description = "Common error traits for uv." description = "Common error traits for uv."
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+13
View File
@@ -0,0 +1,13 @@
<!-- This file is generated. DO NOT EDIT -->
# uv-errors
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes.
This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-errors).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
for details on versioning.
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-extract" name = "uv-extract"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-extract). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-extract).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,7 +1,7 @@
[package] [package]
name = "uv-fastid" name = "uv-fastid"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
version = "0.0.48" version = "0.0.49"
edition.workspace = true edition.workspace = true
rust-version.workspace = true rust-version.workspace = true
homepage.workspace = true homepage.workspace = true
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-fastid). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-fastid).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-flags" name = "uv-flags"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-flags). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-flags).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-fs" name = "uv-fs"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-fs). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-fs).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-git-types" name = "uv-git-types"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-git-types). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-git-types).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-git" name = "uv-git"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-git). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-git).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-globfilter" name = "uv-globfilter"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
readme = "README.md" readme = "README.md"
edition = { workspace = true } edition = { workspace = true }
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-install-wheel" name = "uv-install-wheel"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
keywords = ["wheel", "python"] keywords = ["wheel", "python"]
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-install-wheel). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-install-wheel).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-installer" name = "uv-installer"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-installer). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-installer).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-keyring" name = "uv-keyring"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-logging" name = "uv-logging"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-logging). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-logging).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-macros" name = "uv-macros"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-macros). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-macros).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-metadata" name = "uv-metadata"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-metadata). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-metadata).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-netrc" name = "uv-netrc"
version = "0.0.48" version = "0.0.49"
description = "A vendored netrc parser for uv" description = "A vendored netrc parser for uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-normalize" name = "uv-normalize"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-normalize). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-normalize).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-once-map" name = "uv-once-map"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-once-map). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-once-map).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-options-metadata" name = "uv-options-metadata"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-options-metadata). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-options-metadata).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-pep440" name = "uv-pep440"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
license = "Apache-2.0 OR BSD-2-Clause" license = "Apache-2.0 OR BSD-2-Clause"
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"] include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-pep440). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-pep440).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-pep508" name = "uv-pep508"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"] include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]
license = "Apache-2.0 OR BSD-2-Clause" license = "Apache-2.0 OR BSD-2-Clause"
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-pep508). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-pep508).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-performance-memory-allocator" name = "uv-performance-memory-allocator"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
@@ -5,9 +5,9 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found source can be found
[here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-performance-memory-allocator). [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-performance-memory-allocator).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-platform-tags" name = "uv-platform-tags"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-platform-tags). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-platform-tags).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-platform" name = "uv-platform"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-platform). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-platform).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-preview" name = "uv-preview"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-preview). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-preview).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-publish" name = "uv-publish"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-publish). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-publish).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-pypi-types" name = "uv-pypi-types"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-pypi-types). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-pypi-types).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-python" name = "uv-python"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-python). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-python).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-redacted" name = "uv-redacted"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-redacted). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-redacted).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-requirements-txt" name = "uv-requirements-txt"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
+2 -2
View File
@@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes. is unstable and will have frequent breaking changes.
This version (0.0.48) is a component of [uv 0.11.15](https://crates.io/crates/uv/0.11.15). The This version (0.0.49) is a component of [uv 0.11.16](https://crates.io/crates/uv/0.11.16). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.11.15/crates/uv-requirements-txt). source can be found [here](https://github.com/astral-sh/uv/blob/0.11.16/crates/uv-requirements-txt).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "uv-requirements" name = "uv-requirements"
version = "0.0.48" version = "0.0.49"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

Some files were not shown because too many files have changed in this diff Show More