Calling doc.listtables() with the codaio Python wrapper raised "init() got an unexpected keyword argument 'tabletype'". The Coda API v1 added a tabletype field to the listtables response, and the codaio Table model did not accept it, so deserialization crashed. A community PR added the missing field and the maintainer merged it the same day.