-
Notifications
You must be signed in to change notification settings - Fork 65
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
_highlightResult leads to serialization warnings #569
Comments
I imagine this might be fixed with algolia/api-clients-automation#3567 |
Thanks for reporting! Is it still happening in the latest version? (4.1.1) |
Yes, this happens with 4.1.1 |
Can confirm we can reproduce from our e2e, it's just silenced so we did not saw the warning, thanks! |
We just updated to the latest version of the package (from They appear when we're calling
|
I run code similar to:
The output includes warnings from Pydantic:
If I set
attributesToHighlight
to null, the warning disappears, so I assume this has something to do with trying to deserialize the_highlightResult
response property.The text was updated successfully, but these errors were encountered: