mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-14 20:39: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. |
||
---|---|---|
.. | ||
build.md | ||
config.md | ||
dependencies.md | ||
index.md | ||
init.md | ||
layout.md | ||
run.md | ||
sync.md | ||
workspaces.md |