From 03b1f4277b323e2b01d086e3f984d4a5702da078 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:41:44 +0000 Subject: [PATCH] fix(deps): update langchain --- package-lock.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2210659e..e668948a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3716,9 +3716,9 @@ } }, "node_modules/@langchain/community": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.25.tgz", - "integrity": "sha512-M3nP5Q/BV2s6yEEYi8pj+6WEga/4nZSRWv0quf29E3USKr7AUU5jxB7+sCAW7ZnTWxeGYUhgX+SZFBKF1MNPgw==", + "version": "0.3.26", + "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.26.tgz", + "integrity": "sha512-aZjB2lMuHAeEEkM38GFYxUpTBA319GtGsO6t8+KxjsXzkxhwL/nJvEjCoTmoYkAEMI9u6NYksr8D0Urw+Oq27g==", "license": "MIT", "dependencies": { "@langchain/openai": ">=0.2.0 <0.4.0", @@ -3727,7 +3727,7 @@ "flat": "^5.0.2", "js-yaml": "^4.1.0", "langchain": ">=0.2.3 <0.3.0 || >=0.3.4 <0.4.0", - "langsmith": "^0.2.8", + "langsmith": ">=0.2.8 <0.4.0", "uuid": "^10.0.0", "zod": "^3.22.3", "zod-to-json-schema": "^3.22.5" @@ -4230,9 +4230,9 @@ } }, "node_modules/@langchain/core": { - "version": "0.3.31", - "resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.3.31.tgz", - "integrity": "sha512-Fjy8gdaFjGuAW7+ug1XfQYJR3fyWPpWyydPXOhXfjnThaMnHfhIg9kzA3W7DxiMLgAC2fQsAqyxGJVXajV/07A==", + "version": "0.3.32", + "resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.3.32.tgz", + "integrity": "sha512-QesrB7qPrvdIKgCL6/hfa1e7+5dCCgunN5nRGvr0LYWEVuLBrUd93PDvpPP9Fk43+HZnS16adTCYOwX0Jad5Bw==", "license": "MIT", "dependencies": { "@cfworker/json-schema": "^4.0.2", @@ -4240,7 +4240,7 @@ "camelcase": "6", "decamelize": "1.2.0", "js-tiktoken": "^1.0.12", - "langsmith": "^0.2.8", + "langsmith": ">=0.2.8 <0.4.0", "mustache": "^4.2.0", "p-queue": "^6.6.2", "p-retry": "4", @@ -13926,9 +13926,9 @@ } }, "node_modules/langchain": { - "version": "0.3.11", - "resolved": "https://registry.npmjs.org/langchain/-/langchain-0.3.11.tgz", - "integrity": "sha512-PgAG4ZLeuSRkKsyf98cmWGdwKv3I1hOFC8a4fr7e+bm7E+F6Fx6xUkgbuC78ff0N/Cjs5BBryZIFMrqoKPqsvg==", + "version": "0.3.12", + "resolved": "https://registry.npmjs.org/langchain/-/langchain-0.3.12.tgz", + "integrity": "sha512-BjdQ/f/66W05L8nRgX74bf5QvJIphpg+K5ZTmQwGE8Gk3umtzHp8T4YIRFYjvTxU4XQrGXOgWk1Y9rk5uBbjKA==", "license": "MIT", "dependencies": { "@langchain/openai": ">=0.1.0 <0.4.0", @@ -13936,7 +13936,7 @@ "js-tiktoken": "^1.0.12", "js-yaml": "^4.1.0", "jsonpointer": "^5.0.1", - "langsmith": "^0.2.8", + "langsmith": ">=0.2.8 <0.4.0", "openapi-types": "^12.1.3", "p-retry": "4", "uuid": "^10.0.0",