You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --with parameter does not support complex version specifiers:
$ uvx --with "requests>=2.1,<3" pytesterror: Failed to parse: `<3` Caused by: Expected package name starting with an alphanumeric character, found `<`<3^
uv version:
$ uv --versionuv 0.5.1
Platform: Fedora 41
Tested on bash and zsh
The text was updated successfully, but these errors were encountered:
The
--with
parameter does not support complex version specifiers:The text was updated successfully, but these errors were encountered: