uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
I'm not quite sure on whether this is a `rye` or a `uv` issue, but it would be broadly useful to have dependabot understand rye/uv backed projects as a target...
`pip list --outdated` is also a useful feature. _Originally posted by @ismail in https://github.com/astral-sh/uv/issues/1401#issuecomment-1947899132_ Creating a separate issue for visibility, as the issue for creating the `uv pip list` command...
I'm trying out uv, together with [hatch-pip-compile](https://github.com/juftin/hatch-pip-compile) (and hatch). venv creation works fine, and speed is significantly faster, great! Except when I try to run command with created virtual env,...
## Summary Still requires... - A `reqwest-middleware` release. - A `reqwest` release. - An `async_http_range_reader` release`. For now, they're all stubbed in as Git dependencies. Closes #2814.
## Summary Is this, perhaps, not totally necessary? It doesn't show up in any fixtures beyond those that I added recently. Closes https://github.com/astral-sh/uv/issues/2846.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/astral-sh/uv). ## Awaiting Schedule The following updates are...
uv version: 0.1.29 platform: macos 14.4.1 (m1 max) Setup a simple project using the below `pyproject.toml` and `setup.py` files. With those created, observe some differences between `.venv/bin/pip install -e .`...