-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: astral-sh/uv
base: 0.7.1
head repository: astral-sh/uv
compare: 0.7.2
- 9 commits
- 19 files changed
- 4 contributors
Commits on Apr 30, 2025
-
Fix changelog indentation level (#13219)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary <!-- What's the purpose of the change? What does it do, and why? --> ## Test Plan <!-- How was it tested? -->
Configuration menu - View commit details
-
Copy full SHA for dfec52b - Browse repository at this point
Copy the full SHA dfec52bView commit details -
Fix PR links in CHANGELOG (#13220)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary <!-- What's the purpose of the change? What does it do, and why? --> I noticed a couple of broken links in the release description, so I'm fixing them here.
Configuration menu - View commit details
-
Copy full SHA for 9558a86 - Browse repository at this point
Copy the full SHA 9558a86View commit details -
Fix incorrect venv invalidation for pre-release Python versions (#13234)
Configuration menu - View commit details
-
Copy full SHA for 3a87b63 - Browse repository at this point
Copy the full SHA 3a87b63View commit details -
Respect
--projectinuv version(#13230)Previously, we were using the wrong `Workspace` discovery and would report the version of the workspace root, which would iterate up from the `--project` directory and return the workspace root (with or without a project in the root). Instead, we need `ProjectWorkspace` discovery that returns the closest project. This fixes `uv version --project <path>` where `<path>` belongs to a workspace member. Fixes #13213
Configuration menu - View commit details
-
Copy full SHA for 9ea0fdc - Browse repository at this point
Copy the full SHA 9ea0fdcView commit details -
Fix patching of
clangin managed Python sysconfig (#13237)Regressed in https://github.com/astral-sh/uv/pull/12239/files#r2069106892 because additional entries override the previous one in the mapping. Now, we can apply multiple patches in-order. Closes #13236
Configuration menu - View commit details
-
Copy full SHA for a9ab39a - Browse repository at this point
Copy the full SHA a9ab39aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e472c - Browse repository at this point
Copy the full SHA d8e472cView commit details -
Improve trace log for retryable errors (#13228)
Previously, this looked like > TRACE Considering retry of error: Error { kind: WrappedReqwestError(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("pkgs.dev.azure.com")), port: None, path: "/My-Project-Name/_packaging/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX/pypi/download/rr-config/4/rr_config-4.0.0-py3-none-any.whl", query: None, fragment: None }, WrappedReqwestError(Reqwest(reqwest::Error { kind: Status(405), url: "https://pkgs.dev.azure.com/My-Project-Name/_packaging/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX/pypi/download/rr-config/4/rr_config-4.0.0-py3-none-any.whl" }))) }Configuration menu - View commit details
-
Copy full SHA for 671d609 - Browse repository at this point
Copy the full SHA 671d609View commit details -
Configuration menu - View commit details
-
Copy full SHA for f91b4ae - Browse repository at this point
Copy the full SHA f91b4aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 481d05d - Browse repository at this point
Copy the full SHA 481d05dView 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.7.1...0.7.2