Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.3-rc0011" />
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.3-rc0012" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Karambolo.Extensions.Logging.File" Version="3.3.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
Expand Down
6 changes: 3 additions & 3 deletions src/Shared/Configuration/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
},
"Monai.Deploy.Messaging": {
"type": "Direct",
"requested": "[0.1.3-rc0011, )",
"resolved": "0.1.3-rc0011",
"contentHash": "XIwNoQ8DVvhsVh8pEpCEbusmShOHca3Bx1MPxnBvH5vLDun1ZTAWxKL7NK2gBjsc9ORrdnQwggzXwH/qKpOZDA==",
"requested": "[0.1.3-rc0012, )",
"resolved": "0.1.3-rc0012",
"contentHash": "cTVT2sId7/mGKTwuUvBqnoOAN7CBZmSlZK3WMXdBlmsHs3vHi5wvjho0sUP7psl7hhivd/cSP5cfZ8x2Sry3Xg==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/TaskManager/API/ExecutionStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ExecutionStatus
/// <summary>
/// Gets or sets the status of the execution.
/// </summary>
public TaskExecutionStatus Status { get; set; } = TaskExecutionStatus.Unknown;
public TaskExecutionStatus Status { get; set; } = TaskExecutionStatus.Created;

/// <summary>
/// Gets or sets the reason of a failure.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.3-rc0011" />
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.3-rc0012" />
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.0-rc0014" />
<PackageReference Include="MongoDB.Bson" Version="2.17.0" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/TaskManager/API/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net6.0": {
"Monai.Deploy.Messaging": {
"type": "Direct",
"requested": "[0.1.3-rc0011, )",
"resolved": "0.1.3-rc0011",
"contentHash": "XIwNoQ8DVvhsVh8pEpCEbusmShOHca3Bx1MPxnBvH5vLDun1ZTAWxKL7NK2gBjsc9ORrdnQwggzXwH/qKpOZDA==",
"requested": "[0.1.3-rc0012, )",
"resolved": "0.1.3-rc0012",
"contentHash": "cTVT2sId7/mGKTwuUvBqnoOAN7CBZmSlZK3WMXdBlmsHs3vHi5wvjho0sUP7psl7hhivd/cSP5cfZ8x2Sry3Xg==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
Expand Down
45 changes: 8 additions & 37 deletions src/TaskManager/Database/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
},
"AWSSDK.Core": {
"type": "Transitive",
"resolved": "3.7.12.11",
"contentHash": "Tb6llf5tUU8FiptuB6Xq8vaJpxXDRcWL39nkEiHkDhdctj9l2kPL0DydrCNCAVwLWWTlPXyLUD8i37Rm0mRjaw=="
"resolved": "3.7.12",
"contentHash": "mIQRvJhLwIB90hxMaRBMOs9FKd8fHZcOKIToYELupCMOPzkwthh0S4y674ExL8n5f+wQ/5m4U26lm1yBkHtqtA=="
},
"AWSSDK.SecurityToken": {
"type": "Transitive",
"resolved": "3.7.1.176",
"contentHash": "VrUC7q6XTUUNVFlMxPKXKNRdXcZm+I7qOj3EFGOmNXVwmIGM4IsV1V5sCCb2KWZ9Thv/RlR3dA+YxjFP3a/3vw==",
"resolved": "3.7.1.165",
"contentHash": "vz0ryVyjs6r9FD2cy9yzujNR5MKesRivfEJJ6tOaSNcw1gw268fq9dXBLD70H/Ppdw++xxMD9HuFwANj7d8mUg==",
"dependencies": {
"AWSSDK.Core": "[3.7.12.11, 4.0.0)"
"AWSSDK.Core": "[3.7.12, 4.0.0)"
}
},
"DnsClient": {
Expand Down Expand Up @@ -140,8 +140,8 @@
},
"Monai.Deploy.Messaging": {
"type": "Transitive",
"resolved": "0.1.3-rc0011",
"contentHash": "XIwNoQ8DVvhsVh8pEpCEbusmShOHca3Bx1MPxnBvH5vLDun1ZTAWxKL7NK2gBjsc9ORrdnQwggzXwH/qKpOZDA==",
"resolved": "0.1.3-rc0012",
"contentHash": "cTVT2sId7/mGKTwuUvBqnoOAN7CBZmSlZK3WMXdBlmsHs3vHi5wvjho0sUP7psl7hhivd/cSP5cfZ8x2Sry3Xg==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
Expand Down Expand Up @@ -262,39 +262,10 @@
"resolved": "4.7.1",
"contentHash": "6akRtHK/wab3246t4p5v3HQrtQk8LboOt5T4dtpNgsp3zvDeM4/Gx8V12t0h+c/W9/enUrilk8n6EQqdQorZAA=="
},
"monai.deploy.workflowmanager.contracts": {
"type": "Project",
"dependencies": {
"AWSSDK.SecurityToken": "3.7.1.176",
"Microsoft.Extensions.Configuration": "6.0.1",
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"MongoDB.Bson": "2.17.0",
"Newtonsoft.Json": "13.0.1"
}
},
"monai.deploy.workflowmanager.database": {
"type": "Project",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Logging.Abstractions": "6.0.1",
"Microsoft.Extensions.Options": "6.0.0",
"Monai.Deploy.WorkflowManager.Contracts": "1.0.0",
"Monai.Deploy.WorkflowManager.Logging": "1.0.0",
"MongoDB.Bson": "2.17.0",
"MongoDB.Driver": "2.17.0"
}
},
"monai.deploy.workflowmanager.logging": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "6.0.1",
"Monai.Deploy.WorkflowManager.Contracts": "1.0.0"
}
},
"monai.deploy.workflowmanager.taskmanager.api": {
"type": "Project",
"dependencies": {
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"Monai.Deploy.Messaging": "0.1.3-rc0012",
"Monai.Deploy.Storage": "0.2.0-rc0014",
"MongoDB.Bson": "2.17.0"
}
Expand Down
21 changes: 5 additions & 16 deletions src/TaskManager/Plug-ins/AideClinicalReview/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
},
"Monai.Deploy.Messaging": {
"type": "Transitive",
"resolved": "0.1.3-rc0011",
"contentHash": "XIwNoQ8DVvhsVh8pEpCEbusmShOHca3Bx1MPxnBvH5vLDun1ZTAWxKL7NK2gBjsc9ORrdnQwggzXwH/qKpOZDA==",
"resolved": "0.1.3-rc0012",
"contentHash": "cTVT2sId7/mGKTwuUvBqnoOAN7CBZmSlZK3WMXdBlmsHs3vHi5wvjho0sUP7psl7hhivd/cSP5cfZ8x2Sry3Xg==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
Expand Down Expand Up @@ -166,8 +166,8 @@
},
"System.IO.Abstractions": {
"type": "Transitive",
"resolved": "17.0.24",
"contentHash": "hA7bacntMiZv1Yf9xtjwl/GP3GT1mG84QxhAk7ijAUD0pJhJaVVwXScE13vMpXnNtlaRDW6SeyZdWg2j2qrh4w=="
"resolved": "17.0.18",
"contentHash": "x0iIMdP+PCLIkz8h13xHCecaiysFgHPe9mM3FdyfSmkl5+MtMCmgFFIe38Aibkzd0UAY/OMoXMKGR2RK10rebQ=="
},
"System.Memory": {
"type": "Transitive",
Expand All @@ -184,21 +184,10 @@
"resolved": "4.7.1",
"contentHash": "6akRtHK/wab3246t4p5v3HQrtQk8LboOt5T4dtpNgsp3zvDeM4/Gx8V12t0h+c/W9/enUrilk8n6EQqdQorZAA=="
},
"monai.deploy.workflowmanager.configuration": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.Configuration": "6.0.1",
"Microsoft.Extensions.Options": "6.0.0",
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"Monai.Deploy.Storage": "0.2.0-rc0014",
"Newtonsoft.Json": "13.0.1",
"System.IO.Abstractions": "17.0.24"
}
},
"monai.deploy.workflowmanager.taskmanager.api": {
"type": "Project",
"dependencies": {
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"Monai.Deploy.Messaging": "0.1.3-rc0012",
"Monai.Deploy.Storage": "0.2.0-rc0014",
"MongoDB.Bson": "2.17.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/TaskManager/Plug-ins/Argo/ArgoPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public override async Task<ExecutionStatus> GetStatus(string identity, Cancellat
{
return new ExecutionStatus
{
Status = TaskExecutionStatus.Unknown,
Status = TaskExecutionStatus.Failed,
FailureReason = FailureReason.Unknown,
Errors = $"Argo status = '{workflow.Status.Phase}'. Messages = '{workflow.Status.Message}'.",
Stats = stats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.3-rc0011" />
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.3-rc0012" />
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.0-rc0014" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions src/TaskManager/Plug-ins/Argo/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"Monai.Deploy.Messaging": {
"type": "Direct",
"requested": "[0.1.3-rc0011, )",
"resolved": "0.1.3-rc0011",
"contentHash": "XIwNoQ8DVvhsVh8pEpCEbusmShOHca3Bx1MPxnBvH5vLDun1ZTAWxKL7NK2gBjsc9ORrdnQwggzXwH/qKpOZDA==",
"requested": "[0.1.3-rc0012, )",
"resolved": "0.1.3-rc0012",
"contentHash": "cTVT2sId7/mGKTwuUvBqnoOAN7CBZmSlZK3WMXdBlmsHs3vHi5wvjho0sUP7psl7hhivd/cSP5cfZ8x2Sry3Xg==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
Expand Down Expand Up @@ -529,7 +529,7 @@
"Microsoft.Extensions.Configuration": "6.0.1",
"Microsoft.Extensions.Logging": "6.0.0",
"Microsoft.Extensions.Options": "6.0.0",
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"Monai.Deploy.Messaging": "0.1.3-rc0012",
"Monai.Deploy.Storage": "0.2.0-rc0014",
"Newtonsoft.Json": "13.0.1",
"System.IO.Abstractions": "17.0.24"
Expand All @@ -538,7 +538,7 @@
"monai.deploy.workflowmanager.taskmanager.api": {
"type": "Project",
"dependencies": {
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"Monai.Deploy.Messaging": "0.1.3-rc0012",
"Monai.Deploy.Storage": "0.2.0-rc0014",
"MongoDB.Bson": "2.17.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.3-rc0011" />
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.3-rc0012" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="Karambolo.Extensions.Logging.File" Version="3.3.1" />
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.0-rc0014" />
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.3-rc0011" />
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.3-rc0012" />
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.0-rc0014" />
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.3-rc0010" />
</ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/TaskManager/TaskManager/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
},
"Monai.Deploy.Messaging": {
"type": "Direct",
"requested": "[0.1.3-rc0011, )",
"resolved": "0.1.3-rc0011",
"contentHash": "XIwNoQ8DVvhsVh8pEpCEbusmShOHca3Bx1MPxnBvH5vLDun1ZTAWxKL7NK2gBjsc9ORrdnQwggzXwH/qKpOZDA==",
"requested": "[0.1.3-rc0012, )",
"resolved": "0.1.3-rc0012",
"contentHash": "cTVT2sId7/mGKTwuUvBqnoOAN7CBZmSlZK3WMXdBlmsHs3vHi5wvjho0sUP7psl7hhivd/cSP5cfZ8x2Sry3Xg==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
Expand Down Expand Up @@ -1230,7 +1230,7 @@
"Microsoft.Extensions.Configuration": "6.0.1",
"Microsoft.Extensions.Logging": "6.0.0",
"Microsoft.Extensions.Options": "6.0.0",
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"Monai.Deploy.Messaging": "0.1.3-rc0012",
"Monai.Deploy.Storage": "0.2.0-rc0014",
"Newtonsoft.Json": "13.0.1",
"System.IO.Abstractions": "17.0.24"
Expand All @@ -1239,7 +1239,7 @@
"monai.deploy.workflowmanager.taskmanager.api": {
"type": "Project",
"dependencies": {
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"Monai.Deploy.Messaging": "0.1.3-rc0012",
"Monai.Deploy.Storage": "0.2.0-rc0014",
"MongoDB.Bson": "2.17.0"
}
Expand All @@ -1249,7 +1249,7 @@
"dependencies": {
"IdentityModel.OidcClient": "5.0.0",
"KubernetesClient": "7.2.19",
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"Monai.Deploy.Messaging": "0.1.3-rc0012",
"Monai.Deploy.Storage": "0.2.0-rc0014",
"Monai.Deploy.WorkflowManager.Configuration": "1.0.0",
"Monai.Deploy.WorkflowManager.TaskManager.API": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<ItemGroup>
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.1.176" />
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.3-rc0011" />
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.3-rc0012" />
<PackageReference Include="MongoDB.Bson" Version="2.17.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
Expand Down
6 changes: 3 additions & 3 deletions src/WorkflowManager/Database/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@
},
"Monai.Deploy.Messaging": {
"type": "Transitive",
"resolved": "0.1.3-rc0011",
"contentHash": "XIwNoQ8DVvhsVh8pEpCEbusmShOHca3Bx1MPxnBvH5vLDun1ZTAWxKL7NK2gBjsc9ORrdnQwggzXwH/qKpOZDA==",
"resolved": "0.1.3-rc0012",
"contentHash": "cTVT2sId7/mGKTwuUvBqnoOAN7CBZmSlZK3WMXdBlmsHs3vHi5wvjho0sUP7psl7hhivd/cSP5cfZ8x2Sry3Xg==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
Expand Down Expand Up @@ -809,7 +809,7 @@
"dependencies": {
"AWSSDK.SecurityToken": "3.7.1.176",
"Microsoft.Extensions.Configuration": "6.0.1",
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"Monai.Deploy.Messaging": "0.1.3-rc0012",
"MongoDB.Bson": "2.17.0",
"Newtonsoft.Json": "13.0.1"
}
Expand Down
6 changes: 3 additions & 3 deletions src/WorkflowManager/Logging/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@
},
"Monai.Deploy.Messaging": {
"type": "Transitive",
"resolved": "0.1.3-rc0011",
"contentHash": "XIwNoQ8DVvhsVh8pEpCEbusmShOHca3Bx1MPxnBvH5vLDun1ZTAWxKL7NK2gBjsc9ORrdnQwggzXwH/qKpOZDA==",
"resolved": "0.1.3-rc0012",
"contentHash": "cTVT2sId7/mGKTwuUvBqnoOAN7CBZmSlZK3WMXdBlmsHs3vHi5wvjho0sUP7psl7hhivd/cSP5cfZ8x2Sry3Xg==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
Expand Down Expand Up @@ -743,7 +743,7 @@
"dependencies": {
"AWSSDK.SecurityToken": "3.7.1.176",
"Microsoft.Extensions.Configuration": "6.0.1",
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"Monai.Deploy.Messaging": "0.1.3-rc0012",
"MongoDB.Bson": "2.17.0",
"Newtonsoft.Json": "13.0.1"
}
Expand Down
10 changes: 5 additions & 5 deletions src/WorkflowManager/PayloadListener/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@
},
"Monai.Deploy.Messaging": {
"type": "Transitive",
"resolved": "0.1.3-rc0011",
"contentHash": "XIwNoQ8DVvhsVh8pEpCEbusmShOHca3Bx1MPxnBvH5vLDun1ZTAWxKL7NK2gBjsc9ORrdnQwggzXwH/qKpOZDA==",
"resolved": "0.1.3-rc0012",
"contentHash": "cTVT2sId7/mGKTwuUvBqnoOAN7CBZmSlZK3WMXdBlmsHs3vHi5wvjho0sUP7psl7hhivd/cSP5cfZ8x2Sry3Xg==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
Expand Down Expand Up @@ -903,7 +903,7 @@
"Microsoft.Extensions.Configuration": "6.0.1",
"Microsoft.Extensions.Logging": "6.0.0",
"Microsoft.Extensions.Options": "6.0.0",
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"Monai.Deploy.Messaging": "0.1.3-rc0012",
"Monai.Deploy.Storage": "0.2.0-rc0014",
"Newtonsoft.Json": "13.0.1",
"System.IO.Abstractions": "17.0.24"
Expand All @@ -914,7 +914,7 @@
"dependencies": {
"AWSSDK.SecurityToken": "3.7.1.176",
"Microsoft.Extensions.Configuration": "6.0.1",
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"Monai.Deploy.Messaging": "0.1.3-rc0012",
"MongoDB.Bson": "2.17.0",
"Newtonsoft.Json": "13.0.1"
}
Expand Down Expand Up @@ -953,7 +953,7 @@
"dependencies": {
"AWSSDK.SecurityToken": "3.7.1.176",
"Ardalis.GuardClauses": "4.0.1",
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"Monai.Deploy.Messaging": "0.1.3-rc0012",
"Monai.Deploy.Storage": "0.2.0-rc0014",
"Monai.Deploy.WorkflowManager.Common": "1.0.0",
"Monai.Deploy.WorkflowManager.ConditionsResolver": "1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions src/WorkflowManager/Storage/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@
},
"Monai.Deploy.Messaging": {
"type": "Transitive",
"resolved": "0.1.3-rc0011",
"contentHash": "XIwNoQ8DVvhsVh8pEpCEbusmShOHca3Bx1MPxnBvH5vLDun1ZTAWxKL7NK2gBjsc9ORrdnQwggzXwH/qKpOZDA==",
"resolved": "0.1.3-rc0012",
"contentHash": "cTVT2sId7/mGKTwuUvBqnoOAN7CBZmSlZK3WMXdBlmsHs3vHi5wvjho0sUP7psl7hhivd/cSP5cfZ8x2Sry3Xg==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
Expand Down Expand Up @@ -765,7 +765,7 @@
"dependencies": {
"AWSSDK.SecurityToken": "3.7.1.176",
"Microsoft.Extensions.Configuration": "6.0.1",
"Monai.Deploy.Messaging": "0.1.3-rc0011",
"Monai.Deploy.Messaging": "0.1.3-rc0012",
"MongoDB.Bson": "2.17.0",
"Newtonsoft.Json": "13.0.1"
}
Expand Down
Loading