Skip to content

Commit

Permalink
chore(deps): Update deps for 0.3.0 (langchain-ai#6761)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored and FilipZmijewski committed Sep 27, 2024
1 parent b4fa04b commit f935ff3
Show file tree
Hide file tree
Showing 7 changed files with 272 additions and 49 deletions.
6 changes: 3 additions & 3 deletions langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
"@langchain/aws": "*",
"@langchain/cohere": "*",
"@langchain/community": "*",
"@langchain/core": ">=0.2.21 <0.4.0 || 0.3.0-rc.0",
"@langchain/core": ">=0.2.21 <0.4.0",
"@langchain/google-genai": "*",
"@langchain/google-vertexai": "*",
"@langchain/groq": "*",
Expand Down Expand Up @@ -519,8 +519,8 @@
}
},
"dependencies": {
"@langchain/openai": ">=0.1.0 <0.3.0 || 0.3.0-rc.0",
"@langchain/textsplitters": ">=0.0.0 <0.2.0 || 0.1.0-rc.0",
"@langchain/openai": ">=0.1.0 <0.4.0",
"@langchain/textsplitters": ">=0.0.0 <0.2.0",
"js-tiktoken": "^1.0.12",
"js-yaml": "^4.1.0",
"jsonpointer": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"zod-to-json-schema": "^3.22.4"
},
"peerDependencies": {
"@langchain/core": ">=0.2.21 <0.4.0 || 0.3.0-rc.0"
"@langchain/core": ">=0.2.21 <0.4.0"
},
"devDependencies": {
"@anthropic-ai/vertex-sdk": "^0.4.1",
Expand Down
6 changes: 3 additions & 3 deletions libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/openai": ">=0.2.0 <0.3.0 || 0.3.0-rc.0",
"@langchain/openai": ">=0.2.0 <0.4.0",
"binary-extensions": "^2.2.0",
"expr-eval": "^2.0.2",
"flat": "^5.0.2",
"js-yaml": "^4.1.0",
"langchain": "~0.2.3 || 0.3.0-rc.0",
"langchain": ">=0.2.3 <0.4.0",
"langsmith": "~0.1.30",
"uuid": "^10.0.0",
"zod": "^3.22.3",
Expand Down Expand Up @@ -243,7 +243,7 @@
"@google-cloud/storage": "^6.10.1 || ^7.7.0",
"@gradientai/nodejs-sdk": "^1.2.0",
"@huggingface/inference": "^2.6.4",
"@langchain/core": ">=0.2.21 <0.4.0 || 0.3.0-rc.0",
"@langchain/core": ">=0.2.21 <0.4.0",
"@langchain/langgraph": "*",
"@layerup/layerup-security": "^1.5.12",
"@mendable/firecrawl-js": "^0.0.13",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"zod-to-json-schema": "^3.22.3"
},
"peerDependencies": {
"@langchain/core": ">=0.2.26 <0.4.0 || 0.3.0-rc.0"
"@langchain/core": ">=0.2.26 <0.4.0"
},
"devDependencies": {
"@azure/identity": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-textsplitters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"js-tiktoken": "^1.0.12"
},
"peerDependencies": {
"@langchain/core": ">=0.2.21 <0.4.0 || 0.3.0-rc.0"
"@langchain/core": ">=0.2.21 <0.4.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-weaviate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"weaviate-ts-client": "^2.0.0"
},
"peerDependencies": {
"@langchain/core": ">=0.2.21 <0.4.0 || 0.3.0-rc.0"
"@langchain/core": ">=0.2.21 <0.4.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
Loading

0 comments on commit f935ff3

Please sign in to comment.