Feature Request: uv.lock support in dependency graph
#163831
Replies: 4 comments 2 replies
This comment was marked as duplicate.
This comment was marked as duplicate.
|
This is coming! We have been adding ecosystem support for transitive dependencies over the past few months, and most recently have integrated You can try it out today by running the component detection action as part of your build steps, let us know how it's working for you! microsoft/component-detection#1425 |
|
For now, I've created a simple action https://github.com/rmuir/uv-dependency-submission to populate the dependency graph from uv.lock files. You will get GH security alerts for transitive dependencies and so on as you expect. |

Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Body
Dependabot recently added
uvsupport, as covered in this blog post.Unfortunately dependency graph doesn't currently list
uvas a supported package ecosystem. Given the increasing adoption of uv it would be nice to have support foruv.lockfiles withpyproject.tomlas an additional file, similar to the current poetry setup.All reactions