[PR #831] [MERGED] cli: Make base image configurable in build command #1713

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/831
Author: @nfcampos
Created: 6/26/2024
Status: Merged
Merged: 6/26/2024
Merged by: @nfcampos

Base: mainHead: nc/26jun/cli-configurable-base-image


📝 Commits (3)

📊 Changes

3 files changed (+37 additions, -115 deletions)

View changed files

📝 libs/cli/langgraph_cli/cli.py (+13 -107)
📝 libs/cli/langgraph_cli/config.py (+4 -3)
📝 libs/cli/tests/unit_tests/test_config.py (+20 -5)

📄 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/831 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 6/26/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/26jun/cli-configurable-base-image` --- ### 📝 Commits (3) - [`9b2a2ee`](https://github.com/langchain-ai/langgraph/commit/9b2a2eeb89c1934411351eaf9094aa8b1af2008f) cli: Make base image configurable in build command - [`e90e2d2`](https://github.com/langchain-ai/langgraph/commit/e90e2d2bc6d96e2bcd509ddf67497c2bf702c228) Lint - [`e525a77`](https://github.com/langchain-ai/langgraph/commit/e525a77cd0ae0541223e2327445af2c717c987e6) Fix ### 📊 Changes **3 files changed** (+37 additions, -115 deletions) <details> <summary>View changed files</summary> 📝 `libs/cli/langgraph_cli/cli.py` (+13 -107) 📝 `libs/cli/langgraph_cli/config.py` (+4 -3) 📝 `libs/cli/tests/unit_tests/test_config.py` (+20 -5) </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:23 -05:00
yindo closed this issue 2026-02-20 17:45: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#1713