-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
langchain[patch],community[patch]: Loosen peer deps #5583
Merged
Merged
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
fe2e4e1
langchain[patch],community[patch]: Loosen peer deps
bracesproul fa38f62
loosen more deps and cut community rc
bracesproul e0af3bb
cut rc for langchain and community again
bracesproul 9b5c655
drop unused google pkg from langchain
bracesproul 5762786
Merge branch 'main' into brace/loosen-peer-deps
bracesproul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@langchain/community", | ||
"version": "0.2.3", | ||
"version": "0.2.4-rc.1", | ||
"description": "Third-party integrations for LangChain.js", | ||
"type": "module", | ||
"engines": { | ||
|
@@ -46,7 +46,7 @@ | |
"expr-eval": "^2.0.2", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey there! I noticed that the langchain package version has been updated from a flexible "~0.2.0" to a specific "0.2.3-rc.0". This might impact the project's dependencies, so I'm flagging this for the maintainers to review. Great work on the PR! |
||
"flat": "^5.0.2", | ||
"js-yaml": "^4.1.0", | ||
"langchain": "~0.2.0", | ||
"langchain": "0.2.3-rc.0", | ||
"langsmith": "~0.1.1", | ||
"uuid": "^9.0.0", | ||
"zod": "^3.22.3", | ||
|
@@ -233,11 +233,11 @@ | |
"@datastax/astra-db-ts": "^1.0.0", | ||
"@elastic/elasticsearch": "^8.4.0", | ||
"@getmetal/metal-sdk": "*", | ||
"@getzep/zep-cloud": "~1.0.0", | ||
"@getzep/zep-cloud": "*", | ||
"@getzep/zep-js": "^0.9.0", | ||
"@gomomento/sdk": "^1.51.1", | ||
"@gomomento/sdk-core": "^1.51.1", | ||
"@google-ai/generativelanguage": "^2.5.0", | ||
"@google-ai/generativelanguage": "*", | ||
"@google-cloud/storage": "^6.10.1 || ^7.7.0", | ||
"@gradientai/nodejs-sdk": "^1.2.0", | ||
"@huggingface/inference": "^2.6.4", | ||
|
@@ -293,7 +293,7 @@ | |
"epub2": "^3.0.1", | ||
"faiss-node": "^0.5.1", | ||
"firebase-admin": "^11.9.0 || ^12.0.0", | ||
"google-auth-library": "^9.10.0", | ||
"google-auth-library": "*", | ||
"googleapis": "^126.0.1", | ||
"hnswlib-node": "^3.0.0", | ||
"html-to-text": "^9.0.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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 "@google-ai/generativelanguage" has been changed from a specific version range to accepting any version. This may impact the peer/dev/hard dependencies of the project. I've flagged this for your review. Keep up the great work!