meilisearch-python-sdk icon indicating copy to clipboard operation
meilisearch-python-sdk copied to clipboard

An async and sync Python client for the Meilisearch API

Results 9 meilisearch-python-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.19 to 9.5.20. Release notes Sourced from mkdocs-material's releases. mkdocs-material-9.5.20 Fixed deprecation warning in privacy plugin (9.5.19 regression) Fixed #7119: Tags plugin emits deprecation warning (9.5.19 regression)...

skip-changelog
dependencies

Hi @sanders41, I've been using [`pytest-benchmark`](https://github.com/ionelmc/pytest-benchmark) lately to run better benchmarks for Python functions on databases, and it depends on `pytest` underneath. I've also checked out [`rich-bench`](https://github.com/tonybaloney/rich-bench), but it's not...

Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.25.1 to 0.25.2. Release notes Sourced from mkdocstrings's releases. 0.25.2 0.25.2 - 2024-07-25 Compare with 0.25.1 Code Refactoring Give precedence to Markdown heading level (##) (2e5f89e by...

skip-changelog
dependencies

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.4 to 0.5.5. Release notes Sourced from ruff's releases. 0.5.5 Release Notes Preview features [fastapi] Implement fastapi-redundant-response-model (FAST001) and fastapi-non-annotated-dependency(FAST002) (#11579) [pydoclint] Implement docstring-missing-exception (DOC501) and docstring-extraneous-exception...

skip-changelog
dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.1 to 8.3.2. Release notes Sourced from pytest's releases. 8.3.2 pytest 8.3.2 (2024-07-24) Bug fixes #12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected. --...

skip-changelog
dependencies

Breaking because this removes support for Python 3.8 and Pydantic < 2. Adds the option to use orjson or ujson instead of the standard library json module.

enhancement
breaking-change

Some of the examples are not covered by tests yet, these should be added.

good first issue

Functionality for the new experimental network feature needs to be added based on https://meilisearch.notion.site/API-usage-Remote-search-request-f64fae093abf409e9434c9b9c8fab6f3. The documentation is not very clear to me so I need to spend some time to...