Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: client close() calls transporter.close() which has been removed #571

Closed
martin3000 opened this issue Sep 15, 2024 · 1 comment · Fixed by algolia/api-clients-automation#3741

Comments

@martin3000
Copy link

Description

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'
@shortcuts
Copy link
Member

Hey there, thanks for reporting the issue, I indeed missed that when adding the synchronous classes

Should be fixed with algolia/api-clients-automation#3741!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants