Hi! We finally released new versions of postgrest-py and supabase-py that implements a couple of breaking changes! Now, an APIError Exception will be raised instead of returning the former error dict! Also, we implemented a Response model with two properties, data and count instead of the former tuple, so the execute method will return an instance of this model 😃
🐍