vaphes / pocketbase

PocketBase client SDK for python
https://pypi.org/project/pocketbase/
MIT License
331 stars 38 forks source link

Pocketbase v0.18 api change breaks SchemaField unmarshaling #68

Closed m29h closed 1 year ago

m29h commented 1 year ago

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