vaphes/pocketbase

Pocketbase v0.18 api change breaks SchemaField unmarshaling

m29h opened this issue · 0 comments

m29h commented

The pocketbase v0.18.0 and above have added a new attribute named presentable in the SchemaField with this commit

This leads to an exception if such an element is unmarshaled into the SchemaField python dataclass which breaks lots of related functionality and integration tests.

See e.g. the failed integration tests on #67 in this integration test run