mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 18:38:21 +00:00
Add a diagnostic to detect invalid Python versions (#630)
Related to: https://github.com/astral-sh/puffin/issues/410.
This commit is contained in:
parent
a24eb57e93
commit
edd741bf13
2 changed files with 31 additions and 4 deletions
|
@ -384,7 +384,7 @@ fn allow_incompatibilities() -> Result<()> {
|
|||
Installed 1 package in [TIME]
|
||||
- jinja2==3.1.2
|
||||
+ jinja2==2.11.3
|
||||
warning: The package `flask` requires `jinja2 >=3.1.2` but `2.11.3` is installed.
|
||||
warning: The package `flask` requires `jinja2 >=3.1.2`, but `2.11.3` is installed.
|
||||
"###);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue