mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 13:14:41 +00:00
Avoid showing lower-bound warning outside of explicit lock and sync (#8234)
## Summary We shouldn't show these in `uv add`, especially when the thing we're adding is about to have a lower-bound put on it. Now, we only show these when the user runs `uv lock` or `uv sync`.
This commit is contained in:
parent
2153c6ac0d
commit
59003cb021
25 changed files with 117 additions and 55 deletions
|
|
@ -2,9 +2,7 @@ pub use distribution_database::{DistributionDatabase, HttpArchivePointer, LocalA
|
|||
pub use download::LocalWheel;
|
||||
pub use error::Error;
|
||||
pub use index::{BuiltWheelIndex, RegistryWheelIndex};
|
||||
pub use metadata::{
|
||||
ArchiveMetadata, LowerBound, LoweredRequirement, Metadata, MetadataError, RequiresDist,
|
||||
};
|
||||
pub use metadata::{ArchiveMetadata, LoweredRequirement, Metadata, MetadataError, RequiresDist};
|
||||
pub use reporter::Reporter;
|
||||
pub use source::prune;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue