-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
error messagesMessaging when something goes wrongMessaging when something goes wrong
Description
e.g., in
uv/crates/uv/tests/it/pip_install.rs
Lines 2173 to 2189 in 4bce1a3
| anyio>=1.0.0,<=1.4.0 | |
| anyio>=2.0.0,<=2.2.0 | |
| anyio>=3.0.0,<=3.6.2 | |
| anyio>=3.7.0,<=3.7.1 | |
| anyio>=4.0.0 | |
| and all of: | |
| anyio>=1.0.0,<=1.4.0 | |
| anyio>=2.0.0,<=2.2.0 | |
| anyio>=3.0.0,<=3.6.2 | |
| anyio>=3.7.0,<=3.7.1 | |
| anyio>=4.0.0 | |
| have no usable wheels and building from source is disabled, we can conclude that all of: | |
| anyio>=1.0.0,<=1.4.0 | |
| anyio>=2.0.0,<=2.2.0 | |
| anyio>=3.0.0,<=3.6.2 | |
| anyio>=3.7.0,<=3.7.1 | |
| anyio>=4.0.0 |
we show several ranges for anyio because there are disallowed pre-release versions in-between each range. We should just say "all versions" the whole time instead?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
error messagesMessaging when something goes wrongMessaging when something goes wrong