Skip to content

Commit

Permalink
feat(google-genai): Release 0.1.3-rc.0 (#7140)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Nov 2, 2024
1 parent 73f3176 commit 2e19277
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libs/langchain-google-genai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/google-genai",
"version": "0.1.2",
"version": "0.1.3-rc.0",
"description": "Google Generative AI integration for LangChain.js",
"type": "module",
"engines": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"zod-to-json-schema": "^3.22.4"
},
"peerDependencies": {
"@langchain/core": ">=0.2.21 <0.4.0"
"@langchain/core": ">=0.3.17 <0.4.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
16 changes: 14 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12143,7 +12143,19 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-genai@*, @langchain/google-genai@workspace:*, @langchain/google-genai@workspace:libs/langchain-google-genai":
"@langchain/google-genai@npm:*":
version: 0.1.2
resolution: "@langchain/google-genai@npm:0.1.2"
dependencies:
"@google/generative-ai": ^0.7.0
zod-to-json-schema: ^3.22.4
peerDependencies:
"@langchain/core": ">=0.2.21 <0.4.0"
checksum: 69113d66898e7e7fe2c852a844edbd440f72caf7445b555ce4dc1bdd6cd530b404dc3631662d70458604bf9ee395bba8c2c1d4c5a024b29498d7bd977573051a
languageName: node
linkType: hard

"@langchain/google-genai@workspace:*, @langchain/google-genai@workspace:libs/langchain-google-genai":
version: 0.0.0-use.local
resolution: "@langchain/google-genai@workspace:libs/langchain-google-genai"
dependencies:
Expand Down Expand Up @@ -12176,7 +12188,7 @@ __metadata:
zod: ^3.22.4
zod-to-json-schema: ^3.22.4
peerDependencies:
"@langchain/core": ">=0.2.21 <0.4.0"
"@langchain/core": ">=0.3.17 <0.4.0"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 2e19277

Please sign in to comment.