[PR #1080] [MERGED] cli: Fix crash when subprocess has a very long stdout/stderr line #1873

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1080
Author: @nfcampos
Created: 7/21/2024
Status: Merged
Merged: 7/22/2024
Merged by: @nfcampos

Base: mainHead: nc/21jul/cli-stdout-overrun


📝 Commits (2)

  • b81612c cli: Fix crash when subprocess has a very long stdout/stderr line
  • 34407d9 Update exec.py

📊 Changes

2 files changed (+27 additions, -6 deletions)

View changed files

📝 libs/cli/langgraph_cli/exec.py (+26 -5)
📝 libs/cli/tests/unit_tests/test_config.json (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/1080 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 7/21/2024 **Status:** ✅ Merged **Merged:** 7/22/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/21jul/cli-stdout-overrun` --- ### 📝 Commits (2) - [`b81612c`](https://github.com/langchain-ai/langgraph/commit/b81612c292fff0c466c567aa3c297e70e1f4dded) cli: Fix crash when subprocess has a very long stdout/stderr line - [`34407d9`](https://github.com/langchain-ai/langgraph/commit/34407d9de135733d8cbac37f7244212bfb54872e) Update exec.py ### 📊 Changes **2 files changed** (+27 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `libs/cli/langgraph_cli/exec.py` (+26 -5) 📝 `libs/cli/tests/unit_tests/test_config.json` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:45:45 -05:00
yindo closed this issue 2026-02-20 17:45:45 -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#1873