Chris Rodrigue

Results 7 issues of Chris Rodrigue

`uv` is in a prime position to be able to emit an SBOM that reflects the state of the current `uv`-managed virtual environment. [SBOM](https://www.cisa.gov/sbom) requirements supercede any existing PEP. [Executive...

I have previously floated the idea of `uv` defining/providing its own backend (see #3957) since the standard library does not provide this critical capability. I think that `hatchling` is a...

Greetings `uv` team and congratulations on the release of `0.3`! I would like to present a rather vexing issue when it comes to project management. As you may know, Anaconda...

This issue is an extension of #6298 (version bumping) for related enhancements. Combining into one issue so as not to inundate the team (but can split into multiple issues if...

wish
projects

uv is a fantastic tool that is ahead of its time. In the same vein as ruff, it is bundling many capabilities that Python developers need into a single tool....

enhancement

When running `uv venv`, the user may specify the options `--system-site-packages` and `--relocatable`. These values persist in `.venv/pyenv.cfg` as shown: ```txt home = C:\WinPython\python-3.12.4.amd64 implementation = CPython uv = 0.2.33...

configuration

## Summary This introduces an ultra-minimal uv API and the concept of Tasks. ### uv API The intent of the uv API is to provide the ability to use uv...