astral-sh
uv
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Obfuscate password in credentials debug messages (#12944) I noticed in the trace output that we weren't obfuscating the `Credentials` password in a trace message. This PR creates a `Password` newtype with a custom `Debug` implementation.
main
2 hours ago
Require the command in `uvx <name>` to be available in the Python environment (#11603) Closes https://github.com/astral-sh/uv/issues/7804 Includes a few small minor changes to the messaging, but the primary change is that in, e.g., `uvx foo`, if the `foo` package does not provide the `foo` executable we will no longer execute an arbitrary `foo` executable if present on the `PATH`. This prevents confusing and surprising behavior, such as the user reported where they did `uv tool install foobar` (which provides `foo`) then `uvx foo` (which does not provide `foo`) later falls back to the executable provided by `foobar` since it's on the `PATH`. We don't enforce this for `--from`, so things like `uvx --from foo bash -c "..."` are still totally valid. We also still allow `uvx foo` where the `foo` executable is provided by a _dependency_ of `foo` instead of `foo` itself. Most of the diff here is consolidating the logic of the `hint_on_not_found` and `warn_executable_not_provided_by_package ` utilities.
release/070
2 hours ago
Fix rebase
zb/tool-run-check
2 hours ago
Fix rebase
zb/tool-run-check
2 hours ago
Add `python-downloads-json-url` option for `uv.toml` to configure custom Python installations via JSON URL
MeitarR:config-python_downloads_json_url-from-file
3 hours ago
Add `python-downloads-json-url` option for `uv.toml` to configure custom Python installations via JSON URL
MeitarR:config-python_downloads_json_url-from-file
3 hours ago
Add `python-downloads-json-url` option for `uv.toml` to configure custom Python installations via JSON URL
MeitarR:config-python_downloads_json_url-from-file
3 hours ago
..
jtfm/obfuscate-username
6 hours ago
Active Branches
Release 0.7.0
last run
2 hours ago
#12843
CodSpeed Performance Gauge
-1%
Add `python-downloads-json-url` option for `uv.toml` to configure custom Python installations via JSON URL
last run
3 hours ago
#12974
CodSpeed Performance Gauge
-1%
Obfuscate username in tracing URL
last run
6 hours ago
#12969
CodSpeed Performance Gauge
-1%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs