astral-sh
uv
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Avoid flagging proxied Git URLs as ambiguous authority (#17234) ## Summary Closes https://github.com/astral-sh/uv/issues/17214.
main
8 hours ago
Remove ua-parser from mypy overrides: it's typed
masklinn:patch-1
9 hours ago
Avoid flagging proxied Git URLs as ambiguous authority
charlie/ambiguous-authority
1 day ago
Fix dropped support of `-` in pip constraints/overrides/excludes/build_constraints (#17188) Since #16923, `-` stdin paths are suddenly only supported on the `RequirementsSource::Extensionless`. However, parsing of cli arguments using `from_requirements_txt`, `from_constraints_txt` `from_overrides_txt` would always output a `RequirementsSource::RequirementsTxt`. Resulting in the error: ``` $ cat overrides.txt | cargo run --bin uv --profile dev --manifest-path ./uv/crates/uv/Cargo.toml pip install 'numpy' --overrides=- Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s Running `./uv/target/debug/uv pip install 'numpy' --overrides=-` error: File not found: `-` ``` In this PR, I've added a small check in those for the `-` paths to use `RequirementsSource::ExtensionLess`. I'm not too sure about this change though, as it would also implicitly start allowing PEP 723 scripts as input to overrides/constraints. I don't see the direct issue in that, but then maybe we should explicitly handle it so that an `--overrides=script.py` would also be supported. @zanieb what do you think? Relates to #17227
main
1 day ago
chore: bump alpine 3.23
samypr100:alpine323
1 day ago
chore: remove bookworm, alpine 3.21, and py38 published images
samypr100:remove-bookworm-alpine321
1 day ago
Add additional validation flow for configuration file settings. Specifically, disallow specifying both `preview` and `preview-features` in the config files. The implementation is intended to be extensible, should more validation rules be needed in the future.
j-helland:jwh/config-file-validation
2 days ago
Merge branch 'main' into jwh/toml-config-preview-features
j-helland:jwh/toml-config-preview-features
2 days ago
Active Branches
Remove ua-parser from mypy overrides: it's typed
last run
9 hours ago
#17237
CodSpeed Performance Gauge
0%
Bump alpine published image to 3.23
last run
1 day ago
#17128
CodSpeed Performance Gauge
-2%
Remove bookworm and alpine 3.21 published images
last run
1 day ago
#16520
CodSpeed Performance Gauge
-1%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs