uv/crates/uv-resolver/src
Charlie Marsh 32f09d86b3
Prefetch metadata in `--no-deps` mode (#5918)
## Summary

This _used_ to be true but we now require fetching metadata for all
distributions even with `--no-deps` since, e.g., we validate that any
declared extras exist.
2024-08-08 12:35:15 -04:00
..
pubgrub Remove double-proxy nodes in error reporting (#5738) 2024-08-02 21:27:07 +00:00
resolution Add forks to lockfile, don't read them yet (#5480) 2024-07-30 11:11:18 +00:00
resolver Prefetch metadata in `--no-deps` mode (#5918) 2024-08-08 12:35:15 -04:00
snapshots Rename `distribution` to `packages` in lockfile (#5861) 2024-08-08 11:25:06 -04:00
bare.rs Add support for parsing unnamed URL requirements (#2567) 2024-03-21 03:28:58 +00:00
candidate_selector.rs Respect pre-release preferences from input files (#5736) 2024-08-02 22:01:58 -04:00
dependency_mode.rs Store resolution options in lockfile (#5264) 2024-07-22 08:28:22 -04:00
dependency_provider.rs Update pubgrub (#5649) 2024-07-31 12:54:11 +00:00
error.rs Remove double-proxy nodes in error reporting (#5738) 2024-08-02 21:27:07 +00:00
exclude_newer.rs Store resolution options in lockfile (#5264) 2024-07-22 08:28:22 -04:00
exclusions.rs Allow constraints to be provided in `--upgrade-package` (#4952) 2024-07-09 20:09:13 -07:00
flat_index.rs Key hash policy on version, rather than package (#5169) 2024-07-17 19:01:49 -04:00
fork_urls.rs Add forks to lockfile, don't read them yet (#5480) 2024-07-30 11:11:18 +00:00
lib.rs Use lockfile directly in `uv tree` (#5761) 2024-08-04 14:33:13 -04:00
lock.rs Rename `distribution` to `packages` in lockfile (#5861) 2024-08-08 11:25:06 -04:00
manifest.rs Support build constraints (#5639) 2024-08-02 02:15:58 +00:00
marker.rs Update pubgrub (#5649) 2024-07-31 12:54:11 +00:00
options.rs Use "pre-release" in prose and `Prerelease` in code (#5697) 2024-08-01 20:56:29 +00:00
pins.rs Unify resolutions only during graph building (#5479) 2024-07-26 16:29:48 +02:00
preferences.rs Rename `distribution` to `packages` in lockfile (#5861) 2024-08-08 11:25:06 -04:00
prerelease.rs Use "pre-release" in prose and `Prerelease` in code (#5697) 2024-08-01 20:56:29 +00:00
python_requirement.rs Re-enable requires-python narrowing in forks (#5583) 2024-07-30 10:06:59 -04:00
redirect.rs Preserve fragments when applying verbatim redirects (#4038) 2024-06-05 03:53:23 +00:00
requires_python.rs Respect pre-release preferences from input files (#5736) 2024-08-02 22:01:58 -04:00
resolution_mode.rs Omit transitive development dependencies from workspace lockfile (#5646) 2024-07-30 22:32:33 -04:00
version_map.rs Use tag error rather than requires-python error for ABI filtering (#5296) 2024-07-22 18:31:08 +00:00
yanks.rs Use fork markers and fork preferences in resolution with lockfile (#5481) 2024-07-31 15:18:58 +00:00