[PR #2605] [CLOSED] chore: bumped langchain version #4044

Closed
opened 2026-02-22 18:35:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2605
Author: @MennoHerbrink
Created: 11/8/2024
Status: Closed

Base: masterHead: 2604-chore-bump-langchain


📝 Commits (2)

📊 Changes

9 files changed (+176 additions, -371 deletions)

View changed files

📝 collector/package.json (+3 -2)
📝 collector/processLink/convert/generic.js (+1 -1)
📝 collector/processSingleFile/convert/asDocx.js (+1 -1)
📝 collector/processSingleFile/convert/asEPub.js (+1 -1)
📝 collector/utils/extensions/WebsiteDepth/index.js (+1 -1)
📝 collector/yarn.lock (+50 -257)
📝 package.json (+5 -2)
📝 server/package.json (+5 -5)
📝 server/yarn.lock (+109 -101)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #2604

What is in this change?

The versions of langchain, langchain/community and langchain/core have been bumped to get rid of a security issue. Some code has been moved in the bumped versions, therefore some require statements have been changed.

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/2605 **Author:** [@MennoHerbrink](https://github.com/MennoHerbrink) **Created:** 11/8/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `2604-chore-bump-langchain` --- ### 📝 Commits (2) - [`81081ea`](https://github.com/Mintplex-Labs/anything-llm/commit/81081ea80cabc47b2acaf90e5e7f463ced1beb48) chore: bumped langchain version - [`d4cc47b`](https://github.com/Mintplex-Labs/anything-llm/commit/d4cc47ba4883e86d99f71cf8f18c601643ff358e) chore: run linter ### 📊 Changes **9 files changed** (+176 additions, -371 deletions) <details> <summary>View changed files</summary> 📝 `collector/package.json` (+3 -2) 📝 `collector/processLink/convert/generic.js` (+1 -1) 📝 `collector/processSingleFile/convert/asDocx.js` (+1 -1) 📝 `collector/processSingleFile/convert/asEPub.js` (+1 -1) 📝 `collector/utils/extensions/WebsiteDepth/index.js` (+1 -1) 📝 `collector/yarn.lock` (+50 -257) 📝 `package.json` (+5 -2) 📝 `server/package.json` (+5 -5) 📝 `server/yarn.lock` (+109 -101) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [x] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #2604 ### What is in this change? The versions of langchain, langchain/community and langchain/core have been bumped to get rid of a security issue. Some code has been moved in the bumped versions, therefore some require statements have been changed. ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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-22 18:35:01 -05:00
yindo closed this issue 2026-02-22 18:35:01 -05:00
yindo changed title from [PR #2605] chore: bumped langchain version to [PR #2605] [CLOSED] chore: bumped langchain version 2026-06-05 15:16:32 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4044