From 110984b48f8f668c343e716929ebe4506611c57f Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Thu, 10 Jul 2025 20:41:38 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20chore:=20Bump=20`@librechat/agen?= =?UTF-8?q?ts`=20to=20v2.4.58=20(#8386)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/package.json | 2 +- package-lock.json | 10 +++++----- packages/api/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/package.json b/api/package.json index 25cde9205..9d5eace50 100644 --- a/api/package.json +++ b/api/package.json @@ -48,7 +48,7 @@ "@langchain/google-genai": "^0.2.13", "@langchain/google-vertexai": "^0.2.13", "@langchain/textsplitters": "^0.1.0", - "@librechat/agents": "^2.4.56", + "@librechat/agents": "^2.4.58", "@librechat/api": "*", "@librechat/data-schemas": "*", "@node-saml/passport-saml": "^5.0.0", diff --git a/package-lock.json b/package-lock.json index b21c01836..55bb1b110 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "@langchain/google-genai": "^0.2.13", "@langchain/google-vertexai": "^0.2.13", "@langchain/textsplitters": "^0.1.0", - "@librechat/agents": "^2.4.56", + "@librechat/agents": "^2.4.58", "@librechat/api": "*", "@librechat/data-schemas": "*", "@node-saml/passport-saml": "^5.0.0", @@ -19343,9 +19343,9 @@ } }, "node_modules/@librechat/agents": { - "version": "2.4.56", - "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-2.4.56.tgz", - "integrity": "sha512-LABHXnKyRawlzsXjdMKgPhVICapIoFcvqSTU4dmlB2C2/jzOehfmkFZQwvBhaIhx71obMJNUq7eJu1cftVnp4Q==", + "version": "2.4.58", + "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-2.4.58.tgz", + "integrity": "sha512-vQo1CE3Ea3qsPZByNwUhBkCwb4A3SrVoz0PmDdNWVQLZjPpxP2hPYB6wQ0GwUyfSVhgKZikw4/y8/RCW57Folg==", "license": "MIT", "dependencies": { "@langchain/anthropic": "^0.3.24", @@ -46494,7 +46494,7 @@ "typescript": "^5.0.4" }, "peerDependencies": { - "@librechat/agents": "^2.4.56", + "@librechat/agents": "^2.4.58", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.13.3", "axios": "^1.8.2", diff --git a/packages/api/package.json b/packages/api/package.json index d972e6a9b..cb292a14f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -69,7 +69,7 @@ "registry": "https://registry.npmjs.org/" }, "peerDependencies": { - "@librechat/agents": "^2.4.56", + "@librechat/agents": "^2.4.58", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.13.3", "axios": "^1.8.2",