-
```
~ $ uv --version
uv 0.5.1 (Homebrew 2024-11-08)
```
When I run `uv run --python 3.13 python` then Python 3.13.0rc2 is started. Why it is still using the release candidate?
```
~ $ uv pyt…
-
With pip you can create custom config per venv (custom index-url etc) with pip.conf files. I think it's impossible with uv as it doesn't look for the `uv.toml` file within the active venv.
This…
-
**Describe the bug**
When I create `uv` `hatch`-backed project and install it, all modules within the regular package structure (ie. within the `project` directory) install as `editable`. However, al…
-
I typed:
```
> uv python remove cpython-3.13.0-macos-aarch64-none
error: unrecognized subcommand 'remove'
tip: a similar subcommand exists: 'uv pip uninstall'
```
I'd expect that the "si…
-
## REQUIRED: Describe the bug
Having an operating Germicical Lights (of both variant) causes the game to crash
## Steps To Reproduce
Constructing the UV Lamps does not cause crash. However, afte…
-
I think python dev headers are now missing when uv installs venv; repro (start from ubuntu 22.04):
confirmed on uv==0.5.0 and 0.5.4, not tested on other versions
```
export $VIRTUAL_ENV=/tmp/.ven…
-
Hello,
I noticed that `uv` treats the environment variables `UV_TOOL_DIR` and `UV_TOOL_BIN_DIR` differently when they exist, but are set to blank values. I was trying to make a devcontainer with so…
-
I see in my self-hosted Github runner that uv is downloaded over and over again.
Is it possible cache the uv installation itself, so it does not have to be downloaded again?
-
When creating a workspace with multiple sub project, the cache for subdirectories does not work as expected.
## uv version
```
0.5.3
```
## Prerequisites
For example, when running the fo…
-
Currently (version 0.5.4), `uv` ignores `tool.uv.sources` if a package is not a direct dependency (i.e. listed in the project's `pyproject.toml`). I think `tool.uv.sources` should apply for all depend…