| ▲ | galangalalgol 2 hours ago | |||||||
Isn't there a lock file for that? I'm mostly a rust dev, but I thought I saw a lock file in a uv project I was vibe coding | ||||||||
| ▲ | jim33442 2 hours ago | parent [-] | |||||||
The lockfile does more than just pin the versions of your immediate deps, so one might reset it for some other reason. Or you might want to update individual packages without caring about the specific commands for that, so you edit the package file, delete lockfile, reinstall. | ||||||||
| ||||||||