Skip to content

Commit 19f8259

Browse files
committed
chore: update dependency in Gogoel.Cloud.VertexAI.Extensions
The dependency on Google.Cloud.AIPlatform.V1 was inconsistent in apis.json vs the project file. This updates both to 3.63.0.
1 parent 625c56e commit 19f8259

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apis/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="All" />
12-
<PackageReference Include="Google.Cloud.AIPlatform.V1" VersionOverride="[3.61.0, 4.0.0)" />
12+
<PackageReference Include="Google.Cloud.AIPlatform.V1" VersionOverride="[3.63.0, 4.0.0)" />
1313
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" />
1414
</ItemGroup>
1515
</Project>

generator-input/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6121,7 +6121,7 @@
61216121
"AI Extensions"
61226122
],
61236123
"dependencies": {
6124-
"Google.Cloud.AIPlatform.V1": "3.54.0",
6124+
"Google.Cloud.AIPlatform.V1": "3.63.0",
61256125
"Microsoft.Extensions.AI.Abstractions": "default"
61266126
},
61276127
"testDependencies": {

0 commit comments

Comments
 (0)