meilisearch-python
meilisearch-python copied to clipboard
Python wrapper for the Meilisearch API
## Description [Meilisearch v1.26](https://github.com/meilisearch/meilisearch/releases/tag/v1.26.0) allows attaching custom metadata to document addition or update tasks. We want to update this SDK's methods for documents addition and update to accept an optional...
# Pull Request Added support for the Export API as described in the official Meilisearch docs. - Add the new methods to interact with the Meilisearch API - Add new...
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 [export API](https://www.meilisearch.com/docs/reference/api/export). For more context, see the related issue...
## Context We want to update the SDK to support [Meilisearch 1.18](https://github.com/meilisearch/meilisearch/releases/tag/v1.18.0) features. ## Description When search requests include the `retrieveVectors` parameters, the API responses will now include a `queryVector`...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. Release notes Sourced from actions/setup-python's releases. v6.0.0 What's Changed Breaking Changes Upgrade to node 24 by @salmanmkc in actions/setup-python#1164 Make sure your runner is...
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4. Release notes Sourced from actions/upload-pages-artifact's releases. v4.0.0 What's Changed Potentially breaking change: hidden files (specifically dotfiles) will not be included in the artifact by...
Bumps [tox](https://github.com/tox-dev/tox) from 4.29.0 to 4.30.3. Release notes Sourced from tox's releases. 4.30.3 What's Changed Isolate the test suite from any existing DEFAULT_CONFIG_FILE file by @kurtmckee in tox-dev/tox#3612 Fix none...
Bumps [tomli](https://github.com/hukkin/tomli) from 2.2.1 to 2.3.0. Changelog Sourced from tomli's changelog. 2.3.0 Added Binary wheels for Python 3.14 (also free-threaded) Performance Reduced import time Commits 3fccd16 Bump version: 2.2.1 →...
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.8 to 3.3.9. Commits 4cab7ca Bump pylint to 3.3.9, update changelog 81fb483 [Backport maintenance/3.3.x] Extend catching of ValueError to 3.12.5+ (#10611) 1ef673b [Backport maintenance/3.3.x] Fix flagging undeprecated...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.2.1 to 7.0.0. Changelog Sourced from pytest-cov's changelog. 7.0.0 (2025-09-09) Dropped support for subprocesses measurement. It was a feature added long time ago when coverage lacked a...