[PR #1954] [MERGED] chore: support api_version in CLI #1868

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1954
Author: @hinthornw
Created: 2/10/2026
Status: Merged
Merged: 2/11/2026
Merged by: @christian-bromann

Base: mainHead: wfh/respect_version


📝 Commits (4)

📊 Changes

4 files changed (+295 additions, -7 deletions)

View changed files

.changeset/support-api-version.md (+5 -0)
📝 libs/langgraph-cli/src/docker/docker.mts (+17 -7)
📝 libs/langgraph-cli/src/utils/config.mts (+22 -0)
📝 libs/langgraph-cli/tests/config.test.mts (+251 -0)

📄 Description

Support version pinning.


🔄 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/langgraphjs/pull/1954 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `wfh/respect_version` --- ### 📝 Commits (4) - [`1d4ffa6`](https://github.com/langchain-ai/langgraphjs/commit/1d4ffa60f761734708ada056f3cd575b9ec2d0fc) feat: Support api_version - [`774da86`](https://github.com/langchain-ai/langgraphjs/commit/774da86ba28800c55b53b0620f66c50ee327cce7) changeset - [`b8ddeb6`](https://github.com/langchain-ai/langgraphjs/commit/b8ddeb6d7ce6b2adadb96aa29121e1959113c629) chore: auto sync constraints - [`79f4289`](https://github.com/langchain-ai/langgraphjs/commit/79f4289c2be712658794aa649e3095aaf620b9d5) fmt ### 📊 Changes **4 files changed** (+295 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/support-api-version.md` (+5 -0) 📝 `libs/langgraph-cli/src/docker/docker.mts` (+17 -7) 📝 `libs/langgraph-cli/src/utils/config.mts` (+22 -0) 📝 `libs/langgraph-cli/tests/config.test.mts` (+251 -0) </details> ### 📄 Description Support version pinning. --- <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-15 20:17:07 -05:00
yindo closed this issue 2026-02-15 20:17:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1868