Skip to content

Commit

Permalink
fix anthropic/community deps on each other
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed May 2, 2024
1 parent 0b9c1a8 commit df9851f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions libs/langchain-anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@langchain/community": "workspace:*",
"@langchain/scripts": "~0.0",
"@swc/core": "^1.3.90",
"@swc/jest": "^0.2.29",
Expand Down
1 change: 0 additions & 1 deletion libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/anthropic": "~0.1.16",
"@langchain/core": "~0.1.60",
"@langchain/openai": "~0.0.28",
"binary-extensions": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8786,12 +8786,13 @@ __metadata:
languageName: node
linkType: hard

"@langchain/anthropic@workspace:*, @langchain/anthropic@workspace:libs/langchain-anthropic, @langchain/anthropic@~0.1.16":
"@langchain/anthropic@workspace:*, @langchain/anthropic@workspace:libs/langchain-anthropic":
version: 0.0.0-use.local
resolution: "@langchain/anthropic@workspace:libs/langchain-anthropic"
dependencies:
"@anthropic-ai/sdk": ^0.20.1
"@jest/globals": ^29.5.0
"@langchain/community": "workspace:*"
"@langchain/core": ~0.1.56
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -8945,7 +8946,6 @@ __metadata:
"@gradientai/nodejs-sdk": ^1.2.0
"@huggingface/inference": ^2.6.4
"@jest/globals": ^29.5.0
"@langchain/anthropic": ~0.1.16
"@langchain/core": ~0.1.60
"@langchain/openai": ~0.0.28
"@langchain/scripts": ~0.0
Expand Down

0 comments on commit df9851f

Please sign in to comment.