-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Comparing changes
Open a pull request
base repository: astral-sh/uv
base: 0.11.17
head repository: astral-sh/uv
compare: 0.11.18
- 10 commits
- 183 files changed
- 5 contributors
Commits on May 29, 2026
-
Update Rust toolchain to 1.96 and MSRV to 1.94 (#19600)
## Summary Update the MSRV to 1.94.0, the pinned Rust toolchain to 1.96.0, and the trampoline nightly toolchain to remain compatible with the new MSRV.
Configuration menu - View commit details
-
Copy full SHA for 81dabd5 - Browse repository at this point
Copy the full SHA 81dabd5View commit details -
Add test coverage for both WSL1 and WSL2 (#19608)
As a part of #19604 I noticed that we were only testing WSL2 which is not usable on Windows 2022 which is still fairly common.
Configuration menu - View commit details
-
Copy full SHA for 40cfa8e - Browse repository at this point
Copy the full SHA 40cfa8eView commit details -
Add
uv checkto runtyfrom uv (#19605)## Summary This is the minimal implementation for fetching and running `ty check`. Currently it doesn't attempt to provide member selection information to ty, specifying semantics that are essentially "this downloads and runs ty in cwd, you can pass arbitrary flags to ty yourself". This is therefore reasonably far from the potential vision of "check is a monolithic linter command", but might still be worth landing to iterate on, because most of the implementation is still what we want -- download ty, run sync, invoke ty. ## Test Plan Zanie and I reviewed it and various tests were added. Not sweating the details too hard so we can iterate.
Configuration menu - View commit details
-
Copy full SHA for f69c1b2 - Browse repository at this point
Copy the full SHA f69c1b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a0e18 - Browse repository at this point
Copy the full SHA e5a0e18View commit details
Commits on Jun 1, 2026
-
Update activation scripts with upstream fixes (#19628)
Update activation scripts with upstream fixes, PR-by-PR. Related to #6426, but doesn't fix those cases.
Configuration menu - View commit details
-
Copy full SHA for e91ebe8 - Browse repository at this point
Copy the full SHA e91ebe8View commit details -
Don't use
--updatewith apt in CI (#19633)Signed-off-by: William Woodruff <william@yossarian.net>
Configuration menu - View commit details
-
Copy full SHA for ebd9dee - Browse repository at this point
Copy the full SHA ebd9deeView commit details -
Fix performance regression in unzip of local wheels (#19637)
Configuration menu - View commit details
-
Copy full SHA for 5ba95e0 - Browse repository at this point
Copy the full SHA 5ba95e0View commit details -
[check] you're not special, ty (#19609)
## Summary This is a followup to #19605 that moves `uv check` towards more of a design where ty is "just one of the things uv check does", primarily by removing support for forwarding arbitrary arguments with `--`. ## Test Plan Mostly this is just removing functionality.
Configuration menu - View commit details
-
Copy full SHA for 94e66c3 - Browse repository at this point
Copy the full SHA 94e66c3View commit details -
Use
--no-configduring the release process (#19640)To avoid Socket URL and exclude-newer injection for now
Configuration menu - View commit details
-
Copy full SHA for 6bc4fe6 - Browse repository at this point
Copy the full SHA 6bc4fe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e326669 - Browse repository at this point
Copy the full SHA e326669View commit details
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.11.17...0.11.18