File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/simcore_service_director_v2/models Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ class CompTaskAtDB(BaseModel):
150150 created : Annotated [dt .datetime , BeforeValidator (validate_legacy_datetime_str )]
151151 modified : Annotated [dt .datetime , BeforeValidator (validate_legacy_datetime_str )]
152152 # Additional information about price and hardware (ex. AWS EC2 instance type)
153- pricing_info : dict | None = None
153+ pricing_info : dict | None
154154 hardware_info : HardwareInfo
155155
156156 @field_validator ("state" , mode = "before" )
Original file line number Diff line number Diff line change 6060 "end" : " 2008-03-24T07:02:09.279Z" ,
6161 "created" : " 1961-07-06T11:24:30.877Z" ,
6262 "modified" : " 2008-03-24T07:02:09.279Z" ,
63+ "pricing_info" : null ,
6364 "last_heartbeat" : null ,
6465 "hardware_info" : {
6566 "aws_ec2_instances" : []
You can’t perform that action at this time.
0 commit comments