-
Notifications
You must be signed in to change notification settings - Fork 559
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: pypa/pipx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.10.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pypa/pipx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.11.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 34 files changed
- 6 contributors
Commits on Mar 21, 2026
-
🐛 fix(install): enable keyring auth for private indexes (#1758)
pipx passes --no-input to pip, which implicitly disables keyring. The venv also lacks keyring as a library, so pip can't import it. This breaks users who authenticate to private package indexes (Azure Artifacts, Artifactory) via keyring. Setting PIP_KEYRING_PROVIDER=subprocess tells pip to invoke the system-installed keyring CLI instead of importing it. The subprocess provider works with --no-input and gracefully no-ops when keyring isn't installed. Uses setdefault so users can override. Closes #1603
Configuration menu - View commit details
-
Copy full SHA for 67bcab8 - Browse repository at this point
Copy the full SHA 67bcab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3915648 - Browse repository at this point
Copy the full SHA 3915648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9edc7 - Browse repository at this point
Copy the full SHA 1b9edc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cde014 - Browse repository at this point
Copy the full SHA 5cde014View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d0df1 - Browse repository at this point
Copy the full SHA f8d0df1View commit details
Commits on Mar 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6a0bd38 - Browse repository at this point
Copy the full SHA 6a0bd38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0943d7a - Browse repository at this point
Copy the full SHA 0943d7aView commit details -
♻️ refactor(config): rename MAX_PIPX_LOGS to PIPX_MAX_LOGS (#1765)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 553ec14 - Browse repository at this point
Copy the full SHA 553ec14View commit details -
[pre-commit.ci] pre-commit autoupdate (#1766)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 18a0953 - Browse repository at this point
Copy the full SHA 18a0953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57b5d8b - Browse repository at this point
Copy the full SHA 57b5d8bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.10.1...1.11.0