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
I think it can be an improvement not to get the list of packages out-of-date. Maybe we can have the `uv.toml` file generated from a jinja2 template. Was that the original idea?
The dependencies and uv.tool.sources are repetitive and error prone, plus they require updating when new packages are added. We could generate it from globs ideally.
Also looks like UV may support this directly in the future astral-sh/uv#7143