Skip to content

Commit

Permalink
Remove workspace core dep (langchain-ai#3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Nov 26, 2023
1 parent 6c05d6c commit 1009679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,6 @@
"@google-cloud/storage": "^6.10.1",
"@huggingface/inference": "^2.6.4",
"@jest/globals": "^29.5.0",
"@langchain/core": "workspace:*",
"@mozilla/readability": "^0.4.4",
"@notionhq/client": "^2.2.10",
"@opensearch-project/opensearch": "^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 @@ -7981,7 +7981,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/core@workspace:*, @langchain/core@workspace:langchain-core":
"@langchain/core@^0.0.1, @langchain/core@workspace:*, @langchain/core@workspace:langchain-core":
version: 0.0.0-use.local
resolution: "@langchain/core@workspace:langchain-core"
dependencies:
Expand Down Expand Up @@ -22333,7 +22333,7 @@ __metadata:
"@google-cloud/storage": ^6.10.1
"@huggingface/inference": ^2.6.4
"@jest/globals": ^29.5.0
"@langchain/core": "workspace:*"
"@langchain/core": ^0.0.1
"@mozilla/readability": ^0.4.4
"@notionhq/client": ^2.2.10
"@opensearch-project/opensearch": ^2.2.0
Expand Down

0 comments on commit 1009679

Please sign in to comment.