-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: astral-sh/uv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 140 files changed
- 4 contributors
Commits on Nov 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d735e27 - Browse repository at this point
Copy the full SHA d735e27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c1061 - Browse repository at this point
Copy the full SHA 17c1061View commit details
Commits on Nov 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bfdee80 - Browse repository at this point
Copy the full SHA bfdee80View commit details -
Fix
uv pip install -r /dev/stdin(#16855)## Summary Fix ``uv pip install -r /dev/stdin`` which was broken in uv 0.9.12 by #16805 . Example of the issue: ``` $ echo "flask" | uv pip install -r /dev/stdin warning: Requirements file `/dev/stdin` does not contain any dependencies Audited in 8ms ``` Note that "upstream" ``pip install`` does support `-r /dev/stdin` and doesn't support `-r -` . ## Test Plan 2 new tests added.
Configuration menu - View commit details
-
Copy full SHA for 4bb219f - Browse repository at this point
Copy the full SHA 4bb219fView commit details -
Avoid eagerly reading input streams in
-r(#16857)## Summary I think the comment should explain it. Closes #16856.
Configuration menu - View commit details
-
Copy full SHA for 4d747f6 - Browse repository at this point
Copy the full SHA 4d747f6View commit details -
Revert "Allow
--with-requirementsto load extensionless inline-meta……data scripts" (#16861) Reverts #16805 / #16744 This also invalidates - #16855 - #16857 There's probably a way we can make this work, but detecting whether a file is safe to read repeatedly is non-trivial, `is_file` returns `true` for `/dev/stdin` on macOS so the approach from #16857 is not sufficient. I spent a while trying to add `is_char_device` detection for macOS but unfortunately that didn't work.
Configuration menu - View commit details
-
Copy full SHA for ca62066 - Browse repository at this point
Copy the full SHA ca62066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 735b870 - Browse repository at this point
Copy the full SHA 735b870View commit details -
Bump setup-uv action to v7 in docs (#16858)
## Summary Bumps the setup-uv action to v7 in the GitHub Actions integration docs. ## Test Plan Built the documentation.
Configuration menu - View commit details
-
Copy full SHA for 7ca92dc - Browse repository at this point
Copy the full SHA 7ca92dcView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.9.12...0.9.13