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

google[patch]: Set min core version for vertex and gauth #6222

Merged
merged 2 commits into from
Jul 26, 2024
Merged
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
5 changes: 1 addition & 4 deletions langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@
"@langchain/aws": "^0.0.5",
"@langchain/cohere": "^0.2.1",
"@langchain/google-genai": "^0.0.23",
"@langchain/google-vertexai": "^0.0.20",
"@langchain/google-vertexai": "^0.0.21",
"@langchain/groq": "^0.0.15",
"@langchain/mistralai": "^0.0.26",
"@langchain/ollama": "^0.0.2",
Expand Down Expand Up @@ -801,9 +801,6 @@
"@langchain/google-vertexai": {
"optional": true
},
"@langchain/google-vertexai-web": {
"optional": true
},
"@langchain/groq": {
"optional": true
},
Expand Down
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
22 changes: 5 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11732,12 +11732,12 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.20, @langchain/google-gauth@~0.0.21":
"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.21":
version: 0.0.0-use.local
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 @@ -11832,22 +11832,12 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-vertexai@npm:^0.0.20":
version: 0.0.20
resolution: "@langchain/google-vertexai@npm:0.0.20"
dependencies:
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/google-gauth": ~0.0.20
checksum: 925ae6bd5275a504f5595447738b85669ce3ac687c90df126d94de9ecc44ed2cd370ca6334e4177ae23ebc2fc65c686a130c15b18fc61bd2d9eb14f22ee68f15
languageName: node
linkType: hard

"@langchain/google-vertexai@workspace:*, @langchain/google-vertexai@workspace:libs/langchain-google-vertexai":
"@langchain/google-vertexai@^0.0.21, @langchain/google-vertexai@workspace:*, @langchain/google-vertexai@workspace:libs/langchain-google-vertexai":
version: 0.0.0-use.local
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 Expand Up @@ -31272,7 +31262,7 @@ __metadata:
"@langchain/cohere": ^0.2.1
"@langchain/core": ">=0.2.11 <0.3.0"
"@langchain/google-genai": ^0.0.23
"@langchain/google-vertexai": ^0.0.20
"@langchain/google-vertexai": ^0.0.21
"@langchain/groq": ^0.0.15
"@langchain/mistralai": ^0.0.26
"@langchain/ollama": ^0.0.2
Expand Down Expand Up @@ -31454,8 +31444,6 @@ __metadata:
optional: true
"@langchain/google-vertexai":
optional: true
"@langchain/google-vertexai-web":
optional: true
"@langchain/groq":
optional: true
"@langchain/mistralai":
Expand Down
Loading