Skip to content

Commit

Permalink
Update the google/generative-ai dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukasaoishi committed Apr 22, 2024
1 parent 5638bd3 commit f0192bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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",
"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

0 comments on commit f0192bf

Please sign in to comment.