Skip to content

Commit

Permalink
google[patch]: Set min core version for vertex and gauth
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jul 25, 2024
1 parent 561a51b commit c243ecf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/langchain-google-gauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/core": ">=0.2.16 <0.3.0",
"@langchain/google-common": "~0.0.22",
"google-auth-library": "^8.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-google-vertexai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/core": ">=0.2.16 <0.3.0",
"@langchain/google-gauth": "~0.0.21"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11737,7 +11737,7 @@ __metadata:
resolution: "@langchain/google-gauth@workspace:libs/langchain-google-gauth"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/core": ">=0.2.16 <0.3.0"
"@langchain/google-common": ~0.0.22
"@langchain/scripts": ~0.0.20
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -11847,7 +11847,7 @@ __metadata:
resolution: "@langchain/google-vertexai@workspace:libs/langchain-google-vertexai"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/core": ">=0.2.16 <0.3.0"
"@langchain/google-common": latest
"@langchain/google-gauth": ~0.0.21
"@langchain/scripts": ~0.0.20
Expand Down

0 comments on commit c243ecf

Please sign in to comment.