-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add the uv
ecosystem
#11687
Merged
Merged
Add the uv
ecosystem
#11687
+48,322
−3
Conversation
This file contains 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
uv/lib/dependabot/uv/update_checker/latest_version_finder.rb
Dismissed
Show dismissed
Hide dismissed
uv/lib/dependabot/uv/update_checker/latest_version_finder.rb
Dismissed
Show dismissed
Hide dismissed
robaiken
reviewed
Feb 28, 2025
1dcd9c9
to
4c332fe
Compare
This commit is after copying the python folder and running: ./bin/docker-dev-shell uv --rebuild ./bin/dry-run.rb uv dsp-testing/dependabot-uv Co-authored-by: Gastón Avila <avila.gas@gmail.com> Co-authored-by: Edgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com> Co-authored-by: skshetry <18718008+skshetry@users.noreply.github.com> Co-authored-by: Albert Ferràs <albert.ferras@veriff.net> Co-authored-by: beagold <86345081+beagold@users.noreply.github.com>
4c332fe
to
1972be3
Compare
thavaahariharangit
approved these changes
Feb 28, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m approving this PR based on the following reasons:
- This is an initial update, and any specific issues can be addressed in future PRs.
- It allows the developer to test the changes in other environments.
- Confident that the developer can successfully create a Docker image for the new UV ecosystem.
- The update includes 460+ files, all contained within their own module.
- This will help unblock the author and allow progress on the next tasks.
5 tasks
1 task
1 task
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.
What are you trying to accomplish?
Part of #10478
This PR build on the community submission #11687.
Anything you want to highlight for special attention from reviewers?
We Have split this PR into three commits:
./uv
,./python
) to prepare for the new ecosystempython
folder withuv
handling addeduv
package managerHow will you know you've accomplished your goal?
We can dry run with our
uv
testing repo:Checklist