Skip to content

Commit a2ded31

Browse files
authored
google-genai[patch]: Bump min core version (langchain-ai#5765)
1 parent 6ade289 commit a2ded31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/langchain-google-genai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"license": "MIT",
3737
"dependencies": {
3838
"@google/generative-ai": "^0.7.0",
39-
"@langchain/core": ">0.1.5 <0.3.0",
39+
"@langchain/core": ">=0.2.5 <0.3.0",
4040
"zod-to-json-schema": "^3.22.4"
4141
},
4242
"devDependencies": {

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -10261,7 +10261,7 @@ __metadata:
1026110261
dependencies:
1026210262
"@google/generative-ai": ^0.7.0
1026310263
"@jest/globals": ^29.5.0
10264-
"@langchain/core": ">0.1.5 <0.3.0"
10264+
"@langchain/core": ">=0.2.5 <0.3.0"
1026510265
"@langchain/scripts": ~0.0.14
1026610266
"@langchain/standard-tests": 0.0.0
1026710267
"@swc/core": ^1.3.90

0 commit comments

Comments
 (0)