We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
@charliermarsh Use this repo: https://github.com/apollo13/uv-bug Follow this to the letter (I am not sure if you can repro if you do anything different): uv cache clean uv lock and observe that git status shows no changes uv sync rm -rf uv.lock .venv uv lock Run git diff and see the version written into the lock file (shouldn't be) uv cache clean rm -rf uv.lock .venv uv lock (No version written -> okay)
@charliermarsh Use this repo: https://github.com/apollo13/uv-bug
Follow this to the letter (I am not sure if you can repro if you do anything different):
uv cache clean
uv lock
git status
uv sync
rm -rf uv.lock .venv
git diff
Originally posted by @apollo13 in #7533
The text was updated successfully, but these errors were encountered:
3878c00
Successfully merging a pull request may close this issue.
Originally posted by @apollo13 in #7533
The text was updated successfully, but these errors were encountered: