We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uv add
pyproject.toml
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy $ uv -vv add --optional foo pyright 0.006241s DEBUG uv uv 0.4.0 0.006540s DEBUG uv_workspace::workspace Found project root: `/home/metaist/github.com/ds` 0.007855s DEBUG uv_workspace::workspace No workspace root found, using project root 0.008276s DEBUG uv::commands::project The virtual environment's Python version satisfies `Python >=3.8` uv_requirements::specification::from_source source=pyright uv_client::linehaul::linehaul 0.009417s DEBUG uv_client::base_client Using request timeout of 30s uv_resolver::flat_index::from_entries error: Dependencies in `pyproject.toml` are malformed
Here's the pyproject.toml.
Interestingly, if I run uv add pyright or uv add --dev pyright it works just fine.
uv add pyright
uv add --dev pyright
The text was updated successfully, but these errors were encountered:
Thanks! Will take a look.
Sorry, something went wrong.
uv remove
Support inline optional tables in uv add and uv remove (#6787)
933d4ef
## Summary Closes #6785.
charliermarsh
Successfully merging a pull request may close this issue.
Here's the
pyproject.toml
.Interestingly, if I run
uv add pyright
oruv add --dev pyright
it works just fine.The text was updated successfully, but these errors were encountered: