The core Deta library has gone to v1.0 and introduced a few improvements
(breaking changes). The behavior of fetch and query is now more logical,
returning a FetchResponse object that handles the pagination elegantly
and has a .items that just contains the items returned. I've updated
to handle this behavior so this functionality works correctly.
Note: ODetaM is NOT handling the pagination yet, so Bases larger than
1000 records will break the get_all() method. This is also true if
a query returns more than 1000 results. For now I would recommend
writing more specific queries, but I hope to get this implemented at
some point.
I recommend updating to Deta v1.0 and ODetaM v1.0.5.