Files
langgraph/libs
Elior Nataf Lackritz 5854de5dc5 fix(cli): restrict member manifest copies to the dependency closure
Copying a manifest for every discovered member reached for paths that
.dockerignore may have removed from the build context, so a workspace with an
ignored member outside the closure failed with 'failed to compute cache key'.

uv only needs the target's manifest and those of its workspace dependencies to
resolve --package, so the closure is sufficient. It is also the set whose
sources are already copied and already validated against the ignore spec.
2026-08-14 12:38:06 -04:00
..
2026-08-11 09:55:59 -04:00