From 789393166cbb3303e47e4b354337cda0ea8823c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 18:49:06 +0000 Subject: [PATCH] fix(deps): update langchain --- package-lock.json | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3154ed7..53a6d45f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4230,9 +4230,9 @@ } }, "node_modules/@langchain/core": { - "version": "0.3.36", - "resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.3.36.tgz", - "integrity": "sha512-lOS6f5o2MarjGPomHPhzde9xI3lZW2NIOEdCv0dvjb1ZChWhwXWHtAMHSZmuSB53ySzDWAMkimimHd+Yqz5MwQ==", + "version": "0.3.37", + "resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.3.37.tgz", + "integrity": "sha512-LFk9GqHxcyCFx0oXvCBP7vDZIOUHYzzNU7JR+2ofIMnfkBLzcCKzBLySQDfPtd13PrpGHkaeOeLq8H1Tqi9lSw==", "license": "MIT", "dependencies": { "@cfworker/json-schema": "^4.0.2", @@ -4265,12 +4265,12 @@ } }, "node_modules/@langchain/langgraph": { - "version": "0.2.41", - "resolved": "https://registry.npmjs.org/@langchain/langgraph/-/langgraph-0.2.41.tgz", - "integrity": "sha512-NeNizWP4k9voEwJxuFtfopF02Lx1isuEsdZKYCN3ueJpOnkVg0iGx8woPBsQpYcrWcySkIt3zOkgtUsrNHqo3g==", + "version": "0.2.43", + "resolved": "https://registry.npmjs.org/@langchain/langgraph/-/langgraph-0.2.43.tgz", + "integrity": "sha512-uhdbzm3psUIEqxQUQPXeafLC5dxTzALrVGRnnGZi9gt0qlDueRfopZoh7uWJy+Zol+yN/E2mM3M6ZztSsfUEuQ==", "license": "MIT", "dependencies": { - "@langchain/langgraph-checkpoint": "~0.0.13", + "@langchain/langgraph-checkpoint": "~0.0.14", "@langchain/langgraph-sdk": "~0.0.32", "uuid": "^10.0.0", "zod": "^3.23.8" @@ -4283,9 +4283,9 @@ } }, "node_modules/@langchain/langgraph-checkpoint": { - "version": "0.0.13", - "resolved": "https://registry.npmjs.org/@langchain/langgraph-checkpoint/-/langgraph-checkpoint-0.0.13.tgz", - "integrity": "sha512-amdmBcNT8a9xP2VwcEWxqArng4gtRDcnVyVI4DsQIo1Aaz8e8+hH17zSwrUF3pt1pIYztngIfYnBOim31mtKMg==", + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@langchain/langgraph-checkpoint/-/langgraph-checkpoint-0.0.14.tgz", + "integrity": "sha512-UoJc1IZqtnn+AiRhygo1yjNZiXTwdOY6NSb7yrXrN96CAW3LPu8cFe7VihKg5OBv9qaGz1GCvnrNdNAB48HuKQ==", "license": "MIT", "dependencies": { "uuid": "^10.0.0" @@ -13926,9 +13926,9 @@ } }, "node_modules/langchain": { - "version": "0.3.13", - "resolved": "https://registry.npmjs.org/langchain/-/langchain-0.3.13.tgz", - "integrity": "sha512-QIQocx2goCBMgCw+hXjDiCW/5P/Q4HbNjaGEbG2FPHzFl48aw36GJvcyEbg91GqjhyH+lsIlYIWMcdDqn5Z5Lw==", + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/langchain/-/langchain-0.3.14.tgz", + "integrity": "sha512-U6NpGSQP/R/RfZFin6OOxFYgLNAwtfgKEWKxT3whw2LIDUnjXrgbulkS5R5iXIU8V10kAXhDvj+FyEUI8C4U6Q==", "license": "MIT", "dependencies": { "@langchain/openai": ">=0.1.0 <0.5.0", @@ -13953,6 +13953,7 @@ "@langchain/cerebras": "*", "@langchain/cohere": "*", "@langchain/core": ">=0.2.21 <0.4.0", + "@langchain/deepseek": "*", "@langchain/google-genai": "*", "@langchain/google-vertexai": "*", "@langchain/google-vertexai-web": "*", @@ -13978,6 +13979,9 @@ "@langchain/cohere": { "optional": true }, + "@langchain/deepseek": { + "optional": true + }, "@langchain/google-genai": { "optional": true },