Comparing 1.8.3...1.8.4 · bazel-contrib/rules_python
Commits on Feb 11, 2026
-
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)