You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running uv lock, the generated uv.lock file includes an upload-time field for each package. This field changes every time the lock file is regenerated, even if the actual package versions have not changed. This causes unnecessary noise in version control diffs and makes code reviews harder, as the only change is often the upload-time metadata.
I noticed that your uv.lock file doesn’t include the upload-time field in the package entries. Are you using a custom script or some other method to remove the upload-time, or is there a configuration that achieves this automatically?