Skip to content

Add --exact flag to uv run#10198

Merged
charliermarsh merged 1 commit intomainfrom
charlie/exact
Dec 27, 2024
Merged

Add --exact flag to uv run#10198
charliermarsh merged 1 commit intomainfrom
charlie/exact

Conversation

@charliermarsh
Copy link
Member

Summary

uv run --exact will remove any unnecessary packages prior to running the given command. (By default, uv run uses "inexact" semantics.)

Closes #7838.

@charliermarsh charliermarsh added enhancement New feature or improvement to existing functionality cli Related to the command line interface labels Dec 27, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) December 27, 2024 16:36
@charliermarsh charliermarsh merged commit 49a2b6f into main Dec 27, 2024
@charliermarsh charliermarsh deleted the charlie/exact branch December 27, 2024 16:43
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jan 4, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [astral-sh/uv](https://github.com/astral-sh/uv) | patch | `0.5.13` -> `0.5.14` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>astral-sh/uv (astral-sh/uv)</summary>

### [`v0.5.14`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0514)

[Compare Source](astral-sh/uv@0.5.13...0.5.14)

##### Enhancements

-   Add `--exact` flag to `uv run` ([#&#8203;10198](astral-sh/uv#10198))
-   Add `--outdated` support to `uv pip tree` ([#&#8203;10199](astral-sh/uv#10199))
-   Add a required version setting to uv ([#&#8203;10248](astral-sh/uv#10248))
-   Add loongarch64 to supported Python platform tags ([#&#8203;10223](astral-sh/uv#10223))
-   Add manylinux2014 aliases for `--python-platform` ([#&#8203;10217](astral-sh/uv#10217))
-   Add support for Python interpreters on ARMv5TE platforms ([#&#8203;10234](astral-sh/uv#10234))
-   Add support for optional `--description` in `uv init` ([#&#8203;10209](astral-sh/uv#10209))
-   Ignore empty or missing hrefs in Simple HTML ([#&#8203;10276](astral-sh/uv#10276))
-   Patch pkgconfig files after Python install ([#&#8203;10189](astral-sh/uv#10189))

##### Performance

-   Actually use jemalloc as alternative allocator ([#&#8203;10269](astral-sh/uv#10269))
-   Parse URLs lazily in resolver ([#&#8203;10259](astral-sh/uv#10259))
-   Use `BTreeMap::range` to avoid iterating over unnecessary versions ([#&#8203;10266](astral-sh/uv#10266))

##### Bug fixes

-   Accept directories with space names in `uv init` ([#&#8203;10246](astral-sh/uv#10246))
-   Avoid forking on version in non-universal resolutions ([#&#8203;10274](astral-sh/uv#10274))
-   Avoid stripping query parameters from URLs ([#&#8203;10253](astral-sh/uv#10253))
-   Consider workspace dependencies to be 'direct' ([#&#8203;10197](astral-sh/uv#10197))
-   Detect cyclic dependencies during builds ([#&#8203;10258](astral-sh/uv#10258))
-   Guard against self-deletion in `uv venv` and `uv tool` ([#&#8203;10206](astral-sh/uv#10206))
-   Respect static metadata for already-installed distributions ([#&#8203;10242](astral-sh/uv#10242))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45MC4yIiwidXBkYXRlZEluVmVyIjoiMzkuOTAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli Related to the command line interface enhancement New feature or improvement to existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Workspace dependencies are not fully synced before run

1 participant