Skip to content
Permalink

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
Choose a base ref
...
head repository: pypa/pipx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.11.0
Choose a head ref
  • 10 commits
  • 34 files changed
  • 6 contributors

Commits on Mar 21, 2026

  1. 🐛 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
    gaborbernat authored Mar 21, 2026
    Configuration menu
    Copy the full SHA
    67bcab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3915648 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b9edc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cde014 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8d0df1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. Configuration menu
    Copy the full SHA
    6a0bd38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0943d7a View commit details
    Browse the repository at this point in the history
  3. ♻️ 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>
    gaborbernat and pre-commit-ci[bot] authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    553ec14 View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] pre-commit autoupdate (#1766)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    18a0953 View commit details
    Browse the repository at this point in the history
  5. Release 1.11.0

    github-actions[bot] committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    57b5d8b View commit details
    Browse the repository at this point in the history
Loading