Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(community): Relax Replicate peer dep #7656

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core_docs/docs/integrations/llms/replicate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import IntegrationInstallTooltip from "@mdx_components/integration_install_toolt
<IntegrationInstallTooltip></IntegrationInstallTooltip>

```bash npm2yarn
npm install replicate @langchain/community @langchain/core
npm install replicate@1 @langchain/community @langchain/core
```

import ReplicateLlama2 from "@examples/models/llm/replicate_llama2.ts";
Expand Down
4 changes: 2 additions & 2 deletions libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"pyodide": "^0.26.2",
"redis": "^4.6.6",
"release-it": "^17.6.0",
"replicate": "^0.29.4",
"replicate": "^1.0.1",
"rollup": "^3.19.1",
"sonix-speech-recognition": "^2.1.1",
"srt-parser-2": "^1.2.3",
Expand Down Expand Up @@ -336,7 +336,7 @@
"puppeteer": "*",
"pyodide": ">=0.24.1 <0.27.0",
"redis": "*",
"replicate": "^0.29.4",
"replicate": "*",
"sonix-speech-recognition": "^2.1.1",
"srt-parser-2": "^1.2.3",
"typeorm": "^0.3.20",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12034,7 +12034,7 @@ __metadata:
pyodide: ^0.26.2
redis: ^4.6.6
release-it: ^17.6.0
replicate: ^0.29.4
replicate: ^1.0.1
rollup: ^3.19.1
sonix-speech-recognition: ^2.1.1
srt-parser-2: ^1.2.3
Expand Down Expand Up @@ -12166,7 +12166,7 @@ __metadata:
puppeteer: "*"
pyodide: ">=0.24.1 <0.27.0"
redis: "*"
replicate: ^0.29.4
replicate: "*"
sonix-speech-recognition: ^2.1.1
srt-parser-2: ^1.2.3
typeorm: ^0.3.20
Expand Down Expand Up @@ -39506,15 +39506,15 @@ __metadata:
languageName: node
linkType: hard

"replicate@npm:^0.29.4":
version: 0.29.4
resolution: "replicate@npm:0.29.4"
"replicate@npm:^1.0.1":
version: 1.0.1
resolution: "replicate@npm:1.0.1"
dependencies:
readable-stream: ">=4.0.0"
dependenciesMeta:
readable-stream:
optional: true
checksum: 9405e19f619134a312aa77b3c04156549e4c8ba5e0711a494b99358abd0378646c22cd9bf07e6f9c8ab4a2f80b69ba22ed0a5b8ec0610684e9fa5d413e3b5729
checksum: b41d6663f229a7f49a4026ef5690716806c337c303946f7ed42f56d90dfdfde699a59a4ff2a5042f7f1a8184794791703c328fc115ef6d9560721c0b052471a1
languageName: node
linkType: hard

Expand Down
Loading