Close session properly
The requests.Session
used by postgrestutils.client.postgrestclient.PostgrestClient
is never closed.
This might be tricky because the only instance of it is bound to the postgrestutils.client
module.
The atexit
module might be the best option.