[PR #395] [MERGED] fix(deepagents): bump langchain deps #423

Closed
opened 2026-06-05 17:23:01 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/395
Author: @christian-bromann
Created: 3/30/2026
Status: Merged
Merged: 3/31/2026
Merged by: @christian-bromann

Base: mainHead: cb/bump-again


📝 Commits (4)

📊 Changes

15 files changed (+126 additions, -99 deletions)

View changed files

.changeset/metal-pots-eat.md (+7 -0)
📝 evals/hitl/package.json (+1 -1)
📝 evals/subagents/package.json (+1 -1)
📝 evals/tool-usage-relational/package.json (+1 -1)
📝 examples/package.json (+4 -4)
📝 internal/eval-harness/package.json (+3 -3)
📝 libs/acp/package.json (+2 -2)
📝 libs/deepagents/package.json (+5 -5)
📝 libs/deepagents/src/agent.ts (+2 -2)
📝 libs/deepagents/src/middleware/cache.ts (+5 -0)
📝 libs/deepagents/src/middleware/fs.ts (+5 -0)
📝 libs/deepagents/src/middleware/memory.ts (+5 -0)
📝 libs/deepagents/src/middleware/summarization.ts (+5 -0)
📝 libs/providers/quickjs/package.json (+2 -2)
📝 pnpm-lock.yaml (+78 -78)

📄 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/deepagentsjs/pull/395 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 3/30/2026 **Status:** ✅ Merged **Merged:** 3/31/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/bump-again` --- ### 📝 Commits (4) - [`287fa72`](https://github.com/langchain-ai/deepagentsjs/commit/287fa724eed58b07e30769ee0900a33b8632a64b) fix(deepagents): bump langchain deps - [`2be9478`](https://github.com/langchain-ai/deepagentsjs/commit/2be947837cde32b7f1b8a719235da3813d90bb3c) formay - [`75b3858`](https://github.com/langchain-ai/deepagentsjs/commit/75b3858b67db080ca910c3113ae72d8c15868c4b) Update changeset by removing deprecated packages - [`c702782`](https://github.com/langchain-ai/deepagentsjs/commit/c702782728a28acfd3e8551750b0b28f5cd58862) fix build ### 📊 Changes **15 files changed** (+126 additions, -99 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/metal-pots-eat.md` (+7 -0) 📝 `evals/hitl/package.json` (+1 -1) 📝 `evals/subagents/package.json` (+1 -1) 📝 `evals/tool-usage-relational/package.json` (+1 -1) 📝 `examples/package.json` (+4 -4) 📝 `internal/eval-harness/package.json` (+3 -3) 📝 `libs/acp/package.json` (+2 -2) 📝 `libs/deepagents/package.json` (+5 -5) 📝 `libs/deepagents/src/agent.ts` (+2 -2) 📝 `libs/deepagents/src/middleware/cache.ts` (+5 -0) 📝 `libs/deepagents/src/middleware/fs.ts` (+5 -0) 📝 `libs/deepagents/src/middleware/memory.ts` (+5 -0) 📝 `libs/deepagents/src/middleware/summarization.ts` (+5 -0) 📝 `libs/providers/quickjs/package.json` (+2 -2) 📝 `pnpm-lock.yaml` (+78 -78) </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-06-05 17:23:01 -04:00
yindo closed this issue 2026-06-05 17:23:01 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#423