chore: add uv for python sdk#33
Merged
Merged
Conversation
cjumel
requested changes
Jul 10, 2025
Contributor
cjumel
left a comment
There was a problem hiding this comment.
Just left some remarks and questions, but we're pretty much there. 🙂
Have you done any test of any kind, to validate your changes? This will break the current release workflow I guess, so we'll have to tackle your other PR after this one (at least before any new fix/feature)
cjumel
requested changes
Jul 15, 2025
Contributor
cjumel
left a comment
There was a problem hiding this comment.
Two very small remarks to polish things up 😇
Contributor
Author
|
[tool.hatch.build.targets.wheel] Is used because the name of the package is just linkup and the name in the pyproject is "linkup_sdk" |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR replaces 'pip' with 'uv' for managing development dependencies.
These changes introduce a faster and more reproducible development environment using
uv.Checklist
make install-devandmake testREADME.mdif my changes affected itlinkup/_version.pyif I plan on creating a new release