Skip to content

Commit

Permalink
langchain[patch],community[patch]: Allow any puppeteer version in pee…
Browse files Browse the repository at this point in the history
…r deps (#6274)

* langchain[patch],community[patch]: Allow any puppeteer version in peer deps

* make all dups start
  • Loading branch information
bracesproul authored Jul 30, 2024
1 parent a151317 commit 998adf4
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 76 deletions.
74 changes: 37 additions & 37 deletions langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -696,14 +696,14 @@
"youtubei.js": "^9.1.0"
},
"peerDependencies": {
"@aws-sdk/client-s3": "^3.310.0",
"@aws-sdk/client-sagemaker-runtime": "^3.310.0",
"@aws-sdk/client-sfn": "^3.310.0",
"@aws-sdk/credential-provider-node": "^3.388.0",
"@azure/storage-blob": "^12.15.0",
"@aws-sdk/client-s3": "*",
"@aws-sdk/client-sagemaker-runtime": "*",
"@aws-sdk/client-sfn": "*",
"@aws-sdk/credential-provider-node": "*",
"@azure/storage-blob": "*",
"@browserbasehq/sdk": "*",
"@gomomento/sdk": "^1.51.1",
"@gomomento/sdk-core": "^1.51.1",
"@gomomento/sdk": "*",
"@gomomento/sdk-core": "*",
"@gomomento/sdk-web": "^1.51.1",
"@langchain/anthropic": "*",
"@langchain/aws": "*",
Expand All @@ -714,46 +714,46 @@
"@langchain/groq": "*",
"@langchain/mistralai": "*",
"@langchain/ollama": "*",
"@mendable/firecrawl-js": "^0.0.13",
"@notionhq/client": "^2.2.10",
"@mendable/firecrawl-js": "*",
"@notionhq/client": "*",
"@pinecone-database/pinecone": "*",
"@supabase/supabase-js": "^2.10.0",
"@vercel/kv": "^0.2.3",
"@xata.io/client": "^0.28.0",
"apify-client": "^2.7.1",
"assemblyai": "^4.6.0",
"@supabase/supabase-js": "*",
"@vercel/kv": "*",
"@xata.io/client": "*",
"apify-client": "*",
"assemblyai": "*",
"axios": "*",
"cheerio": "^1.0.0-rc.12",
"cheerio": "*",
"chromadb": "*",
"convex": "^1.3.1",
"couchbase": "^4.3.0",
"d3-dsv": "^2.0.0",
"epub2": "^3.0.1",
"convex": "*",
"couchbase": "*",
"d3-dsv": "*",
"epub2": "*",
"fast-xml-parser": "*",
"handlebars": "^4.7.8",
"html-to-text": "^9.0.5",
"ignore": "^5.2.0",
"ioredis": "^5.3.2",
"html-to-text": "*",
"ignore": "*",
"ioredis": "*",
"jsdom": "*",
"mammoth": "^1.6.0",
"mongodb": ">=5.2.0",
"mammoth": "*",
"mongodb": "*",
"node-llama-cpp": "*",
"notion-to-md": "^3.1.0",
"officeparser": "^4.0.4",
"pdf-parse": "1.1.1",
"notion-to-md": "*",
"officeparser": "*",
"pdf-parse": "*",
"peggy": "^3.0.2",
"playwright": "^1.32.1",
"puppeteer": "^22.0.0",
"playwright": "*",
"puppeteer": "*",
"pyodide": "^0.24.1",
"redis": "^4.6.4",
"sonix-speech-recognition": "^2.1.1",
"srt-parser-2": "^1.2.3",
"typeorm": "^0.3.20",
"redis": "*",
"sonix-speech-recognition": "*",
"srt-parser-2": "*",
"typeorm": "*",
"weaviate-ts-client": "*",
"web-auth-library": "^1.0.3",
"ws": "^8.14.2",
"youtube-transcript": "^1.0.6",
"youtubei.js": "^9.1.0"
"web-auth-library": "*",
"ws": "*",
"youtube-transcript": "*",
"youtubei.js": "*"
},
"peerDependenciesMeta": {
"@aws-sdk/client-s3": {
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
"pickleparser": "^0.2.1",
"playwright": "^1.32.1",
"portkey-ai": "^0.1.11",
"puppeteer": "^22.0.0",
"puppeteer": "*",
"redis": "*",
"replicate": "^0.29.4",
"sonix-speech-recognition": "^2.1.1",
Expand Down
76 changes: 38 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11368,7 +11368,7 @@ __metadata:
pickleparser: ^0.2.1
playwright: ^1.32.1
portkey-ai: ^0.1.11
puppeteer: ^22.0.0
puppeteer: "*"
redis: "*"
replicate: ^0.29.4
sonix-speech-recognition: ^2.1.1
Expand Down Expand Up @@ -31558,14 +31558,14 @@ __metadata:
zod: ^3.22.4
zod-to-json-schema: ^3.22.3
peerDependencies:
"@aws-sdk/client-s3": ^3.310.0
"@aws-sdk/client-sagemaker-runtime": ^3.310.0
"@aws-sdk/client-sfn": ^3.310.0
"@aws-sdk/credential-provider-node": ^3.388.0
"@azure/storage-blob": ^12.15.0
"@aws-sdk/client-s3": "*"
"@aws-sdk/client-sagemaker-runtime": "*"
"@aws-sdk/client-sfn": "*"
"@aws-sdk/credential-provider-node": "*"
"@azure/storage-blob": "*"
"@browserbasehq/sdk": "*"
"@gomomento/sdk": ^1.51.1
"@gomomento/sdk-core": ^1.51.1
"@gomomento/sdk": "*"
"@gomomento/sdk-core": "*"
"@gomomento/sdk-web": ^1.51.1
"@langchain/anthropic": "*"
"@langchain/aws": "*"
Expand All @@ -31576,46 +31576,46 @@ __metadata:
"@langchain/groq": "*"
"@langchain/mistralai": "*"
"@langchain/ollama": "*"
"@mendable/firecrawl-js": ^0.0.13
"@notionhq/client": ^2.2.10
"@mendable/firecrawl-js": "*"
"@notionhq/client": "*"
"@pinecone-database/pinecone": "*"
"@supabase/supabase-js": ^2.10.0
"@vercel/kv": ^0.2.3
"@xata.io/client": ^0.28.0
apify-client: ^2.7.1
assemblyai: ^4.6.0
"@supabase/supabase-js": "*"
"@vercel/kv": "*"
"@xata.io/client": "*"
apify-client: "*"
assemblyai: "*"
axios: "*"
cheerio: ^1.0.0-rc.12
cheerio: "*"
chromadb: "*"
convex: ^1.3.1
couchbase: ^4.3.0
d3-dsv: ^2.0.0
epub2: ^3.0.1
convex: "*"
couchbase: "*"
d3-dsv: "*"
epub2: "*"
fast-xml-parser: "*"
handlebars: ^4.7.8
html-to-text: ^9.0.5
ignore: ^5.2.0
ioredis: ^5.3.2
html-to-text: "*"
ignore: "*"
ioredis: "*"
jsdom: "*"
mammoth: ^1.6.0
mongodb: ">=5.2.0"
mammoth: "*"
mongodb: "*"
node-llama-cpp: "*"
notion-to-md: ^3.1.0
officeparser: ^4.0.4
pdf-parse: 1.1.1
notion-to-md: "*"
officeparser: "*"
pdf-parse: "*"
peggy: ^3.0.2
playwright: ^1.32.1
puppeteer: ^22.0.0
playwright: "*"
puppeteer: "*"
pyodide: ^0.24.1
redis: ^4.6.4
sonix-speech-recognition: ^2.1.1
srt-parser-2: ^1.2.3
typeorm: ^0.3.20
redis: "*"
sonix-speech-recognition: "*"
srt-parser-2: "*"
typeorm: "*"
weaviate-ts-client: "*"
web-auth-library: ^1.0.3
ws: ^8.14.2
youtube-transcript: ^1.0.6
youtubei.js: ^9.1.0
web-auth-library: "*"
ws: "*"
youtube-transcript: "*"
youtubei.js: "*"
peerDependenciesMeta:
"@aws-sdk/client-s3":
optional: true
Expand Down

0 comments on commit 998adf4

Please sign in to comment.