mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 21:02:37 +00:00
## Summary In https://github.com/astral-sh/uv/issues/11998, a user is attempting to vendor `pydantic-core`. But when they add `pydantic-core = { path = "src/foo/vendor/pydantic-core" } `, we're installing it as a virtual package, since `pydantic-core/pyproject.toml` contains `package = false`. This PR allows users to mark dependencies as "explicitly a package" or "explicitly not a package" (i.e., virtual), as a workaround. Closes https://github.com/astral-sh/uv/issues/11998. |
||
|---|---|---|
| .. | ||
| projects | ||
| cache.md | ||
| index.md | ||
| python-versions.md | ||
| resolution.md | ||
| tools.md | ||