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
Hey there, sorry it took a while to get to this. I don't really have a problem with moving to 3.10 and to a .toml file, that seems fine to me, but you've made this pull request a draft that can't be merged. Not sure if this was meant more to open a discussion or if that was an accident? Let me know, thanks! EDIT: Oh, I understand now that I can manually swap a pull request from a draft via review, no I suppose that can be ignored
Also, can you explain the purpose of the included uv.lock file? I'm not sure if it was intended to be there, but it contains a lot more data fields that I'm unsure of the purpose of
Also, can you explain the purpose of the included uv.lock file?
it's used for ensuring consistent dependencies and SBOM tracking when using uv (https://docs.astral.sh/uv/).
it's a lock file just like a package-lock.json for JS projects. Yes, it should be checked in and updated whenever dependencies change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pyproject.tomlto simplify building and configuration