[PR #1285] [MERGED] patch(langgraph): fix missing zod export #1353

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1285
Author: @hntrl
Created: 6/13/2025
Status: Merged
Merged: 6/13/2025
Merged by: @hntrl

Base: mainHead: hunter/fix/missing-zod-export


📝 Commits (2)

  • 3820507 fix(langgraph): export all zod utilities
  • 91ad3dd chore: add zod environment test

📊 Changes

5 files changed (+93 additions, -7 deletions)

View changed files

📝 environment_tests/test-exports-tsc/package.json (+7 -4)
📝 environment_tests/test-exports-tsc/src/main.ts (+6 -1)
environment_tests/test-exports-tsc/src/zod.ts (+65 -0)
environment_tests/test-exports-tsc/tsconfig.json (+13 -0)
📝 libs/langgraph/src/graph/zod/index.ts (+2 -2)

📄 Description

cc @bracesproul


🔄 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/1285 **Author:** [@hntrl](https://github.com/hntrl) **Created:** 6/13/2025 **Status:** ✅ Merged **Merged:** 6/13/2025 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `hunter/fix/missing-zod-export` --- ### 📝 Commits (2) - [`3820507`](https://github.com/langchain-ai/langgraphjs/commit/3820507780fa0551d6d88f891cf96ea0037f36b9) fix(langgraph): export all zod utilities - [`91ad3dd`](https://github.com/langchain-ai/langgraphjs/commit/91ad3dd150e292e4e06b48fec83d2d6c23d46156) chore: add zod environment test ### 📊 Changes **5 files changed** (+93 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `environment_tests/test-exports-tsc/package.json` (+7 -4) 📝 `environment_tests/test-exports-tsc/src/main.ts` (+6 -1) ➕ `environment_tests/test-exports-tsc/src/zod.ts` (+65 -0) ➕ `environment_tests/test-exports-tsc/tsconfig.json` (+13 -0) 📝 `libs/langgraph/src/graph/zod/index.ts` (+2 -2) </details> ### 📄 Description cc @bracesproul --- <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:15:24 -05:00
yindo closed this issue 2026-02-15 20:15:24 -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#1353