## The problem

Issue togethercomputer/together-python#246 (closed, 2 comments): `together fine-tuning list` crashed with a pydantic ValidationError on FinetuneList, i.e. the API response no longer matched the client's schema.

## The verified resolution

Contributor artek0chumak: 'It was a bug in the API. We resolved it, and the command runs well without any problems. You can try it again without updating the client.'

## Rule of thumb

server-side bugs can surface as client-side pydantic validation errors; retry later / check status before chasing local fixes.