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: bazel-contrib/rules_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.3
Choose a base ref
...
head repository: bazel-contrib/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.4
Choose a head ref
  • 2 commits
  • 5 files changed
  • 4 contributors

Commits on Feb 11, 2026

  1. fix(pip): add read permissions when extracting wheels (#3555)

    Fix for wheels like
    https://files.pythonhosted.org/packages/ad/39/da8b5c0f875ccb1770349caaecd87a253949ccbcdc2c869929919d744551/ag_ui_adk-0.4.2-py3-none-any.whl
    where the contents do not have the read bit set.
    
    Fixes #3554
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    Co-authored-by: Richard Levasseur <[email protected]>
    (cherry picked from commit 96a1653)
    3 people authored and aignas committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    08132d3 View commit details
    Browse the repository at this point in the history
  2. fix(pipstar): handle a corner case for compatible version evaluation (#…

    …3583)
    
    It seems that there was one corner case that was left unhandled.
    In theory we should also handle `3 ~= 3.0.0`, but the fix for that may
    be a little more involved and I want to leave it for later. However,
    that case is unlikely to occur in reality because `LHS` for our cases
    will most likely have 2 components.
    
    Whilst at it prepare for the patch release (#3584).
    
    Fixes #3580
    
    (cherry picked from commit a32c744)
    aignas committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    62a764e View commit details
    Browse the repository at this point in the history
Loading