[PR #5817] fix: normalize Windows paths to POSIX-style in dependency resolution … #4665

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

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

State: closed
Merged: No


Description:
This PR addresses issue #5815 by ensuring Windows-style paths () are properly normalized to POSIX-style (/) when resolving local dependencies in langgraph_cli/config.py. This improves compatibility when running the CLI on Windows systems, avoiding silent failures in dependency detection.

Issue:
Closes #5815

Dependencies:
No additional dependencies introduced.

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/5817 **State:** closed **Merged:** No --- Description: This PR addresses issue [#5815 ](https://github.com/langchain-ai/langgraph/issues/12081) by ensuring Windows-style paths (\) are properly normalized to POSIX-style (/) when resolving local dependencies in langgraph_cli/config.py. This improves compatibility when running the CLI on Windows systems, avoiding silent failures in dependency detection. Issue: Closes #5815 Dependencies: No additional dependencies introduced.
yindo added the pull-request label 2026-02-20 17:50:33 -05:00
yindo closed this issue 2026-02-20 17:50:33 -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#4665