Skip to content

feat(python): add --all-variants option to show debug builds in uv python list#18849

Open
Jah-yee wants to merge 2 commits intoastral-sh:mainfrom
Jah-yee:fix/all-variants-option
Open

feat(python): add --all-variants option to show debug builds in uv python list#18849
Jah-yee wants to merge 2 commits intoastral-sh:mainfrom
Jah-yee:fix/all-variants-option

Conversation

@Jah-yee
Copy link
Copy Markdown

@Jah-yee Jah-yee commented Apr 5, 2026

Good day,

This PR adds the --all-variants option to uv python list command, which allows users to see debug builds in the output.

Changes

  • Added --all-variants CLI flag in uv-cli
  • Updated python list command to accept all_variants parameter
  • Modified the filter to show debug builds when all_variants is set
  • Updated settings to pass through the new flag

Issue

Fixes #15983

Thank you for your attention. If there are any issues or suggestions, please leave a comment and I will address them promptly.

Warmly,
Jah-yee
https://github.com/Jah-yee

Jah-yee and others added 2 commits March 13, 2026 06:21
Apply the same filtering logic used for NO_COLOR and FORCE_COLOR
to SSL_CERT_FILE. Empty values should be ignored rather than
treated as valid paths.

This aligns with the behavior of SSL_CERT_DIR which already uses
this pattern.

Fixes astral-sh#18426
…ython list'

Previously, debug builds were always hidden in 'uv python list'. This
commit adds the --all-variants flag to optionally show debug builds.

Fixes astral-sh#15983
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add --all-variants option to show debug builds in uv python list

1 participant