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

Update the google/generative-ai dependency #5166

Closed
Closed
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-google-genai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 the update to the "@google/generative-ai" dependency in the package.json file, which seems to be a peer dependency change. I'm flagging this for your review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@google/generative-ai": "^0.1.3",
"@google/generative-ai": "^0.7.0",
"@langchain/core": "~0.1.5"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8131,10 +8131,10 @@ __metadata:
languageName: node
linkType: hard

"@google/generative-ai@npm:^0.1.3":
version: 0.1.3
resolution: "@google/generative-ai@npm:0.1.3"
checksum: 6ab4e214c5f792c9dce66aa00268dd75295be093ec9305ccb8e2251210e5a6680a17ec9f041d8108ee3a2ce49e2f26bc9a30ef97e17a2d83818a92a824f6efd1
"@google/generative-ai@npm:^0.7.0":
version: 0.7.1
resolution: "@google/generative-ai@npm:0.7.1"
checksum: 536c7c75545c93731f0ab1fa9be6c88c64ead6ab6b24e70763e592e163041444f9ae78e2095019cd0e27fc18cbdc1ecaf1fdfd3561ca0a61577f720ddbaba1f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -9492,7 +9492,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@langchain/google-genai@workspace:libs/langchain-google-genai"
dependencies:
"@google/generative-ai": ^0.1.3
"@google/generative-ai": ^0.7.0
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.5
"@langchain/scripts": ~0.0
Expand Down