From 2b479780295ba739b2a9250cca9504161811a769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:25:26 +0000 Subject: [PATCH] chore(deps-dev): bump langchain from 0.2.18 to 0.2.20 Bumps [langchain](https://github.com/langchain-ai/langchainjs) from 0.2.18 to 0.2.20. - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/commits) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 ++++++++----------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3295204..fd96658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "esbuild-plugin-umd-wrapper": "3.0.0", "eslint": "8.57.0", "eslint-plugin-react-hooks": "4.6.2", - "langchain": "0.2.18", + "langchain": "0.2.20", "mocha": "10.7.3", "npm-run-all": "4.1.5", "react": "17.0.2", @@ -9154,11 +9154,10 @@ } }, "node_modules/langchain": { - "version": "0.2.18", - "resolved": "https://registry.npmjs.org/langchain/-/langchain-0.2.18.tgz", - "integrity": "sha512-7+5Y2FsdjlUBKJf1N+MyHn1PrGZQ9m87l3du7IeH4RiQp4j8Bz7mGV+Bjhr8FEXFjo85zLrbnpsN87pZCstubA==", + "version": "0.2.20", + "resolved": "https://registry.npmjs.org/langchain/-/langchain-0.2.20.tgz", + "integrity": "sha512-tbels6Rr524iMM3VOQ4aTGnEOOjAA1BQuBR8u/8gJ2yT48lMtIQRAN32Y4KVjKK+hEWxHHlmLBrtgLpTphFjNA==", "dev": true, - "license": "MIT", "dependencies": { "@langchain/core": ">=0.2.21 <0.3.0", "@langchain/openai": ">=0.1.0 <0.3.0", @@ -9167,7 +9166,7 @@ "js-tiktoken": "^1.0.12", "js-yaml": "^4.1.0", "jsonpointer": "^5.0.1", - "langsmith": "~0.1.40", + "langsmith": "^0.1.56-rc.1", "openapi-types": "^12.1.3", "p-retry": "4", "uuid": "^10.0.0", @@ -9191,7 +9190,6 @@ "@langchain/anthropic": "*", "@langchain/aws": "*", "@langchain/cohere": "*", - "@langchain/community": "*", "@langchain/google-genai": "*", "@langchain/google-vertexai": "*", "@langchain/groq": "*", @@ -9275,9 +9273,6 @@ "@langchain/cohere": { "optional": true }, - "@langchain/community": { - "optional": true - }, "@langchain/google-genai": { "optional": true }, @@ -9423,17 +9418,15 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", "dev": true, - "license": "MIT", "engines": { "node": ">=14" } }, "node_modules/langchain/node_modules/langsmith": { - "version": "0.1.48", - "resolved": "https://registry.npmjs.org/langsmith/-/langsmith-0.1.48.tgz", - "integrity": "sha512-lh98dZeShVPG1VzENpbjFWiburyYpChsO7nehGwxuqQ5/E1BBFKpsDCxLTcgXYpgWFPJxRvMqq7bLeq/txjakw==", + "version": "0.1.68", + "resolved": "https://registry.npmjs.org/langsmith/-/langsmith-0.1.68.tgz", + "integrity": "sha512-otmiysWtVAqzMx3CJ4PrtUBhWRG5Co8Z4o7hSZENPjlit9/j3/vm3TSvbaxpDYakZxtMjhkcJTqrdYFipISEiQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/uuid": "^10.0.0", "commander": "^10.0.1", @@ -9443,17 +9436,9 @@ "uuid": "^10.0.0" }, "peerDependencies": { - "@langchain/core": "*", - "langchain": "*", "openai": "*" }, "peerDependenciesMeta": { - "@langchain/core": { - "optional": true - }, - "langchain": { - "optional": true - }, "openai": { "optional": true } diff --git a/package.json b/package.json index 216453c..26a4077 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "esbuild-plugin-umd-wrapper": "3.0.0", "eslint": "8.57.0", "eslint-plugin-react-hooks": "4.6.2", - "langchain": "0.2.18", + "langchain": "0.2.20", "mocha": "10.7.3", "npm-run-all": "4.1.5", "react": "17.0.2",