-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uv does not support --constraint with a URL in double quotes #11592
Comments
Need to decide whether we want to support this. It's similar to #3621. |
I think it'd be ok to support this just for |
Gonna do this since it's easy to do on the plane, unlike things that require Internet. |
FYI, this will be a behavior difference with pip, which unfortunately reads in constraints files specified inside requirements files like this as though they were requirement files 😞 |
Sorry, what do you mean? |
(I don't think this is a behavior change; it just allows users to surround things we already supported in quotes.) |
Apologies, I misunderstood the request, as you say this created no behavior difference for uv |
Summary
pip supports this syntax, but uv fails to parse it.
Steps to reproduce:
reqs.txt
Actual behavior
Platform
all
Version
0.6.1
Python version
3.11
The text was updated successfully, but these errors were encountered: