Skip to content
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

can you implement a full update command #10965

Closed
oovaa opened this issue Jan 26, 2025 · 1 comment
Closed

can you implement a full update command #10965

oovaa opened this issue Jan 26, 2025 · 1 comment
Labels
enhancement New feature or improvement to existing functionality

Comments

@oovaa
Copy link

oovaa commented Jan 26, 2025

Summary

for now im using this script

uv pip list --outdated | tail -n +2 | tr -s ' ' | cut -d ' ' -f 1 | tr '\n' ' ' | xargs -n 1 uv pip install --upgrade

Example

No response

@oovaa oovaa added the enhancement New feature or improvement to existing functionality label Jan 26, 2025
@zanieb zanieb closed this as completed Jan 26, 2025
@zanieb
Copy link
Member

zanieb commented Jan 26, 2025

We're tracking this over in #1419

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants