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-vertexai[patch]: Bump gauth dep #4904

Merged
merged 1 commit into from
Mar 27, 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
2 changes: 1 addition & 1 deletion libs/langchain-google-vertexai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there! I noticed the change in the "@langchain/google-gauth" dependency version from "~0.0.0" to "~0.0.1". This comment is to flag the change for maintainers to review, as it may impact peer/dev/hard dependencies. Great work on the PR!

"dependencies": {
"@langchain/core": "~0.1.1",
"@langchain/google-gauth": "~0.0.0"
"@langchain/google-gauth": "~0.0.1"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9452,7 +9452,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.0":
"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.1":
version: 0.0.0-use.local
resolution: "@langchain/google-gauth@workspace:libs/langchain-google-gauth"
dependencies:
Expand Down Expand Up @@ -9553,7 +9553,7 @@ __metadata:
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.1
"@langchain/google-gauth": ~0.0.0
"@langchain/google-gauth": ~0.0.1
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down
Loading