MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
143 stars 47 forks source link

Fix type of results in ServiceSubtaskRecord #826

Closed bennybp closed 2 months ago

bennybp commented 2 months ago

Description

The results from ServiceSubtaskRecords can be a list as well. So relax the type in pydantic

Changelog description

Fix type of results in ServiceSubtaskRecord

Status