You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client.close() calls transporter.close() which has been removed in the last release 4.4.0
Client
Search
Version
4.4.0
Relevant log output
File "/home/user/.local/lib/python3.12/site-packages/algoliasearch/search/client.py", line 209, in close
return await self._transporter.close()
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Transporter' object has no attribute 'close'