uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
In a message like ``` ❯ echo "numpy>2" | uv pip compile -p 3.8 - × No solution found when resolving dependencies: ╰─▶ Because the requested Python version (>=3.8.0) does...
It makes more sense to say "cannot be used" rather than "is incompatible" when the term is a single package
Part of https://github.com/astral-sh/uv/issues/9886 Technically could affect other redundant clauses, but that does not appear to be the case in practice.
Closes https://github.com/astral-sh/uv/issues/9958
For example, `uv venv` will happily clear the current virtual environment. This is most notably an issue when `uv` is installed in that environment.
Hi, I may be doing something wrong here but i was expecting this to work. (build sdist with uv backend, then install it with pip) ``` $ cat pyproject.toml [project]...
We were not copying the license file from a pre-PEP 639 declaration to the source distribution. Fixes #9947
Is it possible (maybe add it as future improvement) to add an option to generate an `uv.lock` file which won't include the Development dependencies? Something similar to the `--no-dev` option,...
Hi, excited to try out the new build backend and happened to be looking at scripts data: ``` $ cat pyproject.toml [project] name = "test-uv-build-backend" version = "0.1.0" description =...
it not work how ever put it in package or project it still not work - dep: alembic sqlachemy - project type:( monorepo )