VariantEffect / mavedb-api

MaveDB API
GNU Affero General Public License v3.0
8 stars 2 forks source link

Deleting an Existing Experiment 'fails' due to a Pydantic Validation Error #188

Closed bencap closed 1 month ago

bencap commented 2 months ago

To reproduce:

Logs show:

2024-04-23 16:07:01 pydantic.error_wrappers.ValidationError: 1 validation error for Experiment
2024-04-23 16:07:01 response
2024-04-23 16:07:01   none is not an allowed value (type=type_error.none.not_allowed)

None should be an allowed value for this response (it should be the only allowed value).

bencap commented 2 months ago

https://brotmanbaty.slack.com/archives/C055J69KT1T/p1713883469844299

bencap commented 1 month ago

Released in https://github.com/VariantEffect/mavedb-api/releases/tag/v2024.1.0