Thanks to visit codestin.com
Credit goes to github.com

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.9.13
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.9.14
Choose a head ref
  • 20 commits
  • 96 files changed
  • 8 contributors

Commits on Nov 26, 2025

  1. Update aws-actions/configure-aws-credentials action to v5.1.1 (#16573)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |
    [aws-actions/configure-aws-credentials](https://redirect.github.com/aws-actions/configure-aws-credentials)
    | action | minor | `v5.0.0` -> `v5.1.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>aws-actions/configure-aws-credentials
    (aws-actions/configure-aws-credentials)</summary>
    
    ###
    [`v5.1.1`](https://redirect.github.com/aws-actions/configure-aws-credentials/releases/tag/v5.1.1)
    
    [Compare
    Source](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/v5.1.0...v5.1.1)
    
    ##### Miscellaneous Chores
    
    - release 5.1.1
    ([56d6a58](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/56d6a583f00f6bad6d19d91d53a7bc3b8143d0e9))
    - various dependency updates
    
    ###
    [`v5.1.0`](https://redirect.github.com/aws-actions/configure-aws-credentials/releases/tag/v5.1.0)
    
    [Compare
    Source](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/v5.0.0...v5.1.0)
    
    ##### Features
    
    - Add global timeout support
    ([#&#8203;1487](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1487))
    ([1584b8b](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/1584b8b0e2062557287c28fbe9b8920df434e866))
    - add no-proxy support
    ([#&#8203;1482](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1482))
    ([dde9b22](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/dde9b22a8e889a0821997a21a2c5a38020ee8de3))
    - Improve debug logging in retry logic
    ([#&#8203;1485](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1485))
    ([97ef425](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/97ef425d73aa532439f54f90d0e83101a186c5a6))
    
    ##### Bug Fixes
    
    - properly expose getProxyForUrl (introduced in
    [#&#8203;1482](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1482))
    ([#&#8203;1486](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1486))
    ([cea4298](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/cea42985ac88b42678fbc84c18066a7f07f05176))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
    Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule
    defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/astral-sh/uv).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQyLjE5LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImludGVybmFsIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    fa6afd5 View commit details
    Browse the repository at this point in the history
  2. Use --no-verify to skip builds during crates.io publish (#16863)

    Otherwise, this is quite slow.
    zanieb authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    76d769d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaa4651 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Support required environments in packse (#16873)

    Companion change for astral-sh/packse#293,
    motivated by
    #16824 (comment)
    konstin authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    f02b459 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. Support only rendering a specific packse template (#16874)

    Support only updating a specific one of the three packse template, to
    avoid re-build all three tests each time.
    konstin authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    c67a0fd View commit details
    Browse the repository at this point in the history
  2. Update pubgrub to 0.3.3 (#16829)

    Maintenance update.
    konstin authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    0db4180 View commit details
    Browse the repository at this point in the history
  3. Allow earlier post releases with exclusive ordering (#16881)

    ## Summary
    
    Given (e.g.) `<0.12.0.post2`, we need to omit pre-releases on `0.12.0`,
    but include post-releases.
    
    Closes #16868.
    charliermarsh authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    e2bda11 View commit details
    Browse the repository at this point in the history
  4. Respect -e flags in uv add (#16882)

    ## Summary
    
    Closes #16872.
    charliermarsh authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    5498e4d View commit details
    Browse the repository at this point in the history
  5. Bump astral-tl to v0.7.10 (#16887)

    ## Summary
    
    Enables SIMD for HTML parsing.
    charliermarsh authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    5f3d46c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Configuration menu
    Copy the full SHA
    c29304a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2025

  1. Use UV_WORKING_DIR for consistency (#16884)

    ## Summary
    
    Closes #16870.
    charliermarsh authored Nov 30, 2025
    Configuration menu
    Copy the full SHA
    0ae54db View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    0b70eba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c3b907 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a73958 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d8866a View commit details
    Browse the repository at this point in the history
  5. Update Rust crate syn to v2.0.111 (#16903)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [syn](https://redirect.github.com/dtolnay/syn) |
    workspace.dependencies | patch | `2.0.108` -> `2.0.111` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>dtolnay/syn (syn)</summary>
    
    ###
    [`v2.0.111`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.111)
    
    [Compare
    Source](https://redirect.github.com/dtolnay/syn/compare/2.0.110...2.0.111)
    
    - Allow first argument of `braced!`, `bracketed!`, `parenthesized!` to
    be an otherwise unused variable
    ([#&#8203;1946](https://redirect.github.com/dtolnay/syn/issues/1946))
    
    ###
    [`v2.0.110`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.110)
    
    [Compare
    Source](https://redirect.github.com/dtolnay/syn/compare/2.0.109...2.0.110)
    
    - Tweaks to improve build speed
    ([#&#8203;1939](https://redirect.github.com/dtolnay/syn/issues/1939),
    thanks [@&#8203;dishmaker](https://redirect.github.com/dishmaker))
    - Make `syn::ext::IdentExt::unraw` available without "parsing" feature
    ([#&#8203;1940](https://redirect.github.com/dtolnay/syn/issues/1940))
    - Support parsing `syn::Meta` followed by `=>`
    ([#&#8203;1944](https://redirect.github.com/dtolnay/syn/issues/1944))
    
    ###
    [`v2.0.109`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.109)
    
    [Compare
    Source](https://redirect.github.com/dtolnay/syn/compare/2.0.108...2.0.109)
    
    - Tweaks to improve build speed
    ([#&#8203;1927](https://redirect.github.com/dtolnay/syn/issues/1927),
    [#&#8203;1928](https://redirect.github.com/dtolnay/syn/issues/1928),
    [#&#8203;1930](https://redirect.github.com/dtolnay/syn/issues/1930),
    [#&#8203;1932](https://redirect.github.com/dtolnay/syn/issues/1932),
    [#&#8203;1934](https://redirect.github.com/dtolnay/syn/issues/1934),
    thanks [@&#8203;dishmaker](https://redirect.github.com/dishmaker))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
    Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule
    defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/astral-sh/uv).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    d0931e0 View commit details
    Browse the repository at this point in the history
  6. Update Rust crate rustls to v0.23.35 (#16902)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [rustls](https://redirect.github.com/rustls/rustls) |
    workspace.dependencies | patch | `0.23.29` -> `0.23.35` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
    Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule
    defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/astral-sh/uv).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    825ab78 View commit details
    Browse the repository at this point in the history
  7. Isolating test from accessing global git credential helper config (#1…

    …6895)
    
    ## Summary
    Resolves: #1980
    
    Added a utility function to TestContext called
    **with_git_credential_helper_blocked** that isolates the test from
    accessing the credential helper value defined in global/system git
    config. It does so, by writing to a file .gitconfig in the temporary
    home_dir that is created as part of the TestContext.
    
    ## Test Plan
    Tested it by running the test
    pip_install::install_git_private_https_pat_and_username, and making sure
    it doesn't affect the keyring.
    
    ## Note:
    The commit hash for the uv-private-package seems to have changed.
    Kindly, ensure that the modification related to that is correct.
    sid-38 authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    5773b12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b00d65 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    05814f9 View commit details
    Browse the repository at this point in the history
Loading