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: astral-sh/uv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.12
Choose a base ref
...
head repository: astral-sh/uv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.11.13
Choose a head ref
  • 9 commits
  • 166 files changed
  • 7 contributors

Commits on May 9, 2026

  1. Upload JUnit summaries for our tests (#19330)

    ## Summary
    
    Our `test.yml` jobs now upload JUnit reports as artifacts, using
    nextest's JUnit export support. The plan is to begin consuming these
    from astral-bot and producing useful difference comments on PRs.
    
    ## Test Plan
    
    CI only, NFC.
    
    ---------
    
    Signed-off-by: William Woodruff <william@yossarian.net>
    woodruffw authored May 9, 2026
    Configuration menu
    Copy the full SHA
    b58e670 View commit details
    Browse the repository at this point in the history
  2. Respect --require-hashes when installing from pylock.toml files (#…

    …19334)
    
    ## Summary
    
    Right now, we always use the `--verify-hashes` policy even if the user
    opts-in to a stricter setting.
    charliermarsh authored May 9, 2026
    Configuration menu
    Copy the full SHA
    e3187b3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2026

  1. Include data files in editable builds (#19312)

    ## Summary
    
    PEP 660 doesn't appear to be explicit about the treatment of `.data`
    directories, beyond the following:
    
    > With regard to the wheel .data directory, this PEP focuses on making
    the purelib and platlib categories (installed into site-packages)
    “editable”. It does not make special provision for the other categories
    such as headers, data and scripts. Package authors are encouraged to use
    console_scripts, make their scripts tiny wrappers around library
    functionality, or manage these from the source checkout during
    development.
    
    Other build backends seem to snapshot them, which seems reasonable to
    me.
    
    Closes #19258.
    
    Co-authored-by: Codex <noreply@openai.com>
    charliermarsh and codex authored May 10, 2026
    Configuration menu
    Copy the full SHA
    2abd501 View commit details
    Browse the repository at this point in the history
  2. [codex] Remove stale uv-bench platform tags input (#19341)

    ## Summary
    
    This file is no longer referenced (and seemingly breaks prek because it
    only contains a Rust expression).
    
    Co-authored-by: Codex <noreply@openai.com>
    charliermarsh and codex authored May 10, 2026
    Configuration menu
    Copy the full SHA
    3719026 View commit details
    Browse the repository at this point in the history
  3. Sync latest Python releases (#19342)

    Automated update for Python releases.
    
    ---------
    
    Co-authored-by: jjhelmus <1050278+jjhelmus@users.noreply.github.com>
    Co-authored-by: Jonathan J. Helmus <jjhelmus@gmail.com>
    3 people authored May 10, 2026
    Configuration menu
    Copy the full SHA
    60017e9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

  1. Configuration menu
    Copy the full SHA
    ddbdf7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d7da7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16db957 View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.11.13 (#19345)

    ## Summary
    Preps 0.11.13.
    
    ## Test Plan
    NFC
    jjhelmus authored May 11, 2026
    Configuration menu
    Copy the full SHA
    4512a39 View commit details
    Browse the repository at this point in the history
Loading