Skip to content

Commit b7a9cac

Browse files
Release (#8139)
2 parents ea656ba + f91ab5f commit b7a9cac

File tree

7 files changed

+29
-29
lines changed

7 files changed

+29
-29
lines changed

libs/langchain-google-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-common",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "Core types and classes for Google services.",
55
"type": "module",
66
"engines": {
@@ -36,7 +36,7 @@
3636
"zod-to-json-schema": "^3.22.4"
3737
},
3838
"peerDependencies": {
39-
"@langchain/core": ">=0.3.48 <0.4.0"
39+
"@langchain/core": ">=0.3.55 <0.4.0"
4040
},
4141
"devDependencies": {
4242
"@jest/globals": "^29.5.0",

libs/langchain-google-gauth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-gauth",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "Google auth based authentication support for Google services",
55
"type": "module",
66
"engines": {
@@ -35,11 +35,11 @@
3535
"author": "LangChain",
3636
"license": "MIT",
3737
"dependencies": {
38-
"@langchain/google-common": "^0.2.6",
38+
"@langchain/google-common": "^0.2.7",
3939
"google-auth-library": "^9.15.1"
4040
},
4141
"peerDependencies": {
42-
"@langchain/core": ">=0.3.48 <0.4.0"
42+
"@langchain/core": ">=0.3.55 <0.4.0"
4343
},
4444
"devDependencies": {
4545
"@jest/globals": "^29.5.0",

libs/langchain-google-genai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-genai",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "Google Generative AI integration for LangChain.js",
55
"type": "module",
66
"engines": {
@@ -40,7 +40,7 @@
4040
"zod-to-json-schema": "^3.22.4"
4141
},
4242
"peerDependencies": {
43-
"@langchain/core": ">=0.3.48 <0.4.0"
43+
"@langchain/core": ">=0.3.55 <0.4.0"
4444
},
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",

libs/langchain-google-vertexai-web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-vertexai-web",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "LangChain.js support for Google Vertex AI Web",
55
"type": "module",
66
"engines": {
@@ -32,15 +32,15 @@
3232
"author": "LangChain",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@langchain/google-webauth": "^0.2.6"
35+
"@langchain/google-webauth": "^0.2.7"
3636
},
3737
"peerDependencies": {
38-
"@langchain/core": ">=0.3.48 <0.4.0"
38+
"@langchain/core": ">=0.3.55 <0.4.0"
3939
},
4040
"devDependencies": {
4141
"@jest/globals": "^29.5.0",
4242
"@langchain/core": "workspace:*",
43-
"@langchain/google-common": "^0.2.5",
43+
"@langchain/google-common": "^0.2.7",
4444
"@langchain/scripts": ">=0.1.0 <0.2.0",
4545
"@langchain/standard-tests": "0.0.0",
4646
"@swc/core": "^1.3.90",

libs/langchain-google-vertexai/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-vertexai",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "LangChain.js support for Google Vertex AI",
55
"type": "module",
66
"engines": {
@@ -32,10 +32,10 @@
3232
"author": "LangChain",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@langchain/google-gauth": "^0.2.6"
35+
"@langchain/google-gauth": "^0.2.7"
3636
},
3737
"peerDependencies": {
38-
"@langchain/core": ">=0.3.48 <0.4.0"
38+
"@langchain/core": ">=0.3.55 <0.4.0"
3939
},
4040
"devDependencies": {
4141
"@jest/globals": "^29.5.0",

libs/langchain-google-webauth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-webauth",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "Web-based authentication support for Google services",
55
"type": "module",
66
"engines": {
@@ -32,7 +32,7 @@
3232
"author": "LangChain",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@langchain/google-common": "^0.2.6",
35+
"@langchain/google-common": "^0.2.7",
3636
"web-auth-library": "^1.0.3"
3737
},
3838
"peerDependencies": {

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7942,7 +7942,7 @@ __metadata:
79427942
languageName: unknown
79437943
linkType: soft
79447944

7945-
"@langchain/google-common@^0.2.0, @langchain/google-common@^0.2.5, @langchain/google-common@^0.2.6, @langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common":
7945+
"@langchain/google-common@^0.2.0, @langchain/google-common@^0.2.7, @langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common":
79467946
version: 0.0.0-use.local
79477947
resolution: "@langchain/google-common@workspace:libs/langchain-google-common"
79487948
dependencies:
@@ -7973,17 +7973,17 @@ __metadata:
79737973
zod: ^3.22.4
79747974
zod-to-json-schema: ^3.22.4
79757975
peerDependencies:
7976-
"@langchain/core": ">=0.3.48 <0.4.0"
7976+
"@langchain/core": ">=0.3.55 <0.4.0"
79777977
languageName: unknown
79787978
linkType: soft
79797979

7980-
"@langchain/google-gauth@^0.2.6, @langchain/google-gauth@workspace:libs/langchain-google-gauth":
7980+
"@langchain/google-gauth@^0.2.7, @langchain/google-gauth@workspace:libs/langchain-google-gauth":
79817981
version: 0.0.0-use.local
79827982
resolution: "@langchain/google-gauth@workspace:libs/langchain-google-gauth"
79837983
dependencies:
79847984
"@jest/globals": ^29.5.0
79857985
"@langchain/core": "workspace:*"
7986-
"@langchain/google-common": ^0.2.6
7986+
"@langchain/google-common": ^0.2.7
79877987
"@langchain/scripts": ">=0.1.0 <0.2.0"
79887988
"@swc/core": ^1.3.90
79897989
"@swc/jest": ^0.2.29
@@ -8008,7 +8008,7 @@ __metadata:
80088008
typescript: <5.2.0
80098009
zod: ^3.22.4
80108010
peerDependencies:
8011-
"@langchain/core": ">=0.3.48 <0.4.0"
8011+
"@langchain/core": ">=0.3.55 <0.4.0"
80128012
languageName: unknown
80138013
linkType: soft
80148014

@@ -8046,7 +8046,7 @@ __metadata:
80468046
zod: ^3.22.4
80478047
zod-to-json-schema: ^3.22.4
80488048
peerDependencies:
8049-
"@langchain/core": ">=0.3.48 <0.4.0"
8049+
"@langchain/core": ">=0.3.55 <0.4.0"
80508050
languageName: unknown
80518051
linkType: soft
80528052

@@ -8056,8 +8056,8 @@ __metadata:
80568056
dependencies:
80578057
"@jest/globals": ^29.5.0
80588058
"@langchain/core": "workspace:*"
8059-
"@langchain/google-common": ^0.2.5
8060-
"@langchain/google-webauth": ^0.2.6
8059+
"@langchain/google-common": ^0.2.7
8060+
"@langchain/google-webauth": ^0.2.7
80618061
"@langchain/scripts": ">=0.1.0 <0.2.0"
80628062
"@langchain/standard-tests": 0.0.0
80638063
"@swc/core": ^1.3.90
@@ -8082,7 +8082,7 @@ __metadata:
80828082
typescript: <5.2.0
80838083
zod: ^3.22.4
80848084
peerDependencies:
8085-
"@langchain/core": ">=0.3.48 <0.4.0"
8085+
"@langchain/core": ">=0.3.55 <0.4.0"
80868086
languageName: unknown
80878087
linkType: soft
80888088

@@ -8093,7 +8093,7 @@ __metadata:
80938093
"@jest/globals": ^29.5.0
80948094
"@langchain/core": "workspace:*"
80958095
"@langchain/google-common": ^0.2.0
8096-
"@langchain/google-gauth": ^0.2.6
8096+
"@langchain/google-gauth": ^0.2.7
80978097
"@langchain/scripts": ">=0.1.0 <0.2.0"
80988098
"@langchain/standard-tests": 0.0.0
80998099
"@swc/core": ^1.3.90
@@ -8118,17 +8118,17 @@ __metadata:
81188118
typescript: <5.2.0
81198119
zod: ^3.22.4
81208120
peerDependencies:
8121-
"@langchain/core": ">=0.3.48 <0.4.0"
8121+
"@langchain/core": ">=0.3.55 <0.4.0"
81228122
languageName: unknown
81238123
linkType: soft
81248124

8125-
"@langchain/google-webauth@^0.2.6, @langchain/google-webauth@workspace:libs/langchain-google-webauth":
8125+
"@langchain/google-webauth@^0.2.7, @langchain/google-webauth@workspace:libs/langchain-google-webauth":
81268126
version: 0.0.0-use.local
81278127
resolution: "@langchain/google-webauth@workspace:libs/langchain-google-webauth"
81288128
dependencies:
81298129
"@jest/globals": ^29.5.0
81308130
"@langchain/core": "workspace:*"
8131-
"@langchain/google-common": ^0.2.6
8131+
"@langchain/google-common": ^0.2.7
81328132
"@langchain/scripts": ">=0.1.0 <0.2.0"
81338133
"@swc/core": ^1.3.90
81348134
"@swc/jest": ^0.2.29

0 commit comments

Comments
 (0)