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.0
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.1
Choose a head ref
  • 10 commits
  • 154 files changed
  • 4 contributors

Commits on Mar 24, 2026

  1. Add missing riscv64gc-unknown-linux-musl entry to dist-workspace (#…

    …18686)
    
    This looks omitted from #18228 and I
    noticed a warning from the new release step from
    #18625
    zanieb authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    5ad8577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cde48c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    264b63e View commit details
    Browse the repository at this point in the history
  4. Fix version annotations for PS_MODULE_PATH and UV_WORKING_DIR (#18691)

    ## Summary
    
    Updates the `#[attr_added_in(...)]` version annotations for two
    environment variables to reflect their actual release versions:
    
    - `PS_MODULE_PATH`: introduced in PR #17870, released in 0.10.0
    - `UV_WORKING_DIR`: introduced in PR #16884, released in 0.9.14
    
    ## Test Plan
    
    N/A - This is a documentation/annotation update with no functional code
    changes.
    
    https://claude.ai/code/session_01XMu1RyFzAPG6Rhbu19gQoi
    
    Co-authored-by: Claude <noreply@anthropic.com>
    zsol and claude authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    63f63b0 View commit details
    Browse the repository at this point in the history
  5. Revert treating 'Dynamic' values as case-insensitive (#18692)

    #18669 is the cause of #18690. This PR reverts #18669 to address the
    regression.
    zsol authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    82aa312 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f772f71 View commit details
    Browse the repository at this point in the history
  7. Special-case == Python version request ranges (#9697)

    Related to #9695
    
    Doesn't solve the reported issue with `requires-python` because that
    doesn't go through the parser
    
    
    https://github.com/astral-sh/uv/blob/6ed6fc108e95e742075cf1eddb09ec86c04f632e/crates/uv/src/commands/project/mod.rs#L518-L526
    zanieb authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    edb1744 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd8bc02 View commit details
    Browse the repository at this point in the history
  9. Remove torchdata from list of packages to source from the PyTorch i…

    …ndex (#18703)
    
    ## Summary
    
    All versions are on PyPI, and newer versions are seemingly only
    published on PyPI.
    
    Closes #18699.
    charliermarsh authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    bf28f89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6042f6 View commit details
    Browse the repository at this point in the history
Loading