[PR #1763] [MERGED] fix(api): remove pin to Zod 3 when consuming langgraph-api / cli or ui #1708

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1763
Author: @dqbd
Created: 10/27/2025
Status: Merged
Merged: 10/27/2025
Merged by: @dqbd

Base: mainHead: dqbd/zod-4-api-fix


📝 Commits (2)

  • 43c4ca4 fix(api): remove pin to Zod 3 when consuming langgraph-api / cli or ui
  • 46e9131 Add changeset

📊 Changes

18 files changed (+26 additions, -19 deletions)

View changed files

.changeset/tall-onions-fry.md (+7 -0)
📝 libs/langgraph-api/package.json (+1 -1)
📝 libs/langgraph-api/src/api/assistants.mts (+1 -1)
📝 libs/langgraph-api/src/api/runs.mts (+1 -1)
📝 libs/langgraph-api/src/api/threads.mts (+1 -1)
📝 libs/langgraph-api/src/experimental/embed.mts (+1 -1)
📝 libs/langgraph-api/src/graph/load.mts (+1 -1)
📝 libs/langgraph-api/src/schemas.mts (+1 -1)
📝 libs/langgraph-api/src/server.mts (+1 -1)
📝 libs/langgraph-api/src/ui/load.mts (+1 -1)
📝 libs/langgraph-api/src/utils/runnableConfig.mts (+1 -1)
📝 libs/langgraph-cli/package.json (+1 -1)
📝 libs/langgraph-cli/src/cli/dev.mts (+1 -1)
📝 libs/langgraph-cli/src/docker/compose.mts (+1 -1)
📝 libs/langgraph-cli/src/utils/config.mts (+1 -1)
📝 libs/langgraph-ui/package.json (+1 -1)
📝 libs/langgraph-ui/src/api.mts (+1 -1)
📝 yarn.lock (+3 -3)

📄 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/langgraphjs/pull/1763 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 10/27/2025 **Status:** ✅ Merged **Merged:** 10/27/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/zod-4-api-fix` --- ### 📝 Commits (2) - [`43c4ca4`](https://github.com/langchain-ai/langgraphjs/commit/43c4ca413a6465121a770e98172a4c39baafbc46) fix(api): remove pin to Zod 3 when consuming langgraph-api / cli or ui - [`46e9131`](https://github.com/langchain-ai/langgraphjs/commit/46e9131499b4af3f5e3c8b5d5436b8ae6cce9419) Add changeset ### 📊 Changes **18 files changed** (+26 additions, -19 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/tall-onions-fry.md` (+7 -0) 📝 `libs/langgraph-api/package.json` (+1 -1) 📝 `libs/langgraph-api/src/api/assistants.mts` (+1 -1) 📝 `libs/langgraph-api/src/api/runs.mts` (+1 -1) 📝 `libs/langgraph-api/src/api/threads.mts` (+1 -1) 📝 `libs/langgraph-api/src/experimental/embed.mts` (+1 -1) 📝 `libs/langgraph-api/src/graph/load.mts` (+1 -1) 📝 `libs/langgraph-api/src/schemas.mts` (+1 -1) 📝 `libs/langgraph-api/src/server.mts` (+1 -1) 📝 `libs/langgraph-api/src/ui/load.mts` (+1 -1) 📝 `libs/langgraph-api/src/utils/runnableConfig.mts` (+1 -1) 📝 `libs/langgraph-cli/package.json` (+1 -1) 📝 `libs/langgraph-cli/src/cli/dev.mts` (+1 -1) 📝 `libs/langgraph-cli/src/docker/compose.mts` (+1 -1) 📝 `libs/langgraph-cli/src/utils/config.mts` (+1 -1) 📝 `libs/langgraph-ui/package.json` (+1 -1) 📝 `libs/langgraph-ui/src/api.mts` (+1 -1) 📝 `yarn.lock` (+3 -3) </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-15 20:16:35 -05:00
yindo closed this issue 2026-02-15 20:16:35 -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#1708