meilisearch-python
meilisearch-python copied to clipboard
Python wrapper for the Meilisearch API
Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.32.5. Release notes Sourced from requests's releases. v2.32.5 2.32.5 (2025-08-18) Bugfixes The SSLContext caching feature originally introduced in 2.32.0 has created a new class of...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 8.4.2. Release notes Sourced from pytest's releases. 8.4.2 pytest 8.4.2 (2025-09-03) Bug fixes #13478: Fixed a crash when using console_output_style{.interpreted-text role="confval"} with times and a...
Bumps [types-requests](https://github.com/typeshed-internal/stub_uploader) from 2.32.4.20250809 to 2.32.4.20250913. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
This issue follows the changes related to Meilisearch v1.16.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/317). ## Description Add the necessary methods to interact with the [chats API](https://www.meilisearch.com/docs/reference/api/chats). You can learn how to use the...