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
fix(cli_audit): filter pre-release Python versions from Atom feed
- Add pre-release filtering for Python in Atom feed fallback
- Filter out alpha, beta, rc versions (e.g., v3.15.0a1, v3.14.0rc3)
- Pick highest stable version by semantic version comparison
- Fixes issue where Python 3.15.0a1 (alpha) was detected as latest
- Now correctly identifies 3.14.0 as latest stable version
The Atom feed fallback is used when GitHub API is rate-limited.
Without this fix, pre-release versions would be treated as stable
upgrades, prompting users to install alpha/beta Python versions.
0 commit comments