From c86e48a70eaf5fb7227d56dda70bb97c93fbd7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:41:30 +0000 Subject: [PATCH] chore(deps): update meilisearch requirement from >=0.33.0 to >=0.40.0 Updates the requirements on [meilisearch](https://github.com/meilisearch/meilisearch-python) to permit the latest version. - [Release notes](https://github.com/meilisearch/meilisearch-python/releases) - [Commits](https://github.com/meilisearch/meilisearch-python/compare/v0.33.0...v0.40.0) --- updated-dependencies: - dependency-name: meilisearch dependency-version: 0.40.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4a9037a..27a14edf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "alembic>=1.14.0", "sqladmin>=0.20.0", "pydantic-settings>=2.6.0", - "meilisearch>=0.33.0", + "meilisearch>=0.40.0", "instructor>=1.7.0", "google-genai>=1.0.0", "pillow>=11.2.1",