solid

Results 4 comments of solid

I understood we can control the fastapi version on the `cog.yaml` via `python_packages` key. So I did update, but now I get a new error which seems to be related...

I am updating the source code now. to: ```python if request.id is not None and request.id != prediction_id: errors = [{ 'loc': ('body', 'id'), 'msg': "prediction ID must match the...

I was able to solve the problem by updating the golang to version 1.20 as stated in `go.mod`. After it I was able to build my own cog with pydantic...

I was having the exact same question in a dashboard I built using grid-layout.