Bump version to 0.11.9 (#19273)

This commit is contained in:
Zanie Blue
2026-05-05 00:06:19 -05:00
committed by GitHub
parent 726047a420
commit 7829a03b6c
147 changed files with 413 additions and 351 deletions
+1
View File
@@ -19,6 +19,7 @@ uv-distribution
uv-distribution-filename
uv-distribution-types
uv-extract
uv-fastid
uv-flags
uv-fs
uv-git
+48 -1
View File
@@ -3,6 +3,53 @@
<!-- prettier-ignore-start -->
## 0.11.9
Released on 2026-05-04.
This release includes a special release candidate for the next Python 3.14 patch release. Python 3.14 included a new garbage collection implementation, which reduced pause times but caused significant unexpected memory pressure in production environments. In 3.14.5 and 3.15, the previous garbage collection implementation will be restored.
We would greatly appreciate if you tested the 3.14.5rc1 version included in this release. The stable version is expected to be released soon and any feedback on potential issues would be helpful to the Python development team.
For more context, see the [announcement](https://discuss.python.org/t/reverting-the-incremental-gc-in-python-3-14-and-3-15/107014), [issue](https://github.com/python/cpython/issues/148726), and [pull request](https://github.com/python/cpython/pull/148720).
Issues with the new release can be reported in the uv or CPython issue trackers.
### Python
- Upgrade PyPy to v7.3.22
- Add CPython 3.14.5rc1
- On macOS, CPython statically links `libpython` to match Linux
### Enhancements
- Omit compatible release desugaring for pre-release hints ([#19267](https://github.com/astral-sh/uv/pull/19267))
- Fix file locks on Android ([#18323](https://github.com/astral-sh/uv/pull/18323))
### Preview
- `uv audit` add reporting for adverse project statuses ([#19128](https://github.com/astral-sh/uv/pull/19128))
### Bug fixes
- Discover versioned Python executables when `requires-python` pins a version ([#18700](https://github.com/astral-sh/uv/pull/18700))
- Fix URL prefix matching to require path boundaries ([#19154](https://github.com/astral-sh/uv/pull/19154))
- Fix transitive Git path dependencies in lockfiles ([#19269](https://github.com/astral-sh/uv/pull/19269))
- Handle incorrect unlock error in `LockedFile::drop` on Wine ([#19229](https://github.com/astral-sh/uv/pull/19229))
- Prevent uninstalling site-packages for empty `top_level.txt` in `.egg-info` ([#19114](https://github.com/astral-sh/uv/pull/19114))
- Use symlinks instead of junctions on Wine ([#19213](https://github.com/astral-sh/uv/pull/19213))
- Fix floating-point environment handling on ARMv7 ([#19157](https://github.com/astral-sh/uv/pull/19157))
- Redact credentials from remote requirements URL in offline errors ([#19216](https://github.com/astral-sh/uv/pull/19216))
- Windows tramplolines no longer set `PYTHONHOME` and only set `__PYVENV_LAUNCHER__` for virtual environments ([#19199](https://github.com/astral-sh/uv/pull/19199))
### Documentation
- Mark `--native-tls` and `UV_NATIVE_TLS` as deprecated ([#18705](https://github.com/astral-sh/uv/pull/18705))
- Re-add `pytorch-triton-rocm` to PyTorch ROCm docs ([#19241](https://github.com/astral-sh/uv/pull/19241))
- Tweak changelog entries for 0.11.8 ([#19188](https://github.com/astral-sh/uv/pull/19188))
- Add 'Exporting lockfiles' to the Concepts->Projects index ([#19209](https://github.com/astral-sh/uv/pull/19209))
- Clarify that `uv init` creates git files / folders in the projects guide ([#19183](https://github.com/astral-sh/uv/pull/19183))
## 0.11.8
Released on 2026-04-27.
@@ -16,7 +63,7 @@ Released on 2026-04-27.
- Only show the version number in `uv self version --short` ([#19019](https://github.com/astral-sh/uv/pull/19019))
- Silence warnings on empty `SSL_CERT_DIR` directory ([#19018](https://github.com/astral-sh/uv/pull/19018))
- Use a sentinel timestamp for relative `exclude-newer` and `exclude-newer-package` values in lockfiles ([#19022](https://github.com/astral-sh/uv/pull/19022), [#19101](https://github.com/astral-sh/uv/pull/19101))
### Configuration
- Add `UV_PYTHON_NO_REGISTRY` ([#19035](https://github.com/astral-sh/uv/pull/19035))
Generated
+67 -67
View File
@@ -5743,7 +5743,7 @@ dependencies = [
[[package]]
name = "uv"
version = "0.11.8"
version = "0.11.9"
dependencies = [
"anstream",
"anyhow",
@@ -5868,7 +5868,7 @@ dependencies = [
[[package]]
name = "uv-audit"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"astral-reqwest-middleware",
"clap",
@@ -5896,7 +5896,7 @@ dependencies = [
[[package]]
name = "uv-auth"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"arcstr",
@@ -5939,7 +5939,7 @@ dependencies = [
[[package]]
name = "uv-bench"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"codspeed-criterion-compat",
@@ -5966,7 +5966,7 @@ dependencies = [
[[package]]
name = "uv-bin-install"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"astral-reqwest-middleware",
"astral-reqwest-retry",
@@ -5993,7 +5993,7 @@ dependencies = [
[[package]]
name = "uv-build"
version = "0.11.8"
version = "0.11.9"
dependencies = [
"anstream",
"anyhow",
@@ -6008,7 +6008,7 @@ dependencies = [
[[package]]
name = "uv-build-backend"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"astral-version-ranges",
"base64 0.22.1",
@@ -6051,7 +6051,7 @@ dependencies = [
[[package]]
name = "uv-build-frontend"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anstream",
"fs-err",
@@ -6088,7 +6088,7 @@ dependencies = [
[[package]]
name = "uv-cache"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"clap",
"fs-err",
@@ -6114,7 +6114,7 @@ dependencies = [
[[package]]
name = "uv-cache-info"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"fs-err",
@@ -6131,7 +6131,7 @@ dependencies = [
[[package]]
name = "uv-cache-key"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"hex",
"memchr",
@@ -6143,7 +6143,7 @@ dependencies = [
[[package]]
name = "uv-cli"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anstream",
"anyhow",
@@ -6176,7 +6176,7 @@ dependencies = [
[[package]]
name = "uv-client"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"astral-reqwest-middleware",
@@ -6246,7 +6246,7 @@ dependencies = [
[[package]]
name = "uv-configuration"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"clap",
@@ -6280,14 +6280,14 @@ dependencies = [
[[package]]
name = "uv-console"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"console",
]
[[package]]
name = "uv-dev"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anstream",
"anyhow",
@@ -6336,7 +6336,7 @@ dependencies = [
[[package]]
name = "uv-dirs"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"assert_fs",
"etcetera",
@@ -6348,7 +6348,7 @@ dependencies = [
[[package]]
name = "uv-dispatch"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"futures",
@@ -6381,7 +6381,7 @@ dependencies = [
[[package]]
name = "uv-distribution"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"astral-reqwest-middleware",
@@ -6433,7 +6433,7 @@ dependencies = [
[[package]]
name = "uv-distribution-filename"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"insta",
"memchr",
@@ -6450,7 +6450,7 @@ dependencies = [
[[package]]
name = "uv-distribution-types"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"arcstr",
"astral-version-ranges",
@@ -6490,7 +6490,7 @@ dependencies = [
[[package]]
name = "uv-extract"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"astral-tokio-tar",
"astral_async_zip",
@@ -6519,7 +6519,7 @@ dependencies = [
[[package]]
name = "uv-fastid"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"fastrand",
"rand 0.9.4",
@@ -6529,14 +6529,14 @@ dependencies = [
[[package]]
name = "uv-flags"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"bitflags 2.11.1",
]
[[package]]
name = "uv-fs"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"backon",
"clap",
@@ -6566,7 +6566,7 @@ dependencies = [
[[package]]
name = "uv-git"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"astral-reqwest-middleware",
@@ -6591,7 +6591,7 @@ dependencies = [
[[package]]
name = "uv-git-types"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"serde",
"thiserror 2.0.18",
@@ -6604,7 +6604,7 @@ dependencies = [
[[package]]
name = "uv-globfilter"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anstream",
"fs-err",
@@ -6621,7 +6621,7 @@ dependencies = [
[[package]]
name = "uv-install-wheel"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"assert_fs",
@@ -6658,7 +6658,7 @@ dependencies = [
[[package]]
name = "uv-installer"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anstream",
"anyhow",
@@ -6701,7 +6701,7 @@ dependencies = [
[[package]]
name = "uv-keyring"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"async-trait",
"byteorder",
@@ -6717,7 +6717,7 @@ dependencies = [
[[package]]
name = "uv-logging"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"jiff",
"owo-colors",
@@ -6727,7 +6727,7 @@ dependencies = [
[[package]]
name = "uv-macros"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"proc-macro2",
"quote",
@@ -6737,7 +6737,7 @@ dependencies = [
[[package]]
name = "uv-metadata"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"astral_async_zip",
"fs-err",
@@ -6754,7 +6754,7 @@ dependencies = [
[[package]]
name = "uv-normalize"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"rkyv",
"schemars",
@@ -6764,7 +6764,7 @@ dependencies = [
[[package]]
name = "uv-once-map"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"dashmap",
"futures",
@@ -6773,14 +6773,14 @@ dependencies = [
[[package]]
name = "uv-options-metadata"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"serde",
]
[[package]]
name = "uv-pep440"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"astral-version-ranges",
"indoc",
@@ -6794,7 +6794,7 @@ dependencies = [
[[package]]
name = "uv-pep508"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"arcstr",
"astral-version-ranges",
@@ -6824,7 +6824,7 @@ dependencies = [
[[package]]
name = "uv-performance-memory-allocator"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"mimalloc",
"tikv-jemallocator",
@@ -6832,7 +6832,7 @@ dependencies = [
[[package]]
name = "uv-platform"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"fs-err",
"goblin",
@@ -6853,7 +6853,7 @@ dependencies = [
[[package]]
name = "uv-platform-tags"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"bitflags 2.11.1",
"insta",
@@ -6867,7 +6867,7 @@ dependencies = [
[[package]]
name = "uv-preview"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"enumflags2",
"itertools 0.14.0",
@@ -6878,7 +6878,7 @@ dependencies = [
[[package]]
name = "uv-publish"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"ambient-id",
"anstream",
@@ -6920,7 +6920,7 @@ dependencies = [
[[package]]
name = "uv-pypi-types"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"hashbrown 0.17.0",
@@ -6953,7 +6953,7 @@ dependencies = [
[[package]]
name = "uv-python"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"assert_fs",
@@ -7015,7 +7015,7 @@ dependencies = [
[[package]]
name = "uv-redacted"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"ref-cast",
"schemars",
@@ -7026,7 +7026,7 @@ dependencies = [
[[package]]
name = "uv-requirements"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"configparser",
@@ -7060,7 +7060,7 @@ dependencies = [
[[package]]
name = "uv-requirements-txt"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"assert_fs",
@@ -7093,7 +7093,7 @@ dependencies = [
[[package]]
name = "uv-resolver"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"arcstr",
"astral-pubgrub",
@@ -7159,7 +7159,7 @@ dependencies = [
[[package]]
name = "uv-scripts"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"fs-err",
"indoc",
@@ -7184,7 +7184,7 @@ dependencies = [
[[package]]
name = "uv-settings"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"clap",
"fs-err",
@@ -7221,7 +7221,7 @@ dependencies = [
[[package]]
name = "uv-shell"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"fs-err",
@@ -7238,7 +7238,7 @@ dependencies = [
[[package]]
name = "uv-small-str"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"arcstr",
"rkyv",
@@ -7248,7 +7248,7 @@ dependencies = [
[[package]]
name = "uv-state"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"fs-err",
"tempfile",
@@ -7257,7 +7257,7 @@ dependencies = [
[[package]]
name = "uv-static"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"thiserror 2.0.18",
"uv-macros",
@@ -7265,7 +7265,7 @@ dependencies = [
[[package]]
name = "uv-test"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"assert_cmd",
@@ -7295,7 +7295,7 @@ dependencies = [
[[package]]
name = "uv-tool"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"fs-err",
"owo-colors",
@@ -7324,7 +7324,7 @@ dependencies = [
[[package]]
name = "uv-torch"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"clap",
"either",
@@ -7344,7 +7344,7 @@ dependencies = [
[[package]]
name = "uv-trampoline-builder"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"assert_cmd",
@@ -7362,7 +7362,7 @@ dependencies = [
[[package]]
name = "uv-types"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"dashmap",
@@ -7384,7 +7384,7 @@ dependencies = [
[[package]]
name = "uv-unix"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"nix 0.31.2",
"thiserror 2.0.18",
@@ -7392,11 +7392,11 @@ dependencies = [
[[package]]
name = "uv-version"
version = "0.11.8"
version = "0.11.9"
[[package]]
name = "uv-virtualenv"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"console",
"fs-err",
@@ -7417,7 +7417,7 @@ dependencies = [
[[package]]
name = "uv-warnings"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anstream",
"anyhow",
@@ -7429,7 +7429,7 @@ dependencies = [
[[package]]
name = "uv-windows"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"arrayvec",
"windows",
@@ -7437,7 +7437,7 @@ dependencies = [
[[package]]
name = "uv-workspace"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"anyhow",
"assert_fs",
+63 -63
View File
@@ -16,78 +16,78 @@ authors = ["uv"]
license = "MIT OR Apache-2.0"
[workspace.dependencies]
uv-audit = { version = "0.0.41", path = "crates/uv-audit" }
uv-auth = { version = "0.0.41", path = "crates/uv-auth" }
uv-bin-install = { version = "0.0.41", path = "crates/uv-bin-install" }
uv-build-backend = { version = "0.0.41", path = "crates/uv-build-backend" }
uv-build-frontend = { version = "0.0.41", path = "crates/uv-build-frontend" }
uv-cache = { version = "0.0.41", path = "crates/uv-cache" }
uv-cache-info = { version = "0.0.41", path = "crates/uv-cache-info" }
uv-cache-key = { version = "0.0.41", path = "crates/uv-cache-key" }
uv-cli = { version = "0.0.41", path = "crates/uv-cli" }
uv-client = { version = "0.0.41", path = "crates/uv-client" }
uv-configuration = { version = "0.0.41", path = "crates/uv-configuration" }
uv-console = { version = "0.0.41", path = "crates/uv-console" }
uv-dirs = { version = "0.0.41", path = "crates/uv-dirs" }
uv-dispatch = { version = "0.0.41", path = "crates/uv-dispatch" }
uv-distribution = { version = "0.0.41", path = "crates/uv-distribution" }
uv-distribution-filename = { version = "0.0.41", path = "crates/uv-distribution-filename" }
uv-distribution-types = { version = "0.0.41", path = "crates/uv-distribution-types" }
uv-extract = { version = "0.0.41", path = "crates/uv-extract" }
uv-fastid = { version = "0.0.41", path = "crates/uv-fastid" }
uv-flags = { version = "0.0.41", path = "crates/uv-flags" }
uv-fs = { version = "0.0.41", path = "crates/uv-fs", features = [
uv-audit = { version = "0.0.42", path = "crates/uv-audit" }
uv-auth = { version = "0.0.42", path = "crates/uv-auth" }
uv-bin-install = { version = "0.0.42", path = "crates/uv-bin-install" }
uv-build-backend = { version = "0.0.42", path = "crates/uv-build-backend" }
uv-build-frontend = { version = "0.0.42", path = "crates/uv-build-frontend" }
uv-cache = { version = "0.0.42", path = "crates/uv-cache" }
uv-cache-info = { version = "0.0.42", path = "crates/uv-cache-info" }
uv-cache-key = { version = "0.0.42", path = "crates/uv-cache-key" }
uv-cli = { version = "0.0.42", path = "crates/uv-cli" }
uv-client = { version = "0.0.42", path = "crates/uv-client" }
uv-configuration = { version = "0.0.42", path = "crates/uv-configuration" }
uv-console = { version = "0.0.42", path = "crates/uv-console" }
uv-dirs = { version = "0.0.42", path = "crates/uv-dirs" }
uv-dispatch = { version = "0.0.42", path = "crates/uv-dispatch" }
uv-distribution = { version = "0.0.42", path = "crates/uv-distribution" }
uv-distribution-filename = { version = "0.0.42", path = "crates/uv-distribution-filename" }
uv-distribution-types = { version = "0.0.42", path = "crates/uv-distribution-types" }
uv-extract = { version = "0.0.42", path = "crates/uv-extract" }
uv-fastid = { version = "0.0.42", path = "crates/uv-fastid" }
uv-flags = { version = "0.0.42", path = "crates/uv-flags" }
uv-fs = { version = "0.0.42", path = "crates/uv-fs", features = [
"serde",
"tokio",
] }
uv-git = { version = "0.0.41", path = "crates/uv-git" }
uv-git-types = { version = "0.0.41", path = "crates/uv-git-types" }
uv-globfilter = { version = "0.0.41", path = "crates/uv-globfilter" }
uv-install-wheel = { version = "0.0.41", path = "crates/uv-install-wheel", default-features = false }
uv-installer = { version = "0.0.41", path = "crates/uv-installer" }
uv-keyring = { version = "0.0.41", path = "crates/uv-keyring" }
uv-logging = { version = "0.0.41", path = "crates/uv-logging" }
uv-macros = { version = "0.0.41", path = "crates/uv-macros" }
uv-metadata = { version = "0.0.41", path = "crates/uv-metadata" }
uv-normalize = { version = "0.0.41", path = "crates/uv-normalize" }
uv-once-map = { version = "0.0.41", path = "crates/uv-once-map" }
uv-options-metadata = { version = "0.0.41", path = "crates/uv-options-metadata" }
uv-performance-memory-allocator = { version = "0.0.41", path = "crates/uv-performance-memory-allocator" }
uv-pep440 = { version = "0.0.41", path = "crates/uv-pep440", features = [
uv-git = { version = "0.0.42", path = "crates/uv-git" }
uv-git-types = { version = "0.0.42", path = "crates/uv-git-types" }
uv-globfilter = { version = "0.0.42", path = "crates/uv-globfilter" }
uv-install-wheel = { version = "0.0.42", path = "crates/uv-install-wheel", default-features = false }
uv-installer = { version = "0.0.42", path = "crates/uv-installer" }
uv-keyring = { version = "0.0.42", path = "crates/uv-keyring" }
uv-logging = { version = "0.0.42", path = "crates/uv-logging" }
uv-macros = { version = "0.0.42", path = "crates/uv-macros" }
uv-metadata = { version = "0.0.42", path = "crates/uv-metadata" }
uv-normalize = { version = "0.0.42", path = "crates/uv-normalize" }
uv-once-map = { version = "0.0.42", path = "crates/uv-once-map" }
uv-options-metadata = { version = "0.0.42", path = "crates/uv-options-metadata" }
uv-performance-memory-allocator = { version = "0.0.42", path = "crates/uv-performance-memory-allocator" }
uv-pep440 = { version = "0.0.42", path = "crates/uv-pep440", features = [
"tracing",
"rkyv",
"version-ranges",
] }
uv-pep508 = { version = "0.0.41", path = "crates/uv-pep508", features = [
uv-pep508 = { version = "0.0.42", path = "crates/uv-pep508", features = [
"non-pep508-extensions",
] }
uv-platform = { version = "0.0.41", path = "crates/uv-platform" }
uv-platform-tags = { version = "0.0.41", path = "crates/uv-platform-tags" }
uv-preview = { version = "0.0.41", path = "crates/uv-preview" }
uv-publish = { version = "0.0.41", path = "crates/uv-publish" }
uv-pypi-types = { version = "0.0.41", path = "crates/uv-pypi-types" }
uv-python = { version = "0.0.41", path = "crates/uv-python" }
uv-redacted = { version = "0.0.41", path = "crates/uv-redacted" }
uv-requirements = { version = "0.0.41", path = "crates/uv-requirements" }
uv-requirements-txt = { version = "0.0.41", path = "crates/uv-requirements-txt" }
uv-resolver = { version = "0.0.41", path = "crates/uv-resolver" }
uv-scripts = { version = "0.0.41", path = "crates/uv-scripts" }
uv-settings = { version = "0.0.41", path = "crates/uv-settings" }
uv-shell = { version = "0.0.41", path = "crates/uv-shell" }
uv-small-str = { version = "0.0.41", path = "crates/uv-small-str" }
uv-state = { version = "0.0.41", path = "crates/uv-state" }
uv-static = { version = "0.0.41", path = "crates/uv-static" }
uv-test = { version = "0.0.41", path = "crates/uv-test" }
uv-tool = { version = "0.0.41", path = "crates/uv-tool" }
uv-torch = { version = "0.0.41", path = "crates/uv-torch" }
uv-trampoline-builder = { version = "0.0.41", path = "crates/uv-trampoline-builder" }
uv-types = { version = "0.0.41", path = "crates/uv-types" }
uv-unix = { version = "0.0.41", path = "crates/uv-unix" }
uv-version = { version = "0.11.8", path = "crates/uv-version" }
uv-virtualenv = { version = "0.0.41", path = "crates/uv-virtualenv" }
uv-warnings = { version = "0.0.41", path = "crates/uv-warnings" }
uv-windows = { version = "0.0.41", path = "crates/uv-windows" }
uv-workspace = { version = "0.0.41", path = "crates/uv-workspace" }
uv-platform = { version = "0.0.42", path = "crates/uv-platform" }
uv-platform-tags = { version = "0.0.42", path = "crates/uv-platform-tags" }
uv-preview = { version = "0.0.42", path = "crates/uv-preview" }
uv-publish = { version = "0.0.42", path = "crates/uv-publish" }
uv-pypi-types = { version = "0.0.42", path = "crates/uv-pypi-types" }
uv-python = { version = "0.0.42", path = "crates/uv-python" }
uv-redacted = { version = "0.0.42", path = "crates/uv-redacted" }
uv-requirements = { version = "0.0.42", path = "crates/uv-requirements" }
uv-requirements-txt = { version = "0.0.42", path = "crates/uv-requirements-txt" }
uv-resolver = { version = "0.0.42", path = "crates/uv-resolver" }
uv-scripts = { version = "0.0.42", path = "crates/uv-scripts" }
uv-settings = { version = "0.0.42", path = "crates/uv-settings" }
uv-shell = { version = "0.0.42", path = "crates/uv-shell" }
uv-small-str = { version = "0.0.42", path = "crates/uv-small-str" }
uv-state = { version = "0.0.42", path = "crates/uv-state" }
uv-static = { version = "0.0.42", path = "crates/uv-static" }
uv-test = { version = "0.0.42", path = "crates/uv-test" }
uv-tool = { version = "0.0.42", path = "crates/uv-tool" }
uv-torch = { version = "0.0.42", path = "crates/uv-torch" }
uv-trampoline-builder = { version = "0.0.42", path = "crates/uv-trampoline-builder" }
uv-types = { version = "0.0.42", path = "crates/uv-types" }
uv-unix = { version = "0.0.42", path = "crates/uv-unix" }
uv-version = { version = "0.11.9", path = "crates/uv-version" }
uv-virtualenv = { version = "0.0.42", path = "crates/uv-virtualenv" }
uv-warnings = { version = "0.0.42", path = "crates/uv-warnings" }
uv-windows = { version = "0.0.42", path = "crates/uv-windows" }
uv-workspace = { version = "0.0.42", path = "crates/uv-workspace" }
ambient-id = { version = "0.0.11", default-features = false, features = [
"reqwest-middleware",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-audit"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition.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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-audit).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-audit).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-auth"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-auth).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-auth).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-bench"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
publish = false
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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-bench).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-bench).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-bin-install"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-bin-install).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-bin-install).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-build-backend"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-build-backend).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-build-backend).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-build-frontend"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-build-frontend).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-build-frontend).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-build"
version = "0.11.8"
version = "0.11.9"
description = "A Python build backend"
edition = { workspace = true }
rust-version = { workspace = true }
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "uv-build"
version = "0.11.8"
version = "0.11.9"
description = "The uv build backend"
authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
requires-python = ">=3.8"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-cache-info"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-cache-info).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-cache-info).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-cache-key"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-cache-key).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-cache-key).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-cache"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-cache).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-cache).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-cli"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-cli).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-cli).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-client"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-client).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-client).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-configuration"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-configuration).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-configuration).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-console"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-console).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-console).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-dev"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-dev).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-dev).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-dirs"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-dirs).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-dirs).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-dispatch"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-dispatch).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-dispatch).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-distribution-filename"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-distribution-filename).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-distribution-filename).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-distribution-types"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-distribution-types).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-distribution-types).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-distribution"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-distribution).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-distribution).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-extract"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-extract).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-extract).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "uv-fastid"
description = "This is an internal component crate of uv"
version = "0.0.41"
version = "0.0.42"
edition.workspace = true
rust-version.workspace = true
homepage.workspace = true
+13
View File
@@ -0,0 +1,13 @@
<!-- This file is generated. DO NOT EDIT -->
# uv-fastid
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.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-fastid).
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]
name = "uv-flags"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-flags).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-flags).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-fs"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-fs).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-fs).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-git-types"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-git-types).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-git-types).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-git"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-git).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-git).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-globfilter"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
readme = "README.md"
edition = { workspace = true }
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-install-wheel"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-install-wheel).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-install-wheel).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-installer"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-installer).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-installer).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-keyring"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { workspace = true }
rust-version = { workspace = true }
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-logging"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-logging).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-logging).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-macros"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-macros).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-macros).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-metadata"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-metadata).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-metadata).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-normalize"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-normalize).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-normalize).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-once-map"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-once-map).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-once-map).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-options-metadata"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-options-metadata).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-options-metadata).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-pep440"
version = "0.0.41"
version = "0.0.42"
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"]
+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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-pep440).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-pep440).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-pep508"
version = "0.0.41"
version = "0.0.42"
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"
+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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-pep508).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-pep508).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
@@ -1,6 +1,6 @@
[package]
name = "uv-performance-memory-allocator"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { workspace = true }
rust-version = { workspace = true }
@@ -5,9 +5,9 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found
[here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-performance-memory-allocator).
[here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-performance-memory-allocator).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-platform-tags"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-platform-tags).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-platform-tags).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-platform"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-platform).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-platform).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-preview"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-preview).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-preview).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-publish"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-publish).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-publish).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-pypi-types"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-pypi-types).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-pypi-types).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-python"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-python).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-python).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-redacted"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-redacted).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-redacted).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-requirements-txt"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-requirements-txt).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-requirements-txt).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-requirements"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-requirements).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-requirements).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-resolver"
version = "0.0.41"
version = "0.0.42"
description = "This is an internal component crate of uv"
edition = { 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
is unstable and will have frequent breaking changes.
This version (0.0.41) is a component of [uv 0.11.8](https://crates.io/crates/uv/0.11.8). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.8/crates/uv-resolver).
This version (0.0.42) is a component of [uv 0.11.9](https://crates.io/crates/uv/0.11.9). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.9/crates/uv-resolver).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

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