uv icon indicating copy to clipboard operation
uv copied to clipboard

"Stray quotes" fixup can lead to invalid markers

Open charliermarsh opened this issue 1 year ago • 3 comments

The "stray quotes" fixup will remove quotes from markers, e.g., numpy (>=1.19) ; python_version >= "3.7" gets rewritten as numpy (>=1.19) ; python_version >= 3.7.

charliermarsh avatar Mar 19 '24 19:03 charliermarsh

This is all in crates/pypi-types/src/lenient_requirement.rs.

charliermarsh avatar Mar 25 '24 14:03 charliermarsh

i want to have a try

fatelei avatar Mar 25 '24 16:03 fatelei

Just let us know here or in a draft pull request if you need any help!

zanieb avatar Mar 25 '24 16:03 zanieb