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

pinecone[patch],weaviate[patch]: Bump weaviate and pinecone core deps #5546

Merged
merged 2 commits into from
May 26, 2024
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 libs/langchain-pinecone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"author": "Pinecone, Inc",
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.0 <0.3.0",
"@langchain/core": ">0.2.0 <0.3.0",
"@pinecone-database/pinecone": "^2.2.0",
"flat": "^5.0.2",
"uuid": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-weaviate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"author": "LangChain",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there! I noticed that the dependency for "@langchain/core" has been updated in the package.json file, potentially impacting peer/dev/hard dependencies. I've flagged this for the maintainers to review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.0 <0.3.0",
"@langchain/core": ">0.2.0 <0.3.0",
"uuid": "^9.0.1",
"weaviate-ts-client": "^2.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10054,7 +10054,7 @@ __metadata:
dependencies:
"@faker-js/faker": ^8.3.1
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/core": ">0.2.0 <0.3.0"
"@langchain/openai": "workspace:*"
"@langchain/scripts": ~0.0.14
"@pinecone-database/pinecone": ^2.2.0
Expand Down Expand Up @@ -10224,7 +10224,7 @@ __metadata:
resolution: "@langchain/weaviate@workspace:libs/langchain-weaviate"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/core": ">0.2.0 <0.3.0"
"@langchain/openai": "workspace:^"
"@langchain/scripts": ~0.0.14
"@swc/core": ^1.3.90
Expand Down
Loading