-
The Python package manager `uv` is looking extremely promising (and quite likely to supersede Poetry and Pipenv), so we should add support for it (after we add Poetry support, and once `uv`'s project …
-
After installed a package with `--file-links`, the next installation will fail because `uv` is unable to find package without file-links.
Reproduction:
```sh
uname -a
# Linux GOOSE 5.15.15…
-
I am using `uv tool install` to install some CLI tools from private index (CodeArtifact).
When new version is released, `uv tool upgrade` generally fails. I have a mechanism that refreshes Code…
-
I want to try to use uv for pypdf in CI. The main reason is that I'm curious and I want to experiment. It might be that it's just not the right fit for pypdf :-)
# Potential benefit
## Speed: -1…
-
`uv` is a great tool by astral-sh (makers of `ruff`) that can install and manage python interpreters. It would be nice if `pet` could find these interpreters.
(see: https://github.com/astral-sh/uv)
-
https://astral.sh/blog/uv
-
-
Recent versions of `uv` have not been able to `uv self update` despite being installed via the standalone installation script. I have not been able to pinpoint the issue to anything in particular on m…
-
I have a project that is making use of the `uv` workspaces feature. It has the following structure
```
.
├── pyproject.toml
├── uv.lock
├── bot/
│ └── pyproject.toml
├── api/
│ └── pypro…
-
Current uv platform: macOS 14.6.1 (23G93)
Current uv version: uv 0.4.22 (34be3af84 2024-10-15)
Hi team, first of all thank you for all the hard work on this project! Also let me know if there's …