astral-sh
uv
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Apply dependency exclusions to direct requirements (#19699) ## Summary Prior to this change, `exclude-dependencies` removed matching transitive dependency edges, but direct requirements were attached to the resolver root without applying the exclusion set. As a result, `uv pip compile` could still resolve an excluded package when it was provided as a direct input. This PR applies exclusions while constructing the resolver root dependencies, matching the existing behavior for transitive dependencies. It adds integration coverage that confirms a direct excluded requirement is omitted entirely. Closes https://github.com/astral-sh/uv/issues/4422.
main
12 hours ago
Apply dependency exclusions to direct requirements
charlie/exclude-root-dependencies
12 hours ago
Add `--find-links` support for `uv pip list` (#16103) Resolves https://github.com/astral-sh/uv/issues/16095 This PR fixes `uv pip list --outdated` so `--find-links` locations impact the latest-version lookup. This wires flat indexes through the registry client even under `--no-index`, lets `LatestClient::find_latest` evaluate the same compatibility filters across both Simple API and flat metadata, and adds an integration test that installs from `scripts/links` to show the higher local release is reported. --------- Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
main
14 hours ago
Apply dependency exclusions to direct requirements
charlie/exclude-root-dependencies
14 hours ago
Separate find-links metadata fetching
terror:pip-list-outdated
14 hours ago
Hint Python request formats for missing executables
ramaiyaKushal:hint-supported-python-request-formats
22 hours ago
Limit find-links metadata to latest queries
terror:pip-list-outdated
22 hours ago
Preserve group write bits in shared source caches
vwxyzjn:codex/group-writable-source-cache
23 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Apply dependency exclusions to direct requirements
#19699
14 hours ago
ec09a91
charlie/exclude-root-dependencies
CodSpeed Performance Gauge
0%
Add `--find-links` support for `uv pip list`
#16103
22 hours ago
3d0365f
terror:pip-list-outdated
CodSpeed Performance Gauge
-5%
Hint Python request formats for missing executables
#19698
22 hours ago
7118cd3
ramaiyaKushal:hint-supported-python-request-formats
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs