-
Notifications
You must be signed in to change notification settings - Fork 527
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
Upgrade Poetry to 2.x.x or use uv #410
Comments
I would suggest not using Poetry at all, but e.g. |
@akx thanks for the suggestion and I'm a fan of uv. For now, I think having locking just gives a peace of mind to ensure we don't have breaking changes from a random library. I'd rather own that responsibility than give it to the user |
If dependencies are locked too strictly in the distributed package (I didn't check if that's the case for the sdist/wheel here though), it could prevent downstream users from eg. installing a security update to one of the locked deps. |
Okay, I did check now:
IOW, there are no pinned deps in the distributions other than the loose ranges specified in Lines 13 to 14 in 02495ff
so there'd be no change in "owning the responsibility" there. IOW, the |
Hmm okay, that makes a lot of sense. I think uv makes sense here then and I prefer it anyways. Will probably bump poetry to 2.x.x for now and then move over to uv. Thanks for pointing this out :D |
No description provided.
The text was updated successfully, but these errors were encountered: