diff --git a/package-lock.json b/package-lock.json index 8ccdf47..8ca30ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "aws-amplify": "^6.5.2", "gm": "^1.25.0", "jsonschema": "^1.4.1", - "langchain": "^0.2.12", + "langchain": "^0.2.20", "next": "14.2.10", "pdf-lib": "^1.17.1", "react": "^18", @@ -25269,9 +25269,9 @@ } }, "node_modules/langchain": { - "version": "0.2.17", - "resolved": "https://registry.npmjs.org/langchain/-/langchain-0.2.17.tgz", - "integrity": "sha512-wFn7wo+XGzqYrv3KJLmMZ1M6BHx12C3YUSASOa03rcDsBzRL5onxhKAC/g4xAIqlAHrJYgU6Jb/T/S6uJ6UdkQ==", + "version": "0.2.20", + "resolved": "https://registry.npmjs.org/langchain/-/langchain-0.2.20.tgz", + "integrity": "sha512-tbels6Rr524iMM3VOQ4aTGnEOOjAA1BQuBR8u/8gJ2yT48lMtIQRAN32Y4KVjKK+hEWxHHlmLBrtgLpTphFjNA==", "dependencies": { "@langchain/core": ">=0.2.21 <0.3.0", "@langchain/openai": ">=0.1.0 <0.3.0", @@ -25280,7 +25280,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", @@ -25304,7 +25304,6 @@ "@langchain/anthropic": "*", "@langchain/aws": "*", "@langchain/cohere": "*", - "@langchain/community": "*", "@langchain/google-genai": "*", "@langchain/google-vertexai": "*", "@langchain/groq": "*", @@ -25340,7 +25339,7 @@ "peggy": "^3.0.2", "playwright": "*", "puppeteer": "*", - "pyodide": "^0.24.1", + "pyodide": ">=0.24.1 <0.27.0", "redis": "*", "sonix-speech-recognition": "*", "srt-parser-2": "*", @@ -25388,9 +25387,6 @@ "@langchain/cohere": { "optional": true }, - "@langchain/community": { - "optional": true - }, "@langchain/google-genai": { "optional": true }, @@ -25544,9 +25540,9 @@ } }, "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==", "dependencies": { "@types/uuid": "^10.0.0", "commander": "^10.0.1", @@ -25556,17 +25552,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 93851d0..d233362 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "aws-amplify": "^6.5.2", "gm": "^1.25.0", "jsonschema": "^1.4.1", - "langchain": "^0.2.12", + "langchain": "^0.2.20", "next": "14.2.10", "pdf-lib": "^1.17.1", "react": "^18",