Files
langgraph/libs
Elior Nataf Lackritz 8d1acadbc9 fix(cli): copy workspace member manifests into the uv export stage
`uv export --package <member>` resolves a member by reading that member's own
pyproject.toml. The export stage copied only the workspace root's
pyproject.toml and uv.lock, so the root named the member but nothing on disk
defined it, and every workspace-member build failed with:

    error: The workspace does not have a member <name>

This is not hypothetical: uv-examples/monorepo fails this way, and the
integration job that builds it has been red.

Copy each member's manifest at its relative path alongside the lockfile. Only
the manifests, since member sources are copied later per member. Single-package
projects are unaffected, as they have no members beyond the root and emit no
extra COPY lines.
2026-08-14 12:26:51 -04:00
..
2026-08-11 09:55:59 -04:00