Skip to content

Commit

Permalink
fix(langchain): Remove circular peer dep in langchain on @langchain/c…
Browse files Browse the repository at this point in the history
…ommunity (langchain-ai#6803)
  • Loading branch information
jacoblee93 authored and FilipZmijewski committed Sep 27, 2024
1 parent c74ea04 commit e4b0e7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@
"@langchain/anthropic": "*",
"@langchain/aws": "*",
"@langchain/cohere": "*",
"@langchain/community": "*",
"@langchain/core": ">=0.2.21 <0.4.0",
"@langchain/google-genai": "*",
"@langchain/google-vertexai": "*",
Expand All @@ -484,9 +483,6 @@
"@langchain/cohere": {
"optional": true
},
"@langchain/community": {
"optional": true
},
"@langchain/google-genai": {
"optional": true
},
Expand Down
3 changes: 0 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32828,7 +32828,6 @@ __metadata:
"@langchain/anthropic": "*"
"@langchain/aws": "*"
"@langchain/cohere": "*"
"@langchain/community": "*"
"@langchain/core": ">=0.2.21 <0.4.0"
"@langchain/google-genai": "*"
"@langchain/google-vertexai": "*"
Expand All @@ -32847,8 +32846,6 @@ __metadata:
optional: true
"@langchain/cohere":
optional: true
"@langchain/community":
optional: true
"@langchain/google-genai":
optional: true
"@langchain/google-vertexai":
Expand Down

0 comments on commit e4b0e7b

Please sign in to comment.