[PR #3472] cli: Add support for dependencies in parent directories #3303

Closed
opened 2026-02-20 17:48:23 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/3472

State: closed
Merged: Yes


  • Now supporting local dependencies in directories that are not contained in the docker context (ie. outside the folder containing langgraph.json)
  • This is achieved by passing each parent directorty as an additional context to docker build
  • This makes it a lot easier to build projects contained in monorepos where you need to include some sibling/parent folder as a dependency
  • Also include additional comments in the generated dockerfile to delimit each section
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/3472 **State:** closed **Merged:** Yes --- - Now supporting local dependencies in directories that are not contained in the docker context (ie. outside the folder containing langgraph.json) - This is achieved by passing each parent directorty as an additional context to docker build - This makes it a lot easier to build projects contained in monorepos where you need to include some sibling/parent folder as a dependency - Also include additional comments in the generated dockerfile to delimit each section
yindo added the pull-request label 2026-02-20 17:48:23 -05:00
yindo closed this issue 2026-02-20 17:48:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#3303