Skip to content
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 add allows git-specific flags when irrelevant #5335

Closed
zanieb opened this issue Jul 23, 2024 · 0 comments · Fixed by #5377
Closed

uv add allows git-specific flags when irrelevant #5335

zanieb opened this issue Jul 23, 2024 · 0 comments · Fixed by #5377
Assignees
Labels
bug Something isn't working preview Experimental behavior

Comments

@zanieb
Copy link
Member

zanieb commented Jul 23, 2024

e.g.

❯ uv add \
    "https://files.pythonhosted.org/packages/5c/2d/3da5bdf4408b8b2800061c339f240c1802f2e82d55e50bd39c5a881f47f0/httpx-0.27.0.tar.gz" \
    --rev 0.2.0

should at least warn and probably error, but does not. The rev is not written to the pyproject.toml.

@zanieb zanieb added bug Something isn't working preview Experimental behavior labels Jul 23, 2024
@charliermarsh charliermarsh self-assigned this Jul 23, 2024
charliermarsh added a commit that referenced this issue Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working preview Experimental behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants